Skip to content

Releases: 3lvis/Networking

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!)

Networking — 5.0.1

16 Nov 11:18
b216987
Compare
Choose a tag to compare
  • Fixes a crash related to cacheOrPurgeJSON #249 (thanks @aasatt!)

Networking — 5.0.0

17 Apr 12:38
e4fc954
Compare
Choose a tag to compare
  • Swift 5 and Xcode 10.2 support

Networking — 4.4.0

06 Oct 03:58
db272be
Compare
Choose a tag to compare
  • Adds support for creating a Networking instance without a baseURL #236

  • Adds Xcode 10 support #241

Networking — 4.3.0

23 Jul 12:40
4bfd400
Compare
Choose a tag to compare
  • Fixes NetworkActivityIndicator not showing (#222)
  • Fix Swift 4 warnings (#226)
  • Cache response for GET requests (#230)
  • Introduce more result types (#231)

Networking — 4.2.0

02 Jan 09:06
46065cd
Compare
Choose a tag to compare
  • Added support for PATCH #220

Networking — 4.1.1

06 Nov 22:13
57b5a32
Compare
Choose a tag to compare
  • Fix warnings regarding characters being deprecated in Xcode 9.