Skip to content

Releases: gonzalezreal/SimpleNetworking

SimpleNetworking 2.0.0

22 Jul 15:15
4e87c1f
Compare
Choose a tag to compare

This release contains significant improvements and breaking changes:

  • Relax deployment target and use @available attribute where needed (#12).
  • Remove deprecated image loading code (#12).
  • Unified error handling and error response decoding (#13).
  • Rename Endpoint to APIRequest, for the sake of consistency (#15).
  • Add convenience factory methods for GET, POST, PUT, PATCH and DELETE requests (#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

12 Jul 10:45
d32928a
Compare
Choose a tag to compare
  • Deprecate image loading functionality, as it has been moved to NetworkImage.
  • Export Logging module

SimpleNetworking 1.2.0

26 Mar 13:41
44c66c8
Compare
Choose a tag to compare
  • Add headers parameter to Endpoint public initializers
  • Add logLevel parameter in APIClient public initializer
  • Add support for data URIs in ImageDownloader
  • Add test coverage to ImageDownloader

SimpleNetworking 1.1.0

15 Dec 18:56
530feca
Compare
Choose a tag to compare
  • Fix immediate cache issue (#2)
  • Add request and response logging (#3)

SimpleNetworking 1.0.0

18 Sep 19:43
4b1879c
Compare
Choose a tag to compare
  • Endpoint
  • APIClient
  • ImageDownloader
  • ImagePrefetcher
  • HTTPStubProtocol
  • A few unit tests