Skip to content

Releases: Alamofire/AlamofireNetworkActivityIndicator

Swift 5.1

06 Apr 01:52
392bed0
Compare
Choose a tag to compare

Released on 2020-04-05. All issues associated with this milestone can be found using this
filter.

Updated

  • Project to require Swift 5.1.

SPM Submodule Fixes

29 Feb 21:40
f252f5b
Compare
Choose a tag to compare

Released on 2020-02-29. All issues associated with this milestone can be found using this
filter.

Fixed

  • Swift Package Manager checkouts due to git submodule.

Alamofire 5 Compatibility

17 Feb 23:20
71da6fb
Compare
Choose a tag to compare

Released on 2020-002-17. All issues associated with this milestone can be found using this
filter.

Added

AppStore Connect Submission Fix

04 May 21:16
e742672
Compare
Choose a tag to compare

Released on 2019-05-04. All issues associated with this milestone can be found using this filter.

Fixed

  • Issue with AppStore submissions where the pre-release version in the bundle short versions string was being rejected when built with Carthage or as a submodule.
  • Issue in the Carthage installation instructions in the README.

AF5b5 and Task Tracking

13 Apr 18:28
Compare
Choose a tag to compare

Released on 2019-04-13. All issues associated with this milestone can be found using this
filter.

Updated

  • Project to require Alamofire 5.0.0-beta.5+ as a dependency.
  • Activity tracking to monitor task events rather than request events to improve accuracy.

AF5, Swift 5 only, and Improved Request Tracking

10 Apr 17:57
b319d07
Compare
Choose a tag to compare

Released on 2019-04-10. All issues associated with this milestone can be found using this
filter.

Added

  • New requestDidStart and requestDidStop APIs based on requestIDs to replace the increment and decrement activity count APIs.

Updated

  • Project to use Swift 5 only and require Alamofire 5.0.0-beta.4+ as a dependency.

Fixed

  • Issue where activity count could become negative causing the network activity indicator to not display correctly.

Indicating Compatibility

06 Apr 20:50
Compare
Choose a tag to compare

Released on 2019-04-06. All issues associated with this milestone can be found using this
filter.

Updated

  • Project to use Swift 4 as the default language version for compatiblity with the Swift 5 compiler and Xcode 10.2.

Swift 4.2!

15 Sep 23:51
Compare
Choose a tag to compare

Released on 2018-09-15. All issues associated with this milestone can be found using this
filter.

Updated

  • Code and dependencies for Xcode 10 and Swift 4.2.

Fixed

Xcode 9.3 and Swift 4.1 Support

01 Apr 01:08
Compare
Choose a tag to compare

Released on 2018-03-31. All issues associated with this milestone can be found using this
filter.

Added

  • Jazzy docs.
  • Pull request and issue templates.

Updated

  • Project settings and dependencies for Xcode 9.3 and Swift 4.1.

Fixed

  • Swift Package Manager integration by removing Swift Package Manager support.

Xcode 9 and Swift 4.0 Support

17 Jun 02:49
Compare
Choose a tag to compare

All issues associated with this milestone can be found using this filter.

Updated

  • The Alamofire submodule to the 4.5.0 release along with all dependency requirements.
  • Updated all project settings to Xcode 9 for support for Swift 3.1, 3.2, and 4.0.

Fixed