Skip to content

Releases: MFB-Technologies-Inc/NetworkService

v4.1.1

22 Feb 19:23
546d9b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

v4.1.0

05 Oct 20:39
16abd6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

Update combine-schedulers to 1.0.0

01 Aug 03:24
7dce9e8
Compare
Choose a tag to compare
  • Update combine-schedulers to 1.0.0
  • Bump minimum swift version to 5.6 for swift-concurrency-extras (upstream dependency of combine-schedulers)
  • Remove Xcode 13.4.1, Swift 5.6.1 from CI matrix because of buggy behavior on runner

Full Changelog: 3.2.0...4.0.0

3.2.0

06 Jul 01:58
4950e88
Compare
Choose a tag to compare

What's Changed

  • Breakout sub-error localizedDescriptions through NetworkService.Failu… by @roanutil in #12

Full Changelog: 3.1.0...3.2.0

3.1.0

22 Jun 13:55
1949153
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.1.0

3.0.1

29 Mar 19:00
a153c85
Compare
Choose a tag to compare

What's Changed

Cleanup 3.0.0 by @roanutil in #9

  • Update README
  • Finish availability checks for Combine for future linux support.
  • Remove Swift 5.5 availability checks as minimum is now 5.5.
  • Remove deprecated CustomEncoder on TopLevelEncoder

Full Changelog: 3.0.0...3.0.1

3.0.0 Release Async API

24 Mar 12:37
698fc3b
Compare
Choose a tag to compare

What's Changed

  • Release async API and remove combine based API by @roanutil in #8

Full Changelog: 2.1.4...3.0.0

2.1.4 Improve error mapping

07 Mar 02:49
78a253d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.1.4

2.1.3 Fix support for URLSessionDelegate

08 Feb 22:39
71806bf
Compare
Choose a tag to compare

What's Changed

  • Bugfix/async beta does not support urlsessiondelegate by @roanutil in #6

Full Changelog: 2.1.2...2.1.3

2.1.2 Add .swiftpm to gitignore and misc cleanup

15 Nov 18:25
c8ffdc2
Compare
Choose a tag to compare

What's Changed

  • Add .swiftpm to gitignore to stop schemes from polluting packages that depend on NetworkService by @roanutil in #5
  • Run swiftformat by @roanutil in #5
  • Update ci.yml to use newer codecov flow by @roanutil in #5
  • Add codecov badge to README by @roanutil in #5
  • Remove unnecessary use of try!. Resolves issue #1. by @roanutil in #5
  • Add missing assertion descriptions in tests. Resolves swiftlint warnings. by @roanutil in #5

Full Changelog: 2.1.1...2.1.2