Siesta v1.3.0 Release Notes

Release Date: 2017-09-18 // over 6 years ago
  • ✨ Enhancements

    • πŸ‘ Swift 4 support is here! If you want to stick with Swift 3 for now, use version 1.2.x or the swift-3 branch.
    • πŸ‘€ Swift 4’s Codable is the new, better way to handle JSON β€” and Siesta supports it nicely. See it in action in the example project.
    • πŸ‘€ To better support Codable, Siesta now provides a convenient way to disable its default JSON β†’ Dictionary parsing while still preserving the built-in text and image parsing. (It was an all-or-nothing proposition before.) See #214 for details.
    • πŸ‘ For those not jumping to Codable just yet, the SwiftyJSON support that used to be in the example project now lives in Extensions/.
    • The example app now includes live in-app commentary on what Siesta is doing and why it’s interesting, making pod try a much more edifying experience.

    πŸ’₯ Breaking Changes

    None.