Skip to content

Releases: 3lvis/Networking

Networking — 6.3.0

15 Jul 18:13
042aa2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.0...6.3.0

Networking — 6.2.0

15 Jul 12:43
Compare
Choose a tag to compare
Fix multi fake delete failing

Networking — 6.1.0

11 Jul 12:37
9cb2445
Compare
Choose a tag to compare

What's Changed

  • Add support fake header fields by @3lvis in #272

Full Changelog: 6.0.3...6.1.0

Networking — 6.0.3

27 Jun 10:38
Compare
Choose a tag to compare
  • Ensure Sources and Tests paths are included in Package.swift

Networking — 6.0.2

23 Jun 09:07
adba8ec
Compare
Choose a tag to compare
  • Add minimum targets for Swift Package Manager

Networking — 6.0.1

19 Jun 14:31
Compare
Choose a tag to compare
  • Add check for iOS 15 as minimum deployment

Networking — 6.0.0

19 Jun 14:23
Compare
Choose a tag to compare

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

04 Oct 08:22
dde4d21
Compare
Choose a tag to compare
  • Updated to Xcode 12

Networking — 5.0.3

08 Jul 19:01
965493d
Compare
Choose a tag to compare
  • Remove fatalError from purging cached data #261 thanks to @mkll for pointing out this issue

Networking — 5.0.2

06 Jun 16:18
232fcd7
Compare
Choose a tag to compare
  • Renamed Result protocol to NetworkingResult (thanks to @mkll for helping with this!)