- Add crashes to our logs (#63) via @AvdLee
- Memory leaks in DiagnosticsLogger.handlePipeNotification (#65) via @AvdLee
- Add unit test for HTML encoding. (#64) via @davidsteppenbeck
- Merge release 1.6.0 into master (#62) via @WeTransferBot
- 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)
- Migrate to Bitrise & Danger-Swift (#52) via @AvdLee
- Add charset utf-8 to html head (#50) via @AvdLee
- 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
- Forward the output of the DiagnosticsLogger to not disable default logging
- 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 = ..
- 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
- Fixed SPM build errors (#15)
- Fixed CocoaPods build errors by including CSS file (#21)
- First public release! 🎉