Releases: gonzalezreal/SimpleNetworking
Releases · gonzalezreal/SimpleNetworking
SimpleNetworking 2.0.0
This release contains significant improvements and breaking changes:
- Relax deployment target and use
@availableattribute where needed (#12). - Remove deprecated image loading code (#12).
- Unified error handling and error response decoding (#13).
- Rename
EndpointtoAPIRequest, for the sake of consistency (#15). - Add convenience factory methods for
GET,POST,PUT,PATCHandDELETErequests (#17). - Better API for stubbing response (#18).
- Write documentation for all the public types in the library (#16) and update the README (#19).
SimpleNetworking 1.3.0
- Deprecate image loading functionality, as it has been moved to NetworkImage.
- Export Logging module
SimpleNetworking 1.2.0
- Add headers parameter to
Endpointpublic initializers - Add
logLevelparameter inAPIClientpublic initializer - Add support for data URIs in
ImageDownloader - Add test coverage to
ImageDownloader
SimpleNetworking 1.1.0
SimpleNetworking 1.0.0
EndpointAPIClientImageDownloaderImagePrefetcherHTTPStubProtocol- A few unit tests