All Versions
98
Latest Version
Avg Release Cycle
76 days
Latest Release
615 days ago

Changelog History
Page 6

  • v6.3.0 Changes

    March 16, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed endpoint setup when adding parameters or headers when parameters or headers or nil.

    โž• Added

    • โž• Adds StructTarget for using Moya with structs.
  • v6.2.0 Changes

    February 26, 2016

    โž• Added

    • โž• Adds response computed property to Error type, which yields a Response object if available.
    • โž• Added URLEncodedInURL to ParameterEncoding.
    • โž• Adds convenience endpointByAdding method.

    ๐Ÿ”„ Changed

    • โœ‚ Remove our own implementation of ParameterEncoding and make it a public typealias of Alamofire.ParameterEncoding.
  • v6.1.3 Changes

    February 01, 2016

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated to ReactiveCocoa 4.0 final.

    โž• Added

    • โž• Added formatter parameter to plugin for pretty-printing response data. See #392.
  • v6.1.2 Changes

    January 28, 2016

    โž• Added

    • Compatibility with RxSwift 2.x.
  • v6.1.1 Changes

    January 17, 2016

    โž• Added

    • Compatibility with RxSwift 2.1.x.
  • v6.1.0 Changes

    January 26, 2016

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ The built-in DefaultAlamofireManager as parameter's default value instead of the singleton Alamofire.Manager.sharedinstance is now used when instantiating ReactiveCocoaMoyaProvider and RxMoyaProvider as well.
  • v6.0.1 Changes

    January 26, 2016

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates to ReactiveCocoa 4 RC 2.
  • v6.0.0 Changes

    January 05, 2016

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking Change pass a built-in DefaultAlamofireManager as parameter's default value instead of passing the singleton Alamofire.Manager.sharedinstance when initialize a provider
    • ๐Ÿ›  Fixes issue that stubbed responses still call the network.
  • v5.3.0 Changes

    January 02, 2016

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates to RXSwift 2.0.0
    • ๐Ÿšš Moves to use Antitypical/Result
  • v5.2.1 Changes

    December 21, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Update to ReactiveCocoa v4.0.0-RC.1
    • ๐Ÿšš Moves to antitypical Result type

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes cases where underlying network errors were not properly propagated.