Releases: swiftnative/URLConfig
Releases · swiftnative/URLConfig
v.1.1.0
v.1.0.0
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.