Skip to content

5.2.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 11 Aug 11:28
· 64 commits to main since this release

Added

  • Combine support on supported platforms through publisher() method on APIRequest, UploadAPIRequest, DownloadAPIRequest.
  • APIError.isCancelled property, that tells, whether request, that errored, was cancelled by sender.

Changed

  • Alamofire.ParameterEncoding, JSONEncoding and URLEncoding are now exposed through TRON API and don't require importing Alamofire to use.

Deprecated

  • NetworkActivityPlugin is deprecated on iOS 13 and higher, because UIApplication.isNetworkActivityIndicatorVisible property it has been switching is deprecated on iOS 13 and higher.