All Versions
98
Latest Version
Avg Release Cycle
76 days
Latest Release
1006 days ago
Changelog History
Page 7
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 toTargetType
- ๐ฅ Breaking Change rename
MoyaRequest
protocol toRequestType
- ๐ฅ Breaking Change rename
Plugin
protocol toPluginType
- โ Removes conversion from
Moya.Method
toAlamofire.Method
since it was unused - ๐ Changes
NetworkLoggingPlugin
's initializer to also take a function that has the same signature asprint
to simplify testing - ๐ฅ Breaking Change renames
ParameterEncoding
'sparameterEncoding
method totoAlamofire
and makes it internal only - ๐ฅ Breaking Change
Plugin<Target>
is now a protocol and as such no longer sends a typedMoyaProvider
. - @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 byMoya.X
โ @swizzlr - ๐ฅ Breaking Change
Completion
closure now returns aResult
instead of multiple optional parameters. - ๐ฅ Breaking Change
MoyaResponse
is nowResponse
, and alsofinal
. It will be changed to astruct
in a future release. - @swizzlr - ๐ฅ Breaking Change
ReactiveCocoaMoyaProvider
can now be supplied with an optionalstubScheduler
โ @swizzlr (sponsored by Network Locum) - ๐ฅ Breaking Change Introduce
Error
type for use with reactive extensions - @tomburns - ๐ฅ Breaking Change Deprecate ReactiveCocoa 2 support
- ๐ฅ Breaking Change rename
-
v4.5.0 Changes
November 11, 2015โ Added
- โ Adds mapping methods to
MoyaResponse
- โ Adds mapping methods to
-
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
- โ Removed extraneous
-
v4.1.0 Changes
October 27, 2015โ Added
- ๐ OS X support.
-
v4.0.3 Changes
October 23, 2015๐ Fixed
- ๐ Fixes Carthage integration problem.