Freddy v3.0.0 Release Notes

Release Date: 2016-09-16 // over 7 years ago
  • ๐Ÿš€ This release marks Freddy's adoption of Swift 3.

    ๐Ÿ“š Swift 3's design guidelines have significantly impacted Freddy's API. We have updated the README and Wiki to reflect these changes, and will be publishing our documentation very soon. Take a look at these to see how interacting with instances of JSON has changed.

    Notable improvements and changes:

    • ๐Ÿ“œ Our parser has gotten better
    • ๐Ÿ‘ JSON decoding has gotten better
      • Adds private method to decode terminating null into nil
      • You can now get a decoded dictionary from a JSON (see #176; note that we updated the API for these methods to match Swift 3 style)
      • Add serializeString function (Thanks @glennrfisher ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ )
      • Added Int, Double, Bool conversion to String (Thanks @DarkSatyr)

    ๐Ÿ‘€ Take a look to see what else we have been up to!