Skip to content

Tags: hyunminio/ObjectMapper

Tags

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

0.19

Toggle 0.19's commit message
- checked out Nimble as submodule

0.18

Toggle 0.18's commit message
removed extra podspec

0.17

Toggle 0.17's commit message
Merge pull request tristanhimmelman#207 from Hearst-DD/array-of-arrays

- added ability to parse Arrays of Arrays of Mappable objects