Skip to content

Releases: igashev/NetworkRequester

Added async stream for middlewares and removed combine support

30 Mar 23:15
66438cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

iOS supported version moved to 13 and added async await support

07 Oct 09:04
Compare
Choose a tag to compare
  • iOS supported version moved to 13
  • Added async await support

Lowered iOS version to 11

18 Feb 16:30
Compare
Choose a tag to compare

In order to make it possible to be imported conditionally into projects.

Tests, Documentation, Readme

18 Feb 10:30
Compare
Choose a tag to compare

This release includes documentation for every functionality. Over 95% code coverage. Finally a readme that would help out when beginning with NetworkRequester.

Introducing Combine into the framework

25 Jan 17:17
0af7fde
Compare
Choose a tag to compare

This release introduces Combine and uses only its features.