Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

83 lines (62 loc) · 3.76 KB

master

2.3.7

  • Fixed CodeCoverageProvider not working in Xcode 11

2.3.6

  • Recompiled for Xcode 11's toolchain (Swift 5.1)

2.3.5

  • Adding support for buckLogFilePath for the extraction of Buck Build related rules - Bruno Rocha
  • Adding Buck support to TestCountProvider - Bruno Rocha

2.3.4

  • Fixes version string and makes error methods public for custom providers - Bruno Rocha

2.3.3

  • Make Summary.genericFor public for custom providers - Bruno Rocha

2.3.2

  • ProjectInfo now allows you to manually specify a versionNumber and buildNumber in case your Info.plist doesn't have them (Buck iOS apps) - Bruno Rocha

2.3.1

  • Adding support to danger-SwiftInfo - Bruno Rocha
  • Making some failure messages better - Bruno Rocha

2.3.0

2.2.0

  • Added LargestAssetProvider - Bruno Rocha
  • Changed how SwiftInfo generates summary results to allow custom providers to make use of SwiftInfo-Reader - Bruno Rocha
  • Small visual improvements to summaries - Bruno Rocha

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

  • Fixed some providers reporting wrong colors for the result - Bruno Rocha

2.0.1

  • Fixed LongestTest's provider not working with non-legacy workspaces - Bruno Rocha

2.0.0

1.2.0

1.1.0

1.0.0

0.1.1

  • Fixed dylib search paths by using --driver-mode=swift when running swiftc - Bruno Rocha

0.1.0

(Initial Release)