Skip to content

Releases: swiftnative/URLConfig

v.1.1.0

19 Jun 11:28
f1ed4dd

Choose a tag to compare

Ignore unnecessary Xcode project files and configurations. Add URLCon…

v.1.0.0

14 Jun 16:58
73a3343

Choose a tag to compare

Refactor URLSession extension to use a unified response method

- Refactored URLSession extension to use a unified 'response' method for handling network responses, replacing the previous 'dataResponse' method.
- Added a new 'DataResponse.swift' file defining a struct for handling data responses with decoding capabilities.