SPTDataLoader v1.1.0 Release Notes

Release Date: 2016-02-15 // about 8 years ago
  • ๐Ÿš€ Watch the loader on your TV. In other words, the watchOS and tvOS release โŒš ๐Ÿ“บ

    โž• Added

    • โž• Added support for watchOS and tvOS.
    • โž• Added error handling when a chunked request is made without the delegate supporting chunks.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed HTTP errors not being correctly reported if they are not above the 400 HTTP status codes.
    • ๐Ÿ›  Fixed a bug allowing infinite retries of requests.

    โœ‚ Removed

    • โœ‚ Removed the non-optional status of cancellation callbacks in the delegate.

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed Accept-Language values to be publically accessible.
    • ๐Ÿ”„ Changed blanket HTTPS certificate accepting a runtime variable rather than a preprocessor macro.
    • ๐Ÿ”„ Changed the name of SPTCancellationToken to SPTDataLoaderCancellationToken.