Moya ModelMapper Versions Save

ModelMapper bindings for Moya.

10.0.0

4 years ago

Stable release 10.0.0 that uses Moya ~> 14.0. Thank you to @teameh for the help!

Changelog

  • Moya updated to 14.0.0

10.0.0-beta.2

4 years ago

Changelog

  • Moya updated to 14.0.0-beta.5

10.0.0-beta.1

4 years ago

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(:) and mapArray(:) methods (they were giving unavailability errors anyways).

9.0.0

4 years ago
  • Moya updated to 13.0.0

9.0.0-beta.1

5 years ago
  • 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

5 years ago

Changes:

Moya updated to version 12.

7.1.0

6 years ago

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

6 years ago

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

6 years ago

Changes:

  • Moya updated to 11.0.0

6.0.0

6 years ago

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