All Versions
107
Latest Version
Avg Release Cycle
91 days
Latest Release
129 days ago

Changelog History
Page 11

  • v1.1.4 Changes

    ๐Ÿš€ Released on 2015-01-30.

    โž• Added
    • Podspec argument requires_arc to the podspec file.
    • ๐Ÿ‘Œ Support for Travis-CI for automated testing purposes.
    โšก๏ธ Updated
    • Installation instructions in the README to include CocoaPods, Carthage and Embedded Frameworks.
    • Travis-CI to use Xcode 6.1.1.
    • The download method on Manager to use Request.DownloadFileDestination typealias.
    • ๐Ÿ”ง RequestTests to no longer delete all cookies in default session configuration.
    • ๐Ÿ— Travis-CI yaml file to only build the active architecture.
    • ๐Ÿš€ Deployment targets to iOS 7.0 and Mac OS X 10.9.
    โœ‚ Removed
    • โœ… The tearDown method in the AlamofireDownloadResponseTestCase.
    ๐Ÿ›  Fixed
    • Small formatting issue in the CocoaPods Podfile example in the README.
    • Several issues with the iOS and OSX targets in the Xcode project.
    • โœ… The testDownloadRequest in DownloadTests by adding .json file extension.
    • โœ… The AlamofireRequestDebugDescriptionTestCase on OSX.
    • Spec validation error with CocoaPods 0.36.0.beta-1 by disabling -b flags in cURL debug on OSX.
    • ๐Ÿ— Travis-CI build issue by adding suppport for an iOS Example scheme.
  • v1.1.3 Changes

    ๐Ÿš€ Released on 2015-01-09.

    โž• Added
    • ๐Ÿš€ Podspec file to support CocoaPods deployment.
    • ๐Ÿš€ Shared scheme to support Carthage deployments.
    • ๐Ÿ†• New target for Alamofire OSX framework.
    โšก๏ธ Updated
    • โšก๏ธ Upload and Download progress state to be updated before calling progress closure.
    ๐Ÿ›  Fixed
    • Some casting code logic in the Generic Response Object Serialization example in the README.
    • ๐Ÿ“š Indentation formatting of the responseString parameter documentation.
  • v1.1.2 Changes

    ๐Ÿš€ Released on 2014-12-21.

    โž• Added
    โšก๏ธ Updated
    • The response object example to use a failable initializer in the README.
    • Router example in the README by removing extraneous force unwrap.
    • Xcode project APPLICATION_EXTENSION_API_ONLY flag to YES.
    • 0๏ธโƒฃ Default HTTP header creation by moving it into a public class method.
    ๐Ÿ›  Fixed
    • Upload stream method to set HTTPBodyStream for streamed request.
    • ParameterEncoding to compose percent-encoded query strings from percent-encoded components.
    • Serialization handling of NSData with 0 bytes.
    • Issue where suggestedDownloadDestination parameters were being ignored.
    • ๐Ÿ“š Crash caused by Manager deinitialization and added documentation.
  • v1.1.1 Changes

    ๐Ÿš€ Released on 2014-11-20.

    โšก๏ธ Updated
    • ๐Ÿ”€ Dispatch-based synchronized access to subdelegates.
    • iOS 7 instructions in the README.
    • CRUD example in the README to work on Xcode 6.1.
    • The cURL example annotation in the README to pick up bash syntax highlighting.
    ๐Ÿ›  Fixed
    • ๐Ÿ‘ป Out-of-memory exception by replacing stringByAddingPercentEncodingWithAllowedCharacters โœ… with CFURLCreateStringByAddingPercentEscapes.
    • Several issues in the README examples where an NSURL initializer needs to be unwrapped.
    • ๐Ÿ‘ป Possible exception when force unwrapping optional header properties.
    • Optional cookie entry in cURL output.
    • Optional textLabel property on cells in the example app.
  • v1.1.0 Changes

    ๐Ÿš€ Released on 2014-10-20.

    โšก๏ธ Updated

  • v1.0.1 Changes

    ๐Ÿš€ Released on 2014-10-20.

    โž• Added
    • โœ… Tests for upload and download with progress.
    • โœ… Test for question marks in url encoded query.
    • The NSURLSessionConfiguration headers to cURL representation.
    • โœ… Parameter encoding tests for key/value pairs containing spaces.
    • Percent character encoding for the + character.
    • ๐Ÿ‘ Escaping for quotes to support JSON in cURL commands.
    • The request method to the Manager bringing it more inline with the top-level methods.
      • Added by Brian Smith.
    ๐Ÿ›  Fixed
    • Parameter encoding of ampersands and escaping of characters.
    • Parameter encoding of HTTPBody from occurring twice.
      • Fixed by Yuri in Pull Request #153.
    • Extraneous dispatch to background by using weak reference for delegate in response.
    • Response handler threading issue by adding a subdelegateQueue to the SessionDelegate.
    • Challenge issue where basic auth credentials were not being unwrapped.
  • v1.0.0 Changes

    ๐Ÿš€ Released on 2014-09-25.

    โž• Added