Skip to content

Tags: HSoshiant/ObjectMapper

Tags

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

0.16

Toggle 0.16's commit message
- checking in Carthage checkouts folder

0.15

Toggle 0.15's commit message
updated version numbers

0.14

Toggle 0.14's commit message
updated version again

0.13

Toggle 0.13's commit message
Merge pull request tristanhimmelman#161 from Hearst-DD/remove-init-fr…

…om-mappable

Remove init? from mappable protocol

0.12

Toggle 0.12's commit message
Merge pull request tristanhimmelman#124 from Hearst-DD/dictionary-of-…

…arrays

Dictionary of arrays