Siesta v1.2.1 Release Notes

Release Date: 2017-09-08 // over 6 years ago
  • ๐Ÿ›  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!