Moya v7.0.0 Release Notes

Release Date: 2016-07-14 // almost 8 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking Change Drops support for RACSignal.
    • ๐Ÿ’ฅ Breaking Change Changes Moya.Error.Underlying to have NSError instead of ErrorType.
    • ๐Ÿ’ฅ Breaking Change Implements inflights tracking by adding trackInflights = true to your provider.
    • ๐Ÿ’ฅ Breaking Change Changes MoyaProvider.RequestClosure to have Result<NSURLRequest, Moya.Error> -> Void instead of NSURLRequest -> Void as a done closure parameter.
    • ๐Ÿ’ฅ Breaking Change New community guidelines.
    • ๐Ÿ†• New multipart file upload.
    • ๐Ÿ†• New cURL-based logging plugin.
    • ๐Ÿšš Moves from OSSpinLock to dispatch_semaphor to avoid deadlocks.

    โž• Added

    • โ†” Integrates Danger into the repo.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes a xcodeproj referencing bug introduced by the new cURL-based logging plugin.
    • Calls completion even when cancellable token is canceled