OHHTTPStubs v6.1.0 Release Notes

Release Date: 2017-11-19 // over 6 years ago
    • ๐Ÿš€ Updated deployment target for the pod to 7.0 to remove warning for old APIs.
      @AliSoftware
    • ๐Ÿ›  Fixed HTTP Method retention for 301,302,307,308 status redirects.
      @mikelupo
    • โž• Added hasJsonBody(_:) matcher.
      @pimnijman
    • โž• Added onStubMissing to report missing stubs.
      @c1ira #264
    • ๐Ÿ›  Fixed URLRequest.ohhttpStubs_httpBody function in Swift 3 and 4.
      @mplorentz
    • โž• Added absolute url matcher.
      @victorg1991 #254
    • ๐Ÿ›  Fixed up empty lines with whitespace inside test case classes.
      @mikelupo #251
    • ๐Ÿ›  Fixed potential memory leaks with use of NSURLSession as detected by our devs.
      @mikelupo #250
    • โž• Add precondition assertions in isScheme and isHost matchers and some documentation in isHost, isScheme and isPath.
      @Liquidsoul #248