Skip to content

1.7.4

Latest
Compare
Choose a tag to compare
@vani2 vani2 released this 04 Oct 16:31
c7d75f8

What's Changed

  • Set min deployment target to iOS 13.0.
  • Removed block-based API from Example project.
  • Renamed func data(for request:, delegate:) async throws -> (Data, URLResponse) to func data(forRequest:, delegate:) async throws -> (Data, URLResponse) because it conflicts with Foundation.
  • Added optional parameter delegate: URLSessionDelegate to URLSessionClient init.