All Versions
10
Latest Version
Avg Release Cycle
26 days
Latest Release
1666 days ago
Changelog History
Changelog History
-
v0.3.1 Changes
September 03, 2020[0.3.1 (20200824)]
🔄 Changed
NetswiftError.Category
now conforms toCustomDebugStringConvertible
-
v0.3.0 Changes
February 25, 2020[0.3.0 (20200225)]
🔄 Changed
- 🔨
NetswiftError
has been refactored to always keep track of a network task's response payload, if any is available. NetswiftRequest
are now given a chance to intercept and handle aNetswiftError
when performed.
🛠 Fixed
- Access control levels for
NetswiftHTTPPerformer
andNetswiftPerformer
have been set toopen
to allow for overriding and extending.
- 🔨
-
v0.2.1 Changes
February 09, 2020[0.2.1 (20200209)]
➕ Added
- 🆕 New Changelog file to keep track of updates!
- JPEG Mime Type
NetswiftError
now conforms toEquatable
🔄 Changed
- ⚡️ Updated Readme to remove some deprecated stuff
- 📇 Renamed
MimeType.plainText
toMimeType.text
🛠 Fixed
- Access control for several classes has been made public
- 🛠 Fixed a typo for the
.mailto
Generic Scheme's rawValue - ➕ Added missing headers in default implementation of
NetswiftRequest.serialise()
-
v0.2.0 Changes
January 17, 2020🔄 Changed
- 0️⃣ Use default SPM Platform requirements
-
v0.1.7 Changes
January 17, 2020🚀 This update brings sensible deployment targets requirements for Netswift, as iOS 13.3 was unnecessarily restrictive.
🛠 I've also fixed some of the examples which did not work as expected anymore.
-
v0.1.6 Changes
January 16, 2020⚡️ This update brings support for SPM
-
v0.1.5 Changes
January 15, 2020⚡️ This update brings better http error handling
-
v0.1.4 Changes
January 15, 2020⚡️ This update re-enables specifying Content-Type & Accept headers on request level.
This replaces specifying them as generic headers. Those have now been renamed to
additionalHeaders
-
v0.1.3 Changes
January 15, 2020This tag was mistakenly created on the wrong commit
-
v0.1.2 Changes
January 15, 2020🛠 Fixed a bug with multipart header identifiers (byterange & form-data were switched)