All Versions
69
Latest Version
Avg Release Cycle
156 days
Latest Release
1213 days ago

Changelog History
Page 3

  • v4.6.0 Changes

    • โž• Added isMethodGET(), isMethodPUT(), isMethodPOST() and isMethodDELETE() to the Swift helpers.
      #137
  • v4.5.1 Changes

    • โž• Added missing tvOS and watchOS platforms to the Swift subspec.
      @pantuspavel #136
  • v4.5.0 Changes

  • v4.4.0 Changes

    • ๐Ÿ›  Fixed issue with Umbrella Headers.
      #127 #131
    • โž• Added methods for creating OHHTTPStubsResponses from NSURLs that represent file system resources.
      @MaxGabriel #129
    • โฌ†๏ธ Bumped Swift subspec compatibility to OSX 10.9 instead of 10.7.
  • v4.3.0 Changes

    • โšก๏ธ Xcode projects updated to Xcode 7.0 Final
    • โž• Added a Swift subspec that adds helper global functions to ease & make more compact the use of OHHTTPStubs from Swift 2.0
      #111

    If you're using OHHTTPStubs in a Swift 2.0 project, it's recommended to add pod 'OHHTTPStubs/Swift to your Podfile so you can use those handy helpers.

  • v4.2.1 Changes

    • ๐Ÿ›  Fix the Examples Xcode project + lib Podfile that were referencing old target names
      @mikelupo #117
    • โž• Added two new constants for download speed: OHHTTPStubsDownloadSpeed1KBPS = 1kbps and OHHTTPStubsDownloadSpeedSLOW = 1.5 kpbs.
      @mikelupo #114
  • v4.2.0 Changes

    • The OHHTTPStubs spec has been splitted into multiple subspecs:
      • The default subspec (used when you simply use pod 'OHHTTPStubs' in your Podfile) contains the subspecs Core, NSURLSession, JSON & OHPathHelpers (so that it matches the features that most people use).
      • Other optional subspecs are HTTPMessage and Mocktail (which are opt-in because used by much less people). If you want to use them, you'll need to request them explicitly in your Podfile using pod 'OHHTTPStubs/Mocktail for example.
    • โœ… The iOS Unit Tests are now also run for the framework as well as for the static library, to ensure the tests pass in both contexts (because frameworks sometimes introduce subtleties like when using NSBundle, so it's worth testing in that context too)
    • โž• Added support for stubs written in the Mocktail format.
      @JinlianWang #108
  • v4.1.0 Changes

    • โž• Added support for using OHHTTPStubs in watchOS 2.0 targets.
    • ๐Ÿ‘Œ Improved compatibility macros (nullability annotations) โ€” and tested against Xcode 7 beta 4.
  • v4.0.2 Changes

    • ๐Ÿ›  Fix OHResourceBundle name mismatch between header and implementation.
      @tibr #103
  • v4.0.1 Changes

    • ๐Ÿ›  Fix threading in NSURLProtocol subclass calling NSURLProtocolClient callbacks from wrong thread.
      @nsprogrammer #96