Moya v14.0.0-beta.1 Release Notes

Release Date: 2019-09-06 // over 4 years ago
  • ๐Ÿฑ ๐Ÿš€๐Ÿš€๐Ÿš€

    โœ… Combine extensions
    โœ… NetworkLoggerPlugin rewrite
    โœ… Alamofire 5.0.0-rc.1

    For NetworkLoggerPlugin, see our migration guide!

    ๐Ÿ”„ Changelog

    โž• Added

    • ๐Ÿ‘ Combine support! #1904 by @sunshinejr.
    • โœ… Very raw SPM testing support! Thanks to the work on OHHTTPStubs, we can finally start using swift test again. #1896 by @sunshinejr.

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking Change Minimum version of Alamofire is now 5.0.0-rc.1. #1909 by @sunshinejr.
    • ๐Ÿ’ฅ Breaking Change The NetworkLoggerPlugin have been reworked to allow more customization about the logged request's components. #1894 by @amaurydavid.
    • ๐Ÿ’ฅ Breaking Change Bumped ReactiveSwift version to 6.1.0. This should only affect Carthage users, but you'll probably want to use 6.1.0 in all of your Xcode 11 projects. #1896 by @sunshinejr.
    • ๐Ÿ”Š NetworkLoggerPlugin now logs error when available (using LogOptions.verbose or specyfing errorResponseBody in your LogOptions). #1880 by @amaurydavid.