Alamofire v1.1.1 Release Notes

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