Moya v12.0.0 Release Notes

Release Date: 2018-11-19 // over 5 years ago
  • ๐Ÿš€ This release is long overdue but Moya 12.0 is finally here! ๐ŸŽ‰ The latest version of Moya now supports Swift 4.2 as well as version 4.X of RxSwift and 4.X of ReactiveSwift. Additionally, we've made a highly requested addition to the AccessTokenPlugin - the ability to set a header token in a custom format ๐Ÿ‘

    ๐Ÿš€ Thanks to all the contributors to this release, @SeRG1k17, @sunshinejr, @SimonRice, @LucianoPAlmeida, @lexorus, as well as everyone else who makes this project possible โค๏ธ

    Full Changelog for Moya 12.0:

    โž• Added

    • ๐Ÿ’ฅ Breaking Change Added .custom(String) authorization case to AuthorizationType inside AccessTokenPlugin. #1611 by @SeRG1k17.

    ๐Ÿ”„ Changed

    ๐Ÿ’ฅ Breaking Change watchOS deployment target for RxMoya is now 3.0. #1758 by @simonrice.

    ๐Ÿ’ฅ Breaking Change Minimum version of ReactiveSwift is now 4.0. #1668 by @sunshinejr.

    ๐Ÿ’ฅ Breaking Change Minimum version of Result is now 4.0. #1668 by @sunshinejr.

    ๐Ÿ’ฅ Breaking Change Changed Responses filter method parameter to use a generic RangeExpression that accepts any range type. #1624 by @LucianoPAlmeida.

    ๐Ÿ’ฅ Breaking Change Changed AccessTokenPlugin's initializer to no longer use an @autoclosure for the tokenClosure parameter. #1611 by @SeRG1k17.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix warnings generated by Xcode 10. Updated project to Swift 4.2
      #1740 by @lexorus