Moya ModelMapper Versions Save

ModelMapper bindings for Moya.

6.0.0-beta.1

6 years ago
  • Breaking change Removed observing schedulers from mapping. Take a look at MigrationGuide.md.
  • Updated Moya 10.0.0-beta.1
  • SPM updated to SPMv4
  • Carthage support for tvOS, macOS and watchOS

5.0.0

6 years ago

Changes since 5.0.0-beta.1:

  • Updated Moya to 9.0.0.

Full changelog for Moya-ModelMapper 5.0.0:

  • Updated Moya to 9.0.0.
  • Renamed methods from mapObject, mapArray to map(to:keyPath:).
  • Renamed RxSwift extensions method to map(to:keyPath:) as well.
  • Added Single<Response> extensions to RxSwift so Moya 9.0 feels right in usage.
  • Renamed CocoaPods subspec from Moya-ModelMapper/ReactiveCocoa to Moya-ModelMapper/ReactiveSwift. However, the former one will still work for some time as well.

5.0.0-beta.1

6 years ago
  • Renamed methods from mapObject, mapArray to map(to:keyPath:).
  • Renamed RxSwift extensions method to map(to:keyPath:) as well.
  • Updated Moya to 9.0.0-beta.1.
  • Added Single<Response> extensions to RxSwift so Moya 9.0 feels right in usage.
  • Renamed CocoaPods subspec from Moya-ModelMapper/ReactiveCocoa to Moya
  • ModelMapper/ReactiveSwift. However, the former one will still work for some time as well.

4.1.1

6 years ago

This release fixes Carthage installation.

4.1.0

7 years ago
  • Update iOS min deploment to 8.0 and macOS to 10.10

4.0.0

7 years ago
  • Moya updated to 8.0.0
  • ReactiveSwift updated to 1.0.0

4.0.0-beta.2

7 years ago
  • Moya updated to 8.0.0-beta.3
  • RxSwift updated to 3.0.0-rc.1
  • ReactiveSwift updated to 1.0.0-alpha.3

4.0.0-beta.1

7 years ago

🎉 🎉 🎉

Please bear in mind that it will stay in beta as long as our dependencies are. Changelog:

  • Swift updated to 3.0 (this version supports only Swift 3.0)
  • Moya updated to 8.0.0-beta.2
  • RxSwift updated to 3.0.0-beta.2
  • ReactiveSwift updated to 1.0.0-alpha.2

2.0.0

8 years ago

🎉🎉🎉

  • Add mapObject(withKeyPath:) and mapArray(withKeyPath:) methods.
  • Add mapObject(:keyPath:), mapArray(:keyPath:) to RxSwift and ReactiveCocoa extensions.
  • Use native mapping with array, instead of custom, thanks to Mapper update.
  • Update to Moya 6.4, ReactiveCocoa 4.1, RxSwift 2.3 and Mapper 2.0.

1.4.0

8 years ago