Releases: tristanhimmelman/ObjectMapper
Releases · tristanhimmelman/ObjectMapper
1.1.1
- Deployment target updates
- Exposed
toJSONString(JSONDict: AnyObject, prettyPrint: Bool)
function
1.1.0
- 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
1.0.1 Performance fix: created two valueFor functions (one for dictionaries…
Xcode 7.1 Support, tvOS support, new nested mapping features
1.0.0 - added missing compile sources to tvOS target
Minor improvements
0.19 - checked out Nimble as submodule
Podspec fix
0.18 removed extra podspec
Support for Arrays of Arrays, iOS 9 memory leak fix
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)
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
0.15 updated version numbers
Update to Mappable Protocol - Removed init? requirement
0.14 updated version again