Netswift v0.3.1 Release Notes

Release Date: 2020-09-03 // over 3 years ago
  • [0.3.1 (20200824)]

    ๐Ÿ”„ Changed

    • NetswiftError.Category now conforms to CustomDebugStringConvertible

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 a NetswiftError when performed.

    ๐Ÿ›  Fixed

    • Access control levels for NetswiftHTTPPerformer and NetswiftPerformer have been set to open to allow for overriding and extending.