Alamofire v1.1.4 Release Notes

  • ๐Ÿš€ 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.