Skip to content

Releases: tristanhimmelman/ObjectMapper

1.1.0

04 Jan 00:32
Compare
Choose a tag to compare
  • Class cluster support
  • New Mappable extension with handy init and toJSON functions
  • nested keys bug fix (arrays)
  • Miscellaneous improvements and fixes

Performance fix, new toJSONString functions

03 Nov 21:03
Compare
Choose a tag to compare
Performance fix: created two valueFor functions (one for dictionaries…

… and one for arrays) to remove the need to cast the JSON dictionary input

Casting the dictionary was very slow especially given a large JSON input

Xcode 7.1 Support, tvOS support, new nested mapping features

30 Oct 19:33
Compare
Choose a tag to compare
1.0.0

- added missing compile sources to tvOS target

Minor improvements

12 Oct 00:49
Compare
Choose a tag to compare
0.19

- checked out Nimble as submodule

Podspec fix

29 Sep 15:35
Compare
Choose a tag to compare
0.18

removed extra podspec

Support for Arrays of Arrays, iOS 9 memory leak fix

15 Sep 21:26
Compare
Choose a tag to compare
Merge pull request #207 from Hearst-DD/array-of-arrays

- added ability to parse Arrays of Arrays of Mappable objects

Xcode 7.0 GM Release (Swift 2.0 support)

11 Sep 15:41
Compare
Choose a tag to compare

NOTE: The Mappable Protocol has been updated in this release. Your models that conform to Mappable will need simple updates to be compatible with this release. See README and Issues for clarification.

Added map variable to newInstance function for validation purposes

10 Aug 16:13
Compare
Choose a tag to compare

Update to Mappable Protocol - Removed init? requirement

27 Jul 18:04
Compare
Choose a tag to compare

Support for Dictionary of Arrays

17 May 17:29
Compare
Choose a tag to compare
Merge pull request #124 from Hearst-DD/dictionary-of-arrays

Dictionary of arrays