Releases: utahiosmac/Marshal
Swift 4.0
1.2.4: Merge pull request #96 from r-peck/master
Adds 3 and 4 (tv and watch) to TARGETED_DEVICE_FAMILY
1.2.3
1.2.2
Fixes a regression
This release fixes a regression introduced by the last commits that made it impossible to decode an optional JSONObject
1.2
This release has a few things in it, most notably it removes dictionary ValueType conformance.
Special thanks to @KingOfBrian for his work! 😸
Optionals in Arrays
This PR (thanks to @jgrandelli) adds the ability to decode arrays of optionals from MarshaledObject
. It also adds an optional argument to discard errors when decoding an array of objects, so that in an array where a few of the objects are malformed you don't have to throw away the whole array. You could previously do this on your own, but required an understanding of flatMap
and was less obvious to new users. This API should help Marshal be more friendly.
Migration Helper
Adds some @available
migration helpers for everyone upgrading from pre Swift 3 version of Marshal.
Swift 3 and 1.0!
Releases Swift 3 Marshal, updated documentation, and is officially 1.0!
Remove subscripting
Merge pull request #53 from utahiosmac/update-cocoapods Updated the podspec to the latest version.