Skip to content

Releases: swiftnative/URLConfig

Release list

v.1.1.0

Choose a tag to compare

@alexejn alexejn released this 19 Jun 11:28
f1ed4dd
Ignore unnecessary Xcode project files and configurations. Add URLCon…

v.1.0.0

Choose a tag to compare

@alexejn alexejn released this 14 Jun 16:58
73a3343
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.