Alamofire v1.1.5 Release Notes

  • ๐Ÿš€ Released on 2015-03-26.

    โž• Added

    • Convenience upload functions to the Manager.
    • ๐Ÿ‘ Info to the README about Swift 1.2 support.

    โšก๏ธ Updated

    • All request / upload / download methods on Manager to match the top-level functions.
    • ๐Ÿšš The testDownloadRequest to no longer remove the downloaded file.
    • Ono XML response serializer example in the README.
    • ๐Ÿ— Travis-CI settings to only build the master branch.
    • ๐Ÿ‘ Code signing identities for the frameworks and targets to better support Carthage.
    • ๐Ÿš€ iOS deployment target to iOS 8.0 for iOS target and tests.
    • Legal characters to be escaped according to RFC 3986 Section 3.4.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘• Travis-CI scheme issue, added podspec linting and added ENV variables.
    • Code sample in the README in the Manual Parameter Encoding section.