Moya v8.0.0-beta.5 Release Notes

Release Date: 2016-11-29 // over 7 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking Change Renamed cancelled in the Cancellable protocol to isCancelled.
    • ๐Ÿ’ฅ Breaking Change Renamed URL in Endpoint to url.
    • ๐Ÿ’ฅ Breaking Change Renamed StructTarget to MultiTarget.
    • โšก๏ธ Demo project has been updated with new DemoMultiTarget target, new project structure and more.

    โž• Added

    • ๐ŸŽ Readded support for iOS 8 and macOS 10.10.
    • Added validate option in TargetType, to allow enabling Alamofire automatic validation on requests.
    • โž• Added mapString(atKeyPath:) to Response, SignalProducerProtocol, and ObservableType