Skip to content

Releases: Lickability/Networking

3.0.2

Choose a tag to compare

@SPRSLEPR SPRSLEPR released this 27 May 22:53
2ca427c

What's Changed

  • Removes main actor from network controller by @Pearapps in #20

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

Choose a tag to compare

@Twigz Twigz released this 10 Feb 20:44

Adds macOS support to Package.swift

3.0.0

Choose a tag to compare

@Cordavi Cordavi released this 30 Oct 20:00
8977298

What's Changed

Full Changelog: 2.2.2...3.0.0

Network Session Progress

Choose a tag to compare

@SPRSLEPR SPRSLEPR released this 15 Oct 20:20
c7013a3

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

Choose a tag to compare

@SPRSLEPR SPRSLEPR released this 20 May 20:44
424a971

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

Adding Async Await support

Choose a tag to compare

@Cordavi Cordavi released this 17 Jan 16:35
0489b62
Merge pull request #11 from Lickability/mock-url-session

Mock URLSession Behavior for Testing

1.0.1

Choose a tag to compare

@bcapps bcapps released this 31 May 18:22
70ca4b6

1.0.0

Choose a tag to compare

@Twigz Twigz released this 15 Jan 19:18
54ba83b
  • Initial public release of the Networking framework.