Skip to content

Tags: Jake000/ObjectMapper

Tags

1.3.0

Toggle 1.3.0's commit message
Merge pull request tristanhimmelman#459 from Hearst-DD/mappable Mappable

1.2.0

Toggle 1.2.0's commit message
Merge pull request tristanhimmelman#403 from pixel4/add-nullable-from… …-json Add the ability to reset object properties to `nil` from JSON

1.1.5

Toggle 1.1.5's commit message
Merge pull request tristanhimmelman#392 from Hearst-DD/bitcode Bitcode

1.1.4

Toggle 1.1.4's commit message
Enabled bitcode for watchOS and tvOS 

1.1.3

Toggle 1.1.3's commit message
40-50% performance fix 

1.1.2

Toggle 1.1.2's commit message
Merge pull request tristanhimmelman#379 from zulkis/master JSONDictionary public getter

1.1.1

Toggle 1.1.1's commit message
Updated deployment targets 

1.1.0

Toggle 1.1.0's commit message
Fixed spelling mistake 

1.0.1

Toggle 1.0.1's commit message
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

1.0.0

Toggle 1.0.0's commit message
- added missing compile sources to tvOS target