Releases: SwiftyJoeyy/swift-networking
Releases · SwiftyJoeyy/swift-networking
1.1.6
1.1.5
What's Changed
- Added typed throws support
- Added support for Int, Double & Bool for Parameter & Header. This change also applies to the macros.
- Fixed some issues related to parameters & headers optional values.
- Fixed build errors on Swift 5.10.
- Added SPI protection for public underscored methods intended for internal use.
- Fixed an issue where optional paths are appended incorrectly.
- Fixed an issue where errors are not logged.
1.0.3
Make NetworkClient conform to Configurable, Usee @discardableResult for Configurable functions, Improve request logs, Make the requestCachePolicy for URLSessionConfiguration public, Fix request configurations not applied when calling _makeURLRequest,
1.0.2
Fix dependencies indentation.
1.0.1
Update README.md
1.0.0
Initial release!