Releases: pmusolino/Wormholy
Releases Β· pmusolino/Wormholy
1.5.0
- 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
1.4.1
- Fixed a memory leak in CustomHTTPProtocol #58 #45
1.3.0
- Remove load method referenced from objc files. #52
- Wormholy now runs on Xcode 10.2!
1.2.3
- JSON body is now formatted #47
- Fixed crash caused when UIAlertController with actionSheet style is presented on iPad #50
- Minor bug fixing
1.2.2
- Fixed: Wormholy not being presented in certain cases #43 #44
- Added variable to obtain the main View Controller #46
1.2.1
- Now requests are exposed to the developer. Call
Storage.shared.requests
in your code.
- Now requests can be entirely exported in
.txt
format or copied.
1.1.3
- Added possibility to clear requests #30
- Now shakeEnabled variable is exposed to Obj-C #25
- Support Swift Static Library #21
1.1.2
- Fix: shakeEnabled property set to true by default #23