Releases: 3lvis/Networking
Releases · 3lvis/Networking
Networking — 6.0.0
What's Changed
- Improved Swift Package support and removed CocoaPods and Carthage by @3lvis in #266
- Improved APIs to implement async/await by @3lvis in #268
- Removed cancellation using ID since it's not compatible with the new async/await approach
- Changed several methods to be throwable instead of force unwrapping
Full Changelog: 5.1.0...6.0.0
Networking — 5.1.0
- Updated to Xcode 12
Networking — 5.0.3
Networking — 5.0.2
- Renamed Result protocol to NetworkingResult (thanks to @mkll for helping with this!)
Networking — 5.0.1
Networking — 5.0.0
- Swift 5 and Xcode 10.2 support
Networking — 4.4.0
Networking — 4.3.0
Networking — 4.2.0
- Added support for PATCH #220
Networking — 4.1.1
- Fix warnings regarding characters being deprecated in Xcode 9.