Hippolyte Versions Save

HTTP Stubbing in Swift

1.4.1

1 year ago
  • Fix occasional crash by overriding another URLProtocol initializer. Thanks @joegrist for the fix.

1.4.0

2 years ago
  • You can now add a ResponseDelegate to be notified when responses are mocked. Thanks @marcelklinek

1.3.1

3 years ago
  • Allow matching a nil body response. Thanks @onevcat for the contribution

1.3.0

3 years ago
  • Use the proper HTTPCookieStorage when set
  • Add cookies to header before running matchers. Matchers can match against cookie headers.

Thanks @davidsansome for the changes.

1.2.3

3 years ago
  • Update build settings

1.2.2

3 years ago
  • Check the value of isStarted before unloading hooks. Thanks @furrki For the contribution

1.2.1

4 years ago
  • Add option to pause and resume. Thanks @nikburnt for the addition

1.2.0

4 years ago
  • Open Matcher class. You can create custom matchers this way. Thanks @nikburnt for the PR

1.1.0

4 years ago
  • Properly handle status code 304. Thanks @richardpineo for the PR

1.0.0

4 years ago
  • Renames JsonMatcher to JSONMatcher
  • Bumped test coverage a little