Skip to content

Releases: piotrekjeremicz/SwiftyNetworking

SwiftyNetworking v0.8.3 - Release

22 Nov 10:42
Compare
Choose a tag to compare
  • Fixed afterEach middleware

SwiftyNetworking v0.8.2 - Release

14 Nov 15:28
Compare
Choose a tag to compare
  • Fixed an issue where the Data.self was a responseBody type

SwiftyNetworking v0.8.1 - Release

29 Oct 10:39
Compare
Choose a tag to compare
  • Fixed array type expressions macro support in responseBody(_:) and responseError(_:) modifiers

SwiftyNetworking v0.8.0 - Release

09 Oct 20:56
Compare
Choose a tag to compare

What's new

  • Created @Request macro that helps get rid of unnecessary code
  • Added Request.swift template with installation script
  • Added NetworkingExampleApp
  • Minor bug fixes

Full Changelog: v0.7.4...v0.8.0

SwiftyNetworking v0.7.4 - Release

05 Sep 21:41
Compare
Choose a tag to compare
  • Fixed request registry by recreating it as actor. I hope that such an implementation will best protect against races.

Full Changelog: v0.7.3...v0.7.4

SwiftyNetworking v0.7.3 - Release

22 Aug 21:41
Compare
Choose a tag to compare
  • Added query items into log description

Full Changelog: v0.7.2...v0.7.3

SwiftyNetworking v0.7.2 - Release

22 Aug 21:38
Compare
Choose a tag to compare
  • Fixing thread racing.

Full Changelog: v0.7.1...v0.7.2

SwiftyNetworking v0.7.1 - Release

20 Jul 11:56
Compare
Choose a tag to compare
  • Improve AuthorizationStore with default AuthorizationStoreProvider
  • Changed logging approach from print() to OSLog
  • You can use your own logger by declaring it in Service instance

SwiftyNetworking v0.7.0 - Release

30 May 08:27
Compare
Choose a tag to compare

Added beforeEach and afterEach middleware methods!

Full Changelog: v0.6.1...v0.7.0

SwiftyNetworking v0.6.1 - Release

26 May 22:00
Compare
Choose a tag to compare

Minor fixes regarding to authorization process