Releases: dbukowski/DBDebugToolkit
Releases · dbukowski/DBDebugToolkit
0.9.0
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
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
0.7.0
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
0.5.2
- Removed unused (and deprecated) search controller.
0.5.1
0.5.0
0.4.0
0.3.1
- 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