github Moya/Moya 12.0.0

latest releases: 15.0.3, 15.0.1, 15.0.0...
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

Don't miss a new Moya release

NewReleases is sending notifications on new releases.