Skip to content

Latest commit

 

History

History
149 lines (119 loc) · 11.8 KB

Changelog.md

File metadata and controls

149 lines (119 loc) · 11.8 KB

5.0.0

  • Add Privacy Manifest (#171, #172 and #173) via @peagasilva
    • BREAKING CHANGE: UserDefaultsReporter is not part of all reporters anymore and must be instantiated to be used
  • Merge release 4.6.0 into master (#167) via @wetransferplatform

4.6.0

4.5.0

4.4.1

4.4.0

4.3.1

4.3.0

4.2.0

4.1.0

4.0.0

3.0.0

2.1.0

2.0.0

  • [Diagnostics] Update color of links in CSS (#100) via @AvdLee
  • [Reports] Make it easier to navigate through sessions (#95) via @AvdLee
  • [Diagnostics] Make sections collapsing (#101) via @AvdLee
  • [Diagnostics] Don't use <pre> for sections so HTML works (#102) via @AvdLee
  • Is it possible to separate Custom Logs & System Logs (#82) via @AvdLee
  • [Reports] Filter easily on errors (#96) via @AvdLee
  • Merge release 1.12.0 into master (#94) via @wetransferplatform

1.12.0

1.11.0

1.10.0

1.9.1

1.9.0

  • Prevent setup twice, use file coordinator for increased performance (#83) via @AvdLee

1.8.1

1.8.0

1.7.0

1.6.0

  • Include device product names (#60)
  • Encode Logging for HTML so object descriptions are visible (#51)
  • Trivial title fix. (#59)
  • Merge release 1.5.0 into master (#56)

1.5.0

  • Change the order of reported sessions (#54) via @AvdLee
  • Merge release 1.4.0 into master (#53)

1.4.0

  • Migrate to Bitrise & Danger-Swift (#52) via @AvdLee
  • Add charset utf-8 to html head (#50) via @AvdLee

1.3.0

  • Make sure to check whether there's enough space left to save new logs (#37)
  • Added public static method DiagnosticsLogger.isSetUp() (#41)
  • Changed log times to use 24H clock (#40)
  • Support for iOS 10.0 and update package.swift & Diagnostics.podspec to minimum deployment target iOS 10.0. #42 #47

1.2.0

  • Forward the output of the DiagnosticsLogger to not disable default logging

1.1.0

  • Added an HTMLFormatting type for custom formatting HTML inside reports
  • Added a DiagnosticsReportFilter type to filter out senstive data (#17, #19)
  • Dictionaries are now shown as Tables in the HTML report
  • You can now set a custom UserDefaults for the report by using UserDefaultsReporter.userDefaults = ..

1.0.2

  • Tests are no longer failing on CI (#18)
  • Remove the CSS resource file for SPM support (#28)
  • Saving to desktop makes sure the folder exists

1.0.1

  • Fixed SPM build errors (#15)
  • Fixed CocoaPods build errors by including CSS file (#21)

1.0 (2019-12-04)

  • First public release! 🎉