Releases: pmusolino/Wormholy
Releases Β· pmusolino/Wormholy
1.7.0
Update: now the minimum version supported is iOS 11.
Fix: fixed an error in Xcode 14.x for people using Carthage, that was preventing them to install the library. #126
Fix: fixed a warning in WormholyConstructor.m:6:63 A function declaration without a prototype is deprecated in all versions of C.
1.6.6
fix: search result on Response Body and Request Body screen now are visible in dark mode.
1.6.5
- Fix: crash on iOS 15 #105
- Fix authentication challenge handling to fix SSL pinning issue. #108
- Fix: keyboard content inset bug #99
- Added an option for a default filter in the search bar #100
1.6.4
- fix: sometimes was impossible to display the request body.
1.6.3
- Fixed an infinite loop blocking bug related to multipart requests. #92 #38
- Renamed
blacklistedHosts
to ignoredHosts
. #88
- Added a way using the property
limit
for limiting logging count. #90
1.6.2
- The request body is now present again. It was removed wrongly in release 1.6.0.
1.6.0
Thanks to @smarttuner #75, now you can:
- share cURL representation of requests
- share requests and responses (as examples) as Postman collection (v2.1)
1.5.2
- Now Wormholy works correctly with Swift 5.2 and Xcode 11.4 #80
- Added Swift version to podspec file
1.5.1
- Set User Interface Style to Light on iOS 13
- Improvements to Navigation Controller appearance on iOS 13