Netswift v0.3.1 Release Notes
Release Date: 2020-09-03 // over 2 years ago-
[0.3.1 (20200824)]
๐ Changed
NetswiftError.Category
now conforms toCustomDebugStringConvertible
Previous changes from v0.3.0
-
[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.
- ๐จ