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

Changelog History
Page 10

  • v0.7.0 Changes

    April 27, 2015

    โž• Added

    • โž• Adds network activity closure to provider.
  • v0.6.1 Changes

    January 13, 2017

    ๐Ÿ”„ Changed

    • โšก๏ธ Updates podspec to refer to 3.0.0-aplha.1 of ReactiveCocoa. -@ashfurrow
  • v0.6 Changes

    January 11, 2015

    โž• Added

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes #66, a problem with outdated Alamofire dependency and it's serializer type signature. -@garnett

    ๐Ÿ”„ Changed

    • โœ‚ Delete note about ReactiveCocoa installation -@garnett
  • v0.5 Changes

    October 09, 2014

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes #52 to change submodules to use http instead of ssh. -@ashfurrow)
    • ๐Ÿ›  Fixes #63, a problem where stale inflight requests were kept around if they error'd down the pipline (discussed here) -@ashfurrow

    โž• Added

    • โž• Adds the original NSURLResponse to a MoyaResponse -@orta)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Migrate to support Xcode beta 6.1 -@orta)
  • v0.4 Changes

    September 22, 2014

    โž• Added

    • Implements #46, the code property of the NSError sent through by ReactiveMoyaProvider will now match the failing http status code. -@powerje
  • v0.3 Changes

    September 12, 2014

    ๐Ÿ›  Fixed

    • Fixes #48 that modifies Moya to execute completion blocks of stubbed responses immediately, instead of using dispatch_async to defer it to the next invocation of the run loop. This is a breaking change. Because of this change, the ReactiveCocoa extensions had to be modified slightly to deduplicate inflight stubbed requests. Reactive providers now vend RACSignal instances that start the network request when subscribed to. -@ashfurrow
  • v0.2 Changes

    September 15, 2014

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes #44 where status codes weren't being passed through to completion blocks. This also modified the behavior of the ReactiveCocoa extensions significantly but sending MoyaResponse objects instead of just NSData ones. โ€”@ashfurrow
  • v0.1 Changes

    September 07, 2014
    • ๐ŸŽ‰ Initial release.