Skip to content

Releases: Mantle/Mantle

2.2.0: Workin' Nine to Fifteen

18 Jun 12:25
16f72bf
Compare
Choose a tag to compare
  • Raised the minimum deployment version to iOS 9 and above, courtesy of @mathaeus in #886.
    • While this is technically a breaking change per the rules of semver, we believe that the number of apps still shipping to iOS 8 to be minimal. If this affects you, there is no reason to update yet as there have been no new features. Please do get in touch however.

2.1.7: Some Pun About Typecasting

08 May 11:19
bbe0cbe
Compare
Choose a tag to compare

2.1.6: Prefix fix in post

17 Oct 19:41
eb4ad29
Compare
Choose a tag to compare
  • Fixes a regression for CocoaPods users that also depend on libextobjc – #872 courtesy of @defagos.

2.1.5: Tailor Swift to Your Needs

14 Oct 08:25
d123b3a
Compare
Choose a tag to compare
  • Adds Swift Package Manager support courtesy of @defagos in #870.

2.1.4: It Just Works

26 Sep 12:02
f8e7129
Compare
Choose a tag to compare
  • Binary releases should now be made available to Carthage users automatically (thanks to @3a4oT in #867 )

2.1.3: Nothing to see here

22 Sep 19:02
454fbde
Compare
Choose a tag to compare
  • Binary releases should now be made available to Carthage users automatically (thanks to @3a4oT in #866),

2.1.2: Time for a recap

18 Sep 10:04
35ad71e
Compare
Choose a tag to compare

2.1.1: Taking up the Mantle

27 Jan 21:21
36cf2f5
Compare
Choose a tag to compare

2.1.0

12 Oct 14:55
Compare
Choose a tag to compare

Also includes documentation improvements thanks to @getaaron and @bruun. Thanks to @ikesyo for Xcode/Travis maintenance.

2.0.7

15 Apr 14:23
Compare
Choose a tag to compare
  • MTLJSONAdapter correctly checks for MTLModel protocol conformance rather than MTLModel inheritance @startupthekid in #617, @priteshshah1983 in #631)
  • Improved error descriptions when serializing models from JSON fails (@kypselia in #661)
  • Add predefined NSDate, NSNumber and NSFormatter value transformer factory methods (@conradev in #641)
  • Fix Swift deprecation warnings (@msanders in #680)
  • Apply default MTLJSONAdapter type transformer for a key when using JSONTransformerForKey: if no custom transformer is returned (@k06a in #685)

Thanks to @robb for reviewing pull requests!