This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Releases: mobilejazz/Motis
Releases · mobilejazz/Motis
Motis 0.4.6
- Changed behaviour of
+mts_shouldSetUndefinedKeys:
. Now by default returns NO unless you haven't defined a mapping. - Fixing bug in
-mts_setValuesForKeysWithDictionary:
that made to ignore undefined property keys even if+mts_shouldSetUndefinedKeys
returns YES. - Added tests for this case.
- Improving unit testing class names.
Motis 0.4.5
- Adding support to use Motis with CoreData.
Motis 0.4.4
- Improves performance drastically (up to 100% faster)
- Fixes a bug in parsing boolean strings "true" and "false" to boolean types.
Motis 0.4.3
- Bug fixing
Motis 0.4.2
- Fixes a bug in automatic validation when having multiple classes with properties with same name but of different type.
- Deletes the default NSDateFormatter. Now the user must provide a date formatter.
- Add automatic validation for converting JSON fields of type string containing a number to NSDate.
Motis 0.4.1
- Bug fixing on properties that implement protocols
Motis 0.4
Motis 0.3.2
- Bug fixing
Motis 0.3.1
- Bug fixing