10.0.0
Full Swift 4.0, RxSwift 4.0 support and more! Thanks to all contributors that made it possible:
@devxoul @SD10 @LeLuckyVint @afonsograca @AndrewSB @BasThomas @pedrovereza @sunshinejr
Big ❤️ to all of you!
Changes since 10.0.0-beta.1:
Fixed
Full changelog for Moya 10.0.0:
Added
- Breaking Change Added a
.parameterEncodingcase toMoyaError. #1248 by @SD10. - Breaking Change Added an
.objectMappingcase toMoyaError. #1335 by @devxoul. - Breaking Change Added an
.encodableMappingcase toMoyaError. #1349 by @LeLuckyVint, @afonsograca and @sunshinejr. - Breaking Change Added a
.requestJSONEncodablecase toTask. #1349 by @LeLuckyVint, @afonsograca and @sunshinejr. - Added a
Decodableobject mapping methods toMoya.Response. #1335 by @devxoul.
Changed
- Breaking Change Changed
Endpoint.initso it doesn't have any default arguments (removing default argument.getformethodparameter andnilforhttpHeaderFieldsparameter). #1289 by @sunshinejr. - Breaking Change Changed
NetworkActivityPluginso itsnetworkActivityClosurehas nowtarget: TargetTypeargument in addition tochange: NetworkActivityChangeType. #1290 by @sunshinejr. - Breaking Change Changed
Endpoint'surlRequestproperty tourlRequest()a throwing method. #1248 by @SD10.