Moya v14.0.0-beta.3 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • ๐Ÿ‘ท A lot of fixes in this one! ๐Ÿ‘ท

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed an issue with displaying cURL-formatted request in NetworkLoggerPlugin. #1916 by @sunshinejr.
    • ๐Ÿ›  Fixed an issue that wouldn't display stubbed response body in NetworkLoggerPlugin. #1916 by @sunshinejr.
    • ๐Ÿ›  Fixed an issue where Carthage users using Xcode 11 couldn't install Moya 14. We added weak-linking for the xcodeproj so you might need additional steps for Xcode 10 + Carthage + Moya 14.* users. #1920 by @fredpi and @sunshinejr.
    • ๐Ÿ›  Fixed an issue that wouldn't persist URLRequest changes (created by plugins) when stubbed. #1921 by @sunshinejr.
    • ๐Ÿ›  Fixed an issue with SPM integration - it no longer fetches testing libraries and also doesn't create runtime/Xcode Preview crashes. #1923 by @sunshinejr.