Skip to content

Releases: WeTransfer/Diagnostics

1.7.0

27 May 09:41
0e7e1b7
Compare
Choose a tag to compare

1.6.0

28 Feb 14:59
3dab2c3
Compare
Choose a tag to compare
  • 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

19 Feb 13:14
ff5f905
Compare
Choose a tag to compare
  • Change the order of reported sessions (#54) via @AvdLee
  • Merge release 1.4.0 into master (#53)

1.4.0

28 Jan 16:37
ff1793c
Compare
Choose a tag to compare
  • Migrate to Bitrise & Danger-Swift (#52) via @AvdLee
  • Add charset utf-8 to html head (#50) via @AvdLee

1.3.0 - Bugfixes & iOS 10 support

03 Jan 13:05
Compare
Choose a tag to compare
  • 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 - Re-enable default logging

18 Dec 10:12
Compare
Choose a tag to compare

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

12 Dec 10:42
Compare
Choose a tag to compare
  • 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

09 Dec 14:00
e108486
Compare
Choose a tag to compare
  • 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 - SPM & CocoaPods fixes

06 Dec 13:19
7c0740d
Compare
Choose a tag to compare
  • Fixed SPM build errors (#15)
  • Fixed CocoaPods build errors by including CSS file (#21)

1.0.0 - Initial Release

06 Dec 13:19
929954e
Compare
Choose a tag to compare

The initial release of Diagnostics 🎉