Skip to content

Releases: Lickability/Networking

3.0.1

10 Feb 20:44
Compare
Choose a tag to compare

Adds macOS support to Package.swift

3.0.0

30 Oct 20:00
8977298
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...3.0.0

Network Session Progress

15 Oct 20:20
c7013a3
Compare
Choose a tag to compare

Adds a property to the NetworkSessionDataTask which will allow us to be able to observe the changes to the progress of the task being excecuted.

Set Scheduler on Send Method

20 May 20:44
424a971
Compare
Choose a tag to compare

Allows you to set a scheduler on the send method of NetworkRequestStateController's.

Adding Async Await support

17 Jan 16:35
0489b62
Compare
Choose a tag to compare
Merge pull request #11 from Lickability/mock-url-session

Mock URLSession Behavior for Testing

1.0.1

31 May 18:22
70ca4b6
Compare
Choose a tag to compare

1.0.0

15 Jan 19:18
54ba83b
Compare
Choose a tag to compare
  • Initial public release of the Networking framework.