Releases: rockbruno/SwiftInfo
Releases · rockbruno/SwiftInfo
2.1.0
- Added ArchiveTimeProvider - Bruno Rocha
- SwiftInfo will now continue executing even if a provider fails (the reasons are printed in the final summary) - Bruno Rocha
- Improvements to the durability of many providers and fixing minor bugs related to them - Bruno Rocha
- Fixed many providers silently failing if Xcode's new build system was active - Bruno Rocha
- Fixed many providers reporting empty results when they should have failed - Bruno Rocha
2.0.2
2.0.1
2.0.0 - Adding Provider Arguments + Swift 5
- Added support for arguments - Bruno Rocha
- Updated to Swift 5 - Bruno Rocha
- Improved CodeCoverageProvider and LinesOfCodeProvider - Bruno Rocha
1.2.0 - Add LinesOfCodeProvider
- Add LinesOfCodeProvider
- Slightly improved generic summary messages
1.1.0 - SourceKit, Test and Catalog Providers
- Linked sourcekitd to allow extraction of code related metrics - Bruno Rocha
- Added OBJCFileCountProvider - Bruno Rocha
- Added LongestTestDurationProvider - Bruno Rocha
- Added TotalTestDurationProvider - Bruno Rocha
- Added LargestAssetCatalogProvider - Bruno Rocha
- Added TotalAssetCatalogsSizeProvider - Bruno Rocha
1.0.0 - Unit tests, Logging, Revamps
First major release.
Changelog:
InfoProvider's
extract() -> Self
is now extract(fromApi api: SwiftInfo) -> Self
to expose useful properties to providers.
SwiftInfoCore Search Paths Workaround
0.1.1 0.1.1