Releases: RedMadRobot/apexy-ios
Releases · RedMadRobot/apexy-ios
1.7.4
What's Changed
- Set min deployment target to iOS 13.0.
- Removed block-based API from Example project.
- Renamed
func data(for request:, delegate:) async throws -> (Data, URLResponse)
tofunc data(forRequest:, delegate:) async throws -> (Data, URLResponse)
because it conflicts withFoundation
. - Added optional parameter
delegate: URLSessionDelegate
toURLSessionClient
init.
Apexy 1.7.2
What's Changed
- Availability of
lazy
properties fixed for Xcode 14 compatibility by @annakocheshkova96
Apexy 1.7.1
What's Changed
- Fix AlamofireClient.request(_, completionHandler:) returning progress by @iON1k in #38
- Default async/await implementation by @laqiguy in #37
Full Changelog: 1.7.0...1.7.1
Async/Await support iOS13+
Drop RxSwift support
Apexy 1.5.1
Version 1.5.1
Apexy 1.5.0
Added
ApexyLoader
now supports Combine #30
Apexy 1.4.1
Added support for Alamofire's EventMonitor
s #27
Apexy 1.4.0
Version 1.4.0
Apexy 1.3.0
Added
Fixed
- Fixed error of url construction with trailing slash in path component
- by @modestman in Pull Request #17
- Fixed compile time errors when RxSwift upgraded to 6.0
- by @modestman in Pull Request #18