All Versions
6
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.1.0 Changes

    March 15, 2017

    โž• Add support for AFNetworking 3.x.

      pod 'AFNetworking', '~> 3.0'
      pod 'AFNetworking-Synchronous/3.x'
    
  • v1.0.0 Changes

    March 14, 2017

    The API is identical to 0.3.x, which has been stable for some time.

    ๐Ÿ“š Clean up documentation.

  • v0.3.1 Changes

    February 24, 2015

    ๐Ÿ›  Fix issue in 2.x where method is always GET.

  • v0.3.0 Changes

    December 26, 2014

    โž• Add support for AFNetworking 2.x.

    ๐Ÿ’ฅ BREAKING CHANGE:

    ๐Ÿ”€ Synchronous support for 1.x and 2.x are implemented in two [subspecs][]. In your Podfile, you must specify the one you need.

      pod 'AFNetworking', '~> 1.0'
      pod 'AFNetworking-Synchronous/1.x'
    
      pod 'AFNetworking', '~> 2.0'
      pod 'AFNetworking-Synchronous/2.x'
    

    Thanks [@EliSchleifer][] for contributing this functionality.

  • v0.2.0 Changes

    November 5, 2013

    Return -responseData for instances of AFHTTPRequestOperation.

  • v0.1.0 Changes

    September 29, 2013

    ๐ŸŽ‰ Initial release, Cocoapods support.