All Versions
98
Latest Version
Avg Release Cycle
76 days
Latest Release
959 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v6.3.0 Changes
March 16, 2016๐ Fixed
- ๐ Fixed endpoint setup when adding
parameters
orheaders
whenparameters
orheaders
or nil.
โ Added
- โ Adds StructTarget for using Moya with structs.
- ๐ Fixed endpoint setup when adding
-
v6.2.0 Changes
February 26, 2016โ Added
- โ Adds
response
computed property toError
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 apublic typealias
ofAlamofire.ParameterEncoding
.
- โ Adds
-
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 singletonAlamofire.Manager.sharedinstance
is now used when instantiatingReactiveCocoaMoyaProvider
andRxMoyaProvider
as well.
- 0๏ธโฃ The built-in
-
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 singletonAlamofire.Manager.sharedinstance
when initialize aprovider
- ๐ Fixes issue that stubbed responses still call the network.
- ๐ฅ Breaking Change pass a built-in
-
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.