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

Changelog History
Page 9

  • v2.2.0 Changes

    September 14, 2015

    โž• Added

    • โž• Add backward-compatible call from DefaultEnpointResolution to DefaultEndpointResolution on MoyaProvider class. DefaultEndpointResolution is now used internally as the default resolver. DefaultEnpointResolution can be removed in a future major release.
    • ๐Ÿ‘ Carthage support.
  • v2.1.0 Changes

    August 11, 2015

    โž• Added

    • โž• Add option to pass an Alamofire.Manager to MoyaProvider initializer
  • v2.0.2 Changes

    August 11, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates Demo directory's RxSwift version.
  • v2.0.1 Changes

    August 06, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates Demo directory's Moya version for pod try compatbility.
  • v2.0.0 Changes

    August 04, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking change Combines MoyaPath and MoyaTarget protocols.
    • ๐Ÿ’ฅ Breaking change Renames Moya/Reactive subspec to Moya/ReactiveCocoa.
    • ๐Ÿ’ฅ Breaking change Removes stubResponses from initializer; replaced with new stubbing behavior .NoStubbing. Added class methods to MoyaProvider to provide defaults, while allowing users to still change stubbing behavior on a per-request basis.
    • ๐Ÿ’ฅ Breaking change Redefines types of DefaultEndpointMapping and DefaultEnpointResolution class functions on MoyaProvider. You no longer invoke these functions to return a closure, rather, you reference the functions themselves as closures.
    • ๐Ÿ’ฅ Breaking change Renames endpointsClosure parameter and property of MoyaProvider to endpointClosure.
    • ๐Ÿ’ฅ Breaking change Renames ReactiveMoyaProvider to ReactiveCocoaMoyaProvider for consistency.
    • ๐Ÿ˜Œ Relaxes version dependency on RxSwift - @alcarvalho

    โž• Added

    • โž• Adds official Carthage support โ€“ @neonichu

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes problem that the ReactiveMoyaProvider initializer would not respect the stubbing behavior it was passed.
    • ๐Ÿ›  Fixes possible concurrency bugs with reactive providers - @alcarvalho
  • v1.1.1 Changes

    June 12, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes problem where RxMoyaProvider would not respect customized stubbing behavior (delays).
  • v1.1.0 Changes

    June 08, 2015

    โž• Added

  • v1.0.0 Changes

    May 27, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking change Changes EndpointSampleResponse to require closures that return NSData, not NSData instances themselves. This prevents sample data from being loaded during the normal, non-unit test app lifecycle.
    • ๐Ÿ’ฅ Breaking change Adds method to MoyaTarget protocol and removes method parameter from request() functions. Targets now specify GET, POST, etc on a per-target level, instead of per-request.
    • ๐Ÿ’ฅ Breaking change Adds parameters to MoyaTarget protocol and removes ability to pass parameters into request() functions. Targets now specify the parameters directly on a per-target level, instead of per-request.
    • โž• Adds a sane default implementation of the MoyaProvider initializer's endpointsClosure parameter.
  • v0.8.0 Changes

    May 25, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates to Swift 1.2.
  • v0.7.1 Changes

    May 27, 2015

    โž• Added