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

Changelog History
Page 7

  • v1.0.6 Changes

    • ➕ Adding support for cookies (Set-Cookie headers)
  • v1.0.5 Changes

    • ➕ Added Unit Tests
    • Removed calls to the deprecated dispatch_get_current_queue() GCD function (was used with dispatch_after to add fake delay to stubbed responses)
  • v1.0.4 Changes

    • 🛠 Fixed #6 : "responseWithError:" released response object too soon
  • v1.0.3 Changes

    • 🛠 Fixed small compilation issues #4 (issue in sample code) & #5 (ARC invalid cast)
  • v1.0.2 Changes

    • Embedded OHHTTPStubs in a neat static library for nicer integration in your Xcode4 workspaces.
  • v1.0.1 Changes

    • 🛠 Fix issue when used in a SenTestCase
  • v1.0.0 Changes

    • 🚚 Cleaning API, added removeLastHandler and removeRequestHandler: method.
    • Now first stable API in this version.
    • Example project now compatible with ARC and non-ARC environments
  • v0.2.0 Changes

    • ➕ Added Example project
    • ➕ Added ARC support
    • 🛠 Some fixes
  • v0.1.0 Changes

    • 🎉 Initial version