Skip to content

Releases: RedMadRobot/apexy-ios

1.7.4

04 Oct 16:31
c7d75f8
Compare
Choose a tag to compare

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) to func data(forRequest:, delegate:) async throws -> (Data, URLResponse) because it conflicts with Foundation.
  • Added optional parameter delegate: URLSessionDelegate to URLSessionClient init.

Apexy 1.7.2

23 Jul 15:05
Compare
Choose a tag to compare

What's Changed

Apexy 1.7.1

07 Feb 17:04
Compare
Choose a tag to compare

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+

24 Jan 11:08
Compare
Choose a tag to compare

Added

Drop RxSwift support

20 Jan 06:31
Compare
Choose a tag to compare

Removed

Fixed

  • Fix client request using Combine

Apexy 1.5.1

01 Sep 07:18
Compare
Choose a tag to compare
Version 1.5.1

Apexy 1.5.0

23 Aug 15:25
Compare
Choose a tag to compare

Added

  • ApexyLoader now supports Combine #30

Apexy 1.4.1

29 Jun 12:00
Compare
Choose a tag to compare

Added support for Alamofire's EventMonitors #27

Apexy 1.4.0

21 Jun 07:00
Compare
Choose a tag to compare
Version 1.4.0

Apexy 1.3.0

17 Mar 10:59
3eb6370
Compare
Choose a tag to compare

Added

  • Add ApexyLoader library

Fixed

  • Fixed error of url construction with trailing slash in path component
  • Fixed compile time errors when RxSwift upgraded to 6.0