Skip to content

Releases: JanGorman/Hippolyte

1.4.1

27 Jun 07:56
Compare
Choose a tag to compare
  • Fix occasional crash by overriding another URLProtocol initializer. Thanks @joegrist for the fix.

ResponseDelegate

05 Jul 08:52
Compare
Choose a tag to compare
  • You can now add a ResponseDelegate to be notified when responses are mocked. Thanks @marcelklinek

Match nil body in response

14 Apr 05:05
Compare
Choose a tag to compare
  • Allow matching a nil body response. Thanks @onevcat for the contribution

Cookie Storage

30 Dec 15:16
Compare
Choose a tag to compare
  • 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

29 Sep 12:59
Compare
Choose a tag to compare
  • Update build settings

1.2.2 Release

11 Jul 07:07
Compare
Choose a tag to compare
  • Check the value of isStarted before unloading hooks. Thanks @furrki For the contribution

1.2.1

12 Apr 15:00
Compare
Choose a tag to compare
  • Add option to pause and resume. Thanks @nikburnt for the addition

1.2.0

12 Apr 09:42
Compare
Choose a tag to compare
  • Open Matcher class. You can create custom matchers this way. Thanks @nikburnt for the PR

1.1.0

19 Nov 06:12
Compare
Choose a tag to compare
  • Properly handle status code 304. Thanks @richardpineo for the PR

1.0.0

25 Aug 16:12
Compare
Choose a tag to compare
  • Renames JsonMatcher to JSONMatcher
  • Bumped test coverage a little