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

Releases: mobilejazz/Motis

Motis 0.4.6

22 May 16:07
Compare
Choose a tag to compare
  • 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

19 May 13:01
Compare
Choose a tag to compare
  • Adding support to use Motis with CoreData.

Motis 0.4.4

09 May 12:07
Compare
Choose a tag to compare
  • Improves performance drastically (up to 100% faster)
  • Fixes a bug in parsing boolean strings "true" and "false" to boolean types.

Motis 0.4.3

19 May 13:07
Compare
Choose a tag to compare
  • Bug fixing

Motis 0.4.2

29 Apr 22:46
Compare
Choose a tag to compare
  • 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

18 Apr 08:35
Compare
Choose a tag to compare
  • Bug fixing on properties that implement protocols

Motis 0.4

15 Apr 17:55
Compare
Choose a tag to compare
  • Added support for KeyPath access to the JSON dictionaries.

Motis 0.3.2

19 May 13:11
Compare
Choose a tag to compare
  • Bug fixing

Motis 0.3.1

28 Mar 11:35
Compare
Choose a tag to compare
  • Bug fixing

Motis 0.3

19 May 13:09
Compare
Choose a tag to compare
  • New Motis interface.
  • Improving automatic validation.