Skip to content

Latest commit

 

History

History
110 lines (76 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

110 lines (76 loc) · 2.91 KB

Change Log

Moya-Gloss adheres to Semantic Versioning.


Major Update

  • Swift 4 support 🎉
  • Gloss 2 support ✨
  • Moya 10 support 💯
  • RxSwift 4 & ReactiveSwift 2 support 👍👍

Updated

  • Patch version release.
  • Namespaced Decodable protocol to Gloss.Decodable to fix Swift 4 errors.

Updated

  • Patch version release.
  • Namespaced Decodable protocol to Gloss.Decodable to fix Swift 4 errors.

Updated

  • 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

Updated

  • Major version release.
  • Official Swift 3 support.
  • Moya version 8.x.
  • Gloss version 1.x

Updated


Updated

  • Upgraded Moya dependency to latest Moya version (7.0.0).

Added

  • Extended API to support mapObject(forKeyPath:) and mapArray(forKeyPath:)

Updated

  • Added support for Carthage dependency manager.

Updated

  • Added ReactiveCocoa extensions.
  • Added unit tests and example code for an RAC Moya Provider.

Initial Release

  • 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.