Skip to content

Releases: dbukowski/DBDebugToolkit

0.9.0

11 Feb 23:40
c3ed02a
Compare
Choose a tag to compare

What's Changed

  • Feature/first refactoring to swift and swift UI by @gamada-de in #62
  • Removed NSURLProtocol injection
  • Currently only some URLSession methods are supported for the request observing.

Full Changelog: 0.8.0...0.9.0

0.8.0

09 Feb 16:02
Compare
Choose a tag to compare

What's Changed

  • Feature/change deployment target to ios 13 by @gamada-de in #58
  • Fix DBNetworkURLProtocolClass Crash by @tayyab-spay in #60

Full Changelog: 0.7.1...0.8.0

0.7.1

04 Feb 18:17
81aec5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

01 Feb 14:26
2bbd2f7
Compare
Choose a tag to compare

What's Changed

  • check index before access array by @qkzhu in #54
  • Allow to register subclass of DBURLProtocol on to NSURLSessionConfigration by @m1entus in #51
  • Add support for swift package manager by @tayyab-spay in #55

New Contributors

  • @qkzhu made their first contribution in #54
  • @m1entus made their first contribution in #51
  • @tayyab-spay made their first contribution in #55

Full Changelog: 0.6.0...0.7.0

0.6.0

17 Aug 16:28
Compare
Choose a tag to compare
  • Created the ability to provide the menu view controller.

0.5.2

26 Jun 08:40
Compare
Choose a tag to compare
  • Removed unused (and deprecated) search controller.

0.5.1

05 Dec 16:43
Compare
Choose a tag to compare
  • Fixed crash in request preview.
  • Fixed typo in swizzling of UIView methods.
  • Closing the menu programmatically.

0.5.0

29 Jun 19:39
Compare
Choose a tag to compare
  • Added Clear data shortcut item for removing data from keychain, user defaults, documents directory, and cookies on app launch.

0.4.0

25 Jun 21:23
Compare
Choose a tag to compare
  • Added grid overlay opacity settings
  • Value text in DBTitleValueTableViewCell (user for example in request details screen) is now selectable
  • Added Carthage support

0.3.1

11 Apr 08:50
Compare
Choose a tag to compare
  • Grid overlay: highly customizable grid displayed on top of the screen at all times. Helpful during design review and UI debugging
  • UIDebuggingInformationOverlay is working again on iOS 11
  • Bug fixes:
    • Improved table view management in requests list
    • Network requests logging works again on iOS 9
    • Saving screenshots for crash reports on non-main threads
    • Fixed crash with removing observer of layer.sublayers