All Versions
13
Latest Version
Avg Release Cycle
133 days
Latest Release
1583 days ago
Changelog History
Page 2
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
- β Added support for watchOS and tvOS. Thanks, @victorcotap! (#187)
- Configurable request mutations allow headers that are computed from the request body, or otherwise change with every request. Thanks, @SilverTab, for the use case. (#209, #206)
- You can now manually trigger Siestaβs unused resource cleanup. Thanks, @jordanpwood, for the use case. (#179, #193)
- π Siesta now supports HEAD and OPTIONS requests. (#200, #208)
π 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)