11.0.0
This release brings support for ReactiveSwift 3.0. Thank you to all the contributors making it possible! ❤️
Full Changelog for Moya 11.0:
Added
- Breaking Change Added a
.requestCustomJSONEncodablecase toTask. #1443 by @evgeny-sureev. - Breaking Change Added
failsOnEmptyDataboolean support for theDecodablemap functions. #1508 by @jeroenbb94.
Changed
- Breaking Change Updated minimum version of
ReactiveSwiftto 3.0.
#1470 by @larryonoff. - Breaking Change Changed the
validateproperty ofTargetTypeto use newValidationTypeenum representing valid status codes. #1505 by @SD10, @amaurydavid. - Breaking Change Removed generic from
Endpoint. See #1524 for discussion. #1529 by @zhongwuzw.