Skip to content

11.0.0

Choose a tag to compare

@SD10 SD10 released this 08 Feb 04:28
· 855 commits to master since this release

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 .requestCustomJSONEncodable case to Task. #1443 by @evgeny-sureev.
  • Breaking Change Added failsOnEmptyData boolean support for the Decodable map functions. #1508 by @jeroenbb94.

Changed

  • Breaking Change Updated minimum version of ReactiveSwift to 3.0.
    #1470 by @larryonoff.
  • Breaking Change Changed the validate property of TargetType to use new ValidationType enum representing valid status codes. #1505 by @SD10, @amaurydavid.
  • Breaking Change Removed generic from Endpoint. See #1524 for discussion. #1529 by @zhongwuzw.