Releases: sunshinejr/Moya-ModelMapper
Releases · sunshinejr/Moya-ModelMapper
10.0.0
10.0.0-beta.2
Changelog
- Moya updated to 14.0.0-beta.5
10.0.0-beta.1
Changelog
- 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).
9.0.0
- Moya updated to 13.0.0
9.0.0-beta.1
- Moya updated to 13.0.0-beta.1
- Mapper updated to 10.0
- Swift version updated to 5.0
- SPM tools updated to SPMv5
8.0.0
Changes:
Moya updated to version 12.
7.1.0
Changes:
Added compactMap
as a variation of mapping an array that doesn't fail when one of the objects fails. All reactive extensions get them as well! 🎉
7.0.2
Changes:
- Fixed a bug that Single extensions still had observing on schedulers that Observable extensions had removed in Moya-ModelMapper 6.0.
7.0.0
Changes:
- Moya updated to 11.0.0
6.0.0
Changes since 6.0.0-beta.1:
- Fixed SPM integration for reactive providers.
- Moya updated to 10.0.0
Full changelog for Moya-ModelMapper 6.0.0:
- Breaking change Removed observing schedulers from mapping. Take a look at MigrationGuide.md.
- Fixed SPM integration for reactive providers.
- Updated Moya 10.0.0
- SPM updated to SPMv4
- Carthage support for tvOS, macOS and watchOS