In this world turned upside down, at least four little things just got better
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!