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

Changelog History
Page 7

  • v5.2.0 Changes

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated to RxSwift 2.0.0-beta.4
  • v5.1.0 Changes

    December 08, 2014

    ๐Ÿ”„ Changed

    • โšก๏ธ Update to ReactiveCocoa v4.0.0-alpha.4
  • v5.0.0 Changes

    November 30, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking Change rename MoyaTarget protocol to TargetType
    • ๐Ÿ’ฅ Breaking Change rename MoyaRequest protocol to RequestType
    • ๐Ÿ’ฅ Breaking Change rename Plugin protocol to PluginType
    • โœ‚ Removes conversion from Moya.Method to Alamofire.Method since it was unused
    • ๐Ÿ”„ Changes NetworkLoggingPlugin's initializer to also take a function that has the same signature as print to simplify testing
    • ๐Ÿ’ฅ Breaking Change renames ParameterEncoding's parameterEncoding method to toAlamofire and makes it internal only
    • ๐Ÿ’ฅ Breaking Change Plugin<Target> is now a protocol and as such no longer sends a typed MoyaProvider. - @swizzlr
    • ๐Ÿ’ฅ Breaking Change The types that were subtypes of Moya are now defined at the top level; you should find no compatibility issues since they are still invoked by Moya.X โ€“ @swizzlr
    • ๐Ÿ’ฅ Breaking Change Completion closure now returns a Result instead of multiple optional parameters.
    • ๐Ÿ’ฅ Breaking Change MoyaResponse is now Response, and also final. It will be changed to a struct in a future release. - @swizzlr
    • ๐Ÿ’ฅ Breaking Change ReactiveCocoaMoyaProvider can now be supplied with an optional stubScheduler โ€“ @swizzlr (sponsored by Network Locum)
    • ๐Ÿ’ฅ Breaking Change Introduce Error type for use with reactive extensions - @tomburns
    • ๐Ÿ’ฅ Breaking Change Deprecate ReactiveCocoa 2 support
  • v4.5.0 Changes

    November 11, 2015

    โž• Added

    • โž• Adds mapping methods to MoyaResponse
  • v4.4.0 Changes

    November 06, 2015

    โž• Added

    • โž• Adds tvOS and watchOS support

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes carthage OS X target not having source files

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Makes base OS X target 10.9 instead of 10.10
  • v4.3.1 Changes

    November 02, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates to latest ReactiveCocoa alpha. Again.
  • v4.3.0 Changes

    November 02, 2015

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates to latest ReactiveCocoa alpha.
  • v4.2.0 Changes

    November 02, 2015

    ๐Ÿ”„ Changed

    • โœ‚ Removed extraneous SignalProducer from ReactiveCocoa extension โ€“ @JRHeaton
    • โœ‚ Removed extraneous deferred() from RxSwift extension
    • ๐Ÿšš Moved to new RxSwift syntax โ€“ @wouterw
    • โšก๏ธ Updated RxSwift to latest beta โ€“ @wouterw
  • v4.1.0 Changes

    October 27, 2015

    โž• Added

    • ๐Ÿ‘ OS X support.
  • v4.0.3 Changes

    October 23, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes Carthage integration problem.