Skip to content

Releases: pmusolino/Wormholy

1.7.0

04 Aug 12:20
Compare
Choose a tag to compare

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

07 Mar 11:20
Compare
Choose a tag to compare

fix: search result on Response Body and Request Body screen now are visible in dark mode.

1.6.5

01 Nov 19:24
Compare
Choose a tag to compare
  • 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

14 Dec 11:51
Compare
Choose a tag to compare
  • fix: sometimes was impossible to display the request body.

1.6.3

07 Sep 10:28
Compare
Choose a tag to compare
  • 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

06 May 22:09
Compare
Choose a tag to compare
  • The request body is now present again. It was removed wrongly in release 1.6.0.

1.6.1

26 Apr 18:06
Compare
Choose a tag to compare

The dark mode is here πŸŽ‰ thanks @SagarSDagdu #83

1.6.0

19 Apr 15:54
Compare
Choose a tag to compare

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

01 Apr 10:24
Compare
Choose a tag to compare
  • Now Wormholy works correctly with Swift 5.2 and Xcode 11.4 #80
  • Added Swift version to podspec file

1.5.1

12 Nov 21:47
Compare
Choose a tag to compare
  • Set User Interface Style to Light on iOS 13
  • Improvements to Navigation Controller appearance on iOS 13