All Versions
13
Latest Version
Avg Release Cycle
133 days
Latest Release
1246 days ago

Changelog History
Page 2

  • v1.2.1 Changes

    September 08, 2017

    πŸ›  Fixes

    • Resource.withParam(…) no longer strips existing parameters whose value is blank. Thanks to @ligal for catching this one. (#222β†’#223)
    • RemoteImageView.placeholderImage was incorrectly marked as an @IBOutlet, which served no useful purpose. It is now correctly marked as @IBInspectable, which makes it possible to choose a placeholder image from the storyboard editor. Thanks to @aoge123 for pointing this out. (#220β†’#224)
    • πŸ”§ Configuration patterns now correctly match : as part of a URL path segment, per the HTTP spec. Thanks to @akaralar for discovering this one. (#212β†’#221)
    • ✏️ Assorted small typos fixed in the docs. Thanks, @brucer42. (#218)

    πŸ’₯ Breaking Changes

    None.

    Special Exciting Bonus Reminder

    πŸ‘ A preview of Swift 4 support is available on the swift-4 branch. Please kick the tires and report any issues!

  • v1.2.0 Changes

    August 07, 2017

    ✨ Enhancements

    πŸ›  Fixes

    • ⚠ SiestaUI and Alamofire submodules no longer generate spurious compiler warnings when built with CocoaPods. (#195)
    • πŸš€ The README’s table of contents suffered from a Banner-Blindness-like invisibility. It now says β€œTable of Contents.” I mention this in the release notes only so I can publicly thank @zadr for pointing it out.

    πŸ’₯ Breaking Changes

    None.

    Special Exciting Bonus

    πŸ’» A preview of Swift 4 support is available on the swift-4 branch. Kick the tires! Check out the example project on that branch for an example of using Swift 4’s JSON coding with Siesta.

  • v1.1.1 Changes

    March 28, 2017

    πŸ›  Fixes

    • πŸ—„ Swift 3.1 deprecations and warnings now fixed (#188)