All Versions
15
Latest Version
Avg Release Cycle
55 days
Latest Release
1326 days ago

Changelog History
Page 1

  • v1.6.3 Changes

    September 07, 2020
    • ๐Ÿ›  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
  • v1.6.2 Changes

    May 06, 2020
    • ๐Ÿš€ The request body is now present again. It was removed wrongly in release 1.6.0.
  • v1.6.1 Changes

    April 26, 2020

    ๐Ÿฑ The dark mode is here ๐ŸŽ‰ thanks @SagarSDagdu #83

  • v1.6.0 Changes

    April 19, 2020

    Thanks to @smarttuner #75, now you can:

    • share cURL representation of requests
    • share requests and responses (as examples) as Postman collection (v2.1)
  • v1.5.2 Changes

    April 01, 2020
  • v1.5.1 Changes

    November 12, 2019
    • ๐Ÿ’… Set User Interface Style to Light on iOS 13
    • ๐Ÿ‘Œ Improvements to Navigation Controller appearance on iOS 13
  • v1.5.0 Changes

    October 07, 2019
    • Call next responder to allow other consumers to respond to the shake #63
    • โž• Added ability to blacklist hosts from being recorded using the array blacklistedHosts #65
    • ๐Ÿ‘‰ Show share sheet from bar button items that triggered the events #64
    • โšก๏ธ Update formatting to make request/responses easier to read #66
    • Request Cell readability improvements #68
    • ๐Ÿ›  Fix modal presentation style on iOS 11 #68
  • v1.4.1 Changes

    May 07, 2019
    • ๐Ÿ›  Fixed a memory leak in CustomHTTPProtocol #58 #45
  • v1.4.0 Changes

    March 27, 2019
    • Swift 5 migration
  • v1.3.0 Changes

    March 26, 2019
    • โœ‚ Remove load method referenced from objc files. #52
    • Wormholy now runs on Xcode 10.2!