Skip to content

Releases: JanGorman/Hippolyte

JSON Matcher

04 Jul 10:52
Compare
Choose a tag to compare
  • Adds a new matcher type JsonMatcher<T>. Thanks @clemens-schulz for the contribution.

@discardableResult builders

03 Jul 11:22
Compare
Choose a tag to compare

Support for Swift Package Manager

27 Jun 18:48
Compare
Choose a tag to compare

0.7.1

17 Apr 05:20
Compare
Choose a tag to compare
  • Swapped load and unload in closures fix. Thanks @iamtomcat

Swift 5

28 Mar 08:20
Compare
Choose a tag to compare
  • Update to Swift 5

Add PATCH method

18 Feb 06:13
Compare
Choose a tag to compare
  • Adds support for stubbing PATCH. Thanks @srekke for the addition.

Swift 4.2

16 Oct 05:13
Compare
Choose a tag to compare
0.5.0

Bump podspec

Swift 4.1

31 Mar 10:55
Compare
Choose a tag to compare
0.4.0

Disable Swiftlint to maybe make travis happy

0.3.1: Merge pull request #6 from davbeck/feature/redirect

23 Mar 09:56
403cf4c
Compare
Choose a tag to compare
  • Support for macOS
  • Support for redirect responses

Thanks to @davbeck for all the changes.

0.3.0

24 Jan 18:16
Compare
Choose a tag to compare
  • Adds error response for non matching stub. Thanks @davbeck