Releases: piotrekjeremicz/SwiftyNetworking
Releases · piotrekjeremicz/SwiftyNetworking
SwiftyNetworking v0.8.3 - Release
- Fixed
afterEach
middleware
SwiftyNetworking v0.8.2 - Release
- Fixed an issue where the
Data.self
was aresponseBody
type
SwiftyNetworking v0.8.1 - Release
- Fixed array type expressions macro support in
responseBody(_:)
andresponseError(_:)
modifiers
SwiftyNetworking v0.8.0 - Release
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
- 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
- Added query items into log description
Full Changelog: v0.7.2...v0.7.3
SwiftyNetworking v0.7.2 - Release
- Fixing thread racing.
Full Changelog: v0.7.1...v0.7.2
SwiftyNetworking v0.7.1 - Release
- Improve
AuthorizationStore
with defaultAuthorizationStoreProvider
- Changed logging approach from
print()
toOSLog
- You can use your own logger by declaring it in
Service
instance
SwiftyNetworking v0.7.0 - Release
Added beforeEach
and afterEach
middleware methods!
Full Changelog: v0.6.1...v0.7.0
SwiftyNetworking v0.6.1 - Release
Minor fixes regarding to authorization process