Releases: WeTransfer/Diagnostics
Releases · WeTransfer/Diagnostics
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0 - Bugfixes & iOS 10 support
1.2.0 - Re-enable default logging
This release implements the forwarding of the output of the DiagnosticsLogger to not disable default logging. Previous versions would catch all logging and disabled logging in, for example, Xcode.
It could also be that your test reports with tools like Danger didn't work anymore. Updating to this version should fix that as well!
1.1.0 - Filtering sensitive data
- 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 - SPM Fix
1.0.1 - SPM & CocoaPods fixes
1.0.0 - Initial Release
The initial release of Diagnostics 🎉