Hippolyte Versions Save

HTTP Stubbing in Swift

0.8.0

4 years ago
  • Adds a new matcher type JsonMatcher<T>. Thanks @clemens-schulz for the contribution.

0.7.3

4 years ago
  • Adds @discardableResult to builder methods. Thanks @alexanderzaak2211 for the addition.

0.7.2

4 years ago
  • Supports SPM. Thanks @clemens-schulz for the contribution

0.7.1

5 years ago
  • Swapped load and unload in closures fix. Thanks @iamtomcat

0.7.0

5 years ago
  • Update to Swift 5

0.6.0

5 years ago
  • Adds support for stubbing PATCH. Thanks @srekke for the addition.

0.5.0

5 years ago

0.4.0

6 years ago

0.3.1

6 years ago
  • Support for macOS
  • Support for redirect responses

Thanks to @davbeck for all the changes.

0.3.0

6 years ago
  • Adds error response for non matching stub. Thanks @davbeck