Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@vilanovi vilanovi released this 09 Jul 10:20
· 45 commits to master since this release

Adding features:

  • Adding the method "+mts_valueMappingForKey:" to map values automatically. This is very useful when mapping enum values.
  • Adding the method "-mts_checkValueEqualityBeforeAssignmentForKey:" to test for equality before setting a value. This is very useful when using Motis together with Core Data, so object properties are not modified if the values are equal.