Skip to content

Releases: denissimon/URLSessionAdapter

v1.6.3

06 Aug 04:25
Compare
Choose a tag to compare
  • Updated tests

v1.6.2

01 Aug 22:51
Compare
Choose a tag to compare
  • Optimized some code

v1.6.1

10 Jun 23:03
Compare
Choose a tag to compare
Update NetworkServiceTests.swift

v1.6.0

02 Jun 21:43
Compare
Choose a tag to compare
  • Added async/await API
  • Added feature: configurable automatic validation of status codes
  • Optimized some code
  • Added new test cases
  • Updated deployment targets

Requirements: iOS 15.0+, macOS 12.0+, tvOS 15.0+, watchOS 8.0+

v1.5.0

14 May 23:48
Compare
Choose a tag to compare
  • Added support for upload and download URL session tasks
  • Refactored code with updated NetworkError
  • Added NetworkServiceTests.swift

Requirements: iOS 12.0+, macOS 10.13.0+, tvOS 12.0+, watchOS 4.0+

v1.4.3

12 May 22:24
Compare
Choose a tag to compare
  • Updated HTTPParams
  • Updated deployment targets (required by Xcode 15.3)

Requirements: iOS 12.0+, macOS 10.13.0+, tvOS 12.0+, watchOS 4.0+

v1.4.2

16 Apr 11:39
Compare
Choose a tag to compare
  • Added unit tests

v1.4.1

07 Apr 14:05
Compare
Choose a tag to compare
  • Updated access control

v.1.4.0

04 Apr 19:26
Compare
Choose a tag to compare
  • Updated fetchFile method
  • Added new NetworkService methods that return a status code along with the result

v1.3.0

02 Apr 21:35
Compare
Choose a tag to compare
  • Updated NetworkService request methods
  • Updated NetworkError struct
  • Added NetworkServiceType protocol
  • Updated Endpoint class