Releases: johnsonandjohnson/Guppy-iOS
Releases · johnsonandjohnson/Guppy-iOS
0.10.0
- Support for showing pending requests
- Fixed issue for iOS 15 where header padding was incorrect
0.9.0
- Support for dynamic font sizes
- Improved VoiceOver accessibility
- Improved contrast of success status in dark mode
- Fixed issue where search bar text was not readable in dark mode
- Fixed issue where unknown status was not readable in dark mode
- Minimum iOS version supported is now iOS 13.0
0.8.0
- Support for Swift Package Manager
- Minimum iOS version supported is now iOS 12.0
- Removed deprecated SniffURLProtocol & getSniffURLProtocol()
0.7.0
- Support for dark mode on iOS 13
- Fixed search bar appearance with iOS 13
- Resolved Swift 5.1 warning on Xcode 11.2
0.6.1
- Moved repository location
0.6.0
- Changed to use systemFont for display
- Renamed SniffURLProtocol to GuppyURLProtocol
- Deprecated getSniffURLProtocol()
- Fixed issue where motionBegan was intercepted and did not call super
- Fixed issue where json decoding used ascii encoding instead of utf8
0.5.1
- Resolved issue where large POST request bodies were not displayed
- Resolved memory leak of SniffURLProtocol caused by urlSession not being invalidated