Moya-Gloss
adheres to Semantic Versioning.
- Swift 4 support 🎉
- Gloss 2 support ✨
- Moya 10 support 💯
- RxSwift 4 & ReactiveSwift 2 support 👍👍
- Patch version release.
- Namespaced
Decodable
protocol toGloss.Decodable
to fix Swift 4 errors.
- Patch version release.
- Namespaced
Decodable
protocol toGloss.Decodable
to fix Swift 4 errors.
- Patch version release.
- Fixed long-sitting carthage bugs, thanks to the community support ❤️
- Should be Swift 3.1 compatible.
- Updated
Gloss
pod dependency to 1.2.x - Updated
RxSwift
pod dependency to 3.4.x - Updated
ReactiveSwift
pod dependency to 1.1.x
- Official Swift 3 support.
- Moya version 8.0.0-beta.6.
- Gloss version 1.1.1
- Upgraded Moya dependency to latest Moya version (7.0.0).
- Extended API to support
mapObject(forKeyPath:)
andmapArray(forKeyPath:)
- Added support for Carthage dependency manager.
- Added ReactiveCocoa extensions.
- Added unit tests and example code for an RAC Moya Provider.
- Provides Gloss bindings for Moya responses.
- Includes bindings for regular Moya responses and reactive extensions via RxSwift Observables.
- Includes a demo app and unit tests.