- Moya updated to 14.0.0
- Moya updated to 14.0.0-beta.5
- Moya updated to 14.0.0-beta.4
- Remove redundant
public
access level in the extension. - Removed Swift < 4.1 compatibility.
- Removed old
mapObject(:)
andmapArray(:)
methods (they were giving unavailability errors anyways).
- Moya updated to 13.0.0
- Moya updated to 13.0.0-beta.1
- Mapper updated to 10.0
- Swift version updated to 5.0
- SPM tools updated to SPMv5
- Moya updated to 12.*
- ReactiveSwift updated to 4.*
- Mapper updated to 9.*
- Added
compactMap
as a variation of mapping an array that doesn't fail when one of the objects fails
- Fixed a bug that Single extensions still had observing on schedulers that Observable extensions had removed in Moya-ModelMapper 6.0.
- Fixed a bug that Carthage would consume unnecessary second xcodeproj.
- Fixed SPM integration for reactive providers.
- Moya updated to 11.0.0
- Moya updated to 10.0.0
- Breaking change Removed observing schedulers from mapping. Take a look at MigrationGuide.md.
- Moya updated to 10.0.0-beta.1
- SPM updated to SPMv4
- Carthage support for tvOS, macOS and watchOS
- Moya updated to 9.0.0
- Renamed methods from
mapObject
,mapArray
tomap(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
toMoya-ModelMapper/ReactiveSwift
. However, the former one will still work for some time as well.
- Update iOS min deploment to 8.0 and macOS to 10.10
- Moya updated to 8.0.0
- ReactiveSwift updated to 1.0.0
- Moya updated to 8.0.0-beta.5
- ReactiveSwift updated to 1.0.0-alpha.4
- Moya updated to 8.0.0-beta.4
- RxSwift updated to ~> 3.0.0
- Moya updated to 8.0.0-beta.3
- RxSwift updated to 3.0.0-rc.1
- ReactiveSwift updated to 1.0.0-alpha.3
- 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
- Moya updated to 7.0.
- Fix bug without with mapping without keyPath.
- Add
mapObject(withKeyPath:)
andmapArray(withKeyPath:)
methods. - Add
mapObject(:keyPath:)
,mapArray(:keyPath:)
toRxSwift
andReactiveCocoa
extensions. - Use native mapping with array, instead of custom, thanks to Mapper update.
- Update to
Moya
6.4,ReactiveCocoa
4.1,RxSwift
2.3 andMapper
2.0.
- Optional map methods added.
mapObjectOptional()
andmapArrayOptional()
to RxSwift.
- CocoaPods update.
- Dependencies update for Carthage.
- Carthage compatibility added.
- Demo added.
- Initial release. 🎉