All Versions
11
Latest Version
Avg Release Cycle
104 days
Latest Release
1714 days ago

Changelog History
Page 1

  • v1.2.8

    August 14, 2019
  • v1.2.7 Changes

    April 02, 2019

    Swift 4.x compatibility.

  • v1.2.6

    April 15, 2018
  • v1.2.5

    April 05, 2018
  • v1.2.4

    January 09, 2017
  • v1.2.3

    December 15, 2016
  • v1.2.2 Changes

    December 15, 2016

    ๐Ÿ›  Fixes some more regression bugs

  • v1.2.1 Changes

    December 14, 2016

    ๐Ÿš€ This release fixes a regression introduced by the last commits that made it impossible to decode an optional JSONObject

  • v1.2 Changes

    December 12, 2016

    ๐Ÿš€ This release has a few things in it, most notably it removes dictionary ValueType conformance.

    ๐Ÿฑ Special thanks to @KingOfBrian for his work! ๐Ÿ˜ธ

  • v1.1 Changes

    November 15, 2016

    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.