Releases: JanGorman/Hippolyte
Releases · JanGorman/Hippolyte
1.4.1
ResponseDelegate
- You can now add a
ResponseDelegate
to be notified when responses are mocked. Thanks @marcelklinek
Match nil body in response
- Allow matching a
nil
body response. Thanks @onevcat for the contribution
Cookie Storage
- Use the proper
HTTPCookieStorage
when set - Add cookies to header before running matchers. Matchers can match against cookie headers.
Thanks @davidsansome for the changes.
Xcode 12 updates
- Update build settings
1.2.2 Release
- Check the value of
isStarted
before unloading hooks. Thanks @furrki For the contribution
1.2.1
1.2.0
1.1.0
- Properly handle status code 304. Thanks @richardpineo for the PR