All notable changes to this project will be documented in this file
NetswiftError.Category
now conforms toCustomDebugStringConvertible
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.
- Access control levels for
NetswiftHTTPPerformer
andNetswiftPerformer
have been set toopen
to allow for overriding and extending.
- New Changelog file to keep track of updates!
- JPEG Mime Type
NetswiftError
now conforms toEquatable
- Updated Readme to remove some deprecated stuff
- Renamed
MimeType.plainText
toMimeType.text
- 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()
- Use default SPM Platform requirements