Releases: Alamofire/AlamofireNetworkActivityIndicator
Swift 5.1
SPM Submodule Fixes
Alamofire 5 Compatibility
Released on 2020-002-17. All issues associated with this milestone can be found using this
filter.
Added
- Swift Package Manager support.
- Added by Alexey Korolev in Pull Request #61.
AppStore Connect Submission Fix
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.
- Fixed by Cícero Camargo in Pull Request #54.
AF5b5 and Task Tracking
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.
- Updated by Christian Noon in Pull Request #51.
- Activity tracking to monitor task events rather than request events to improve accuracy.
- Updated by Christian Noon in Pull Request #52.
AF5, Swift 5 only, and Improved Request Tracking
Released on 2019-04-10. All issues associated with this milestone can be found using this
filter.
Added
- New
requestDidStart
andrequestDidStop
APIs based onrequestIDs
to replace the increment and decrement activity count APIs.- Added by Christian Noon in Pull Request #49.
Updated
- Project to use Swift 5 only and require Alamofire 5.0.0-beta.4+ as a dependency.
- Updated by Christian Noon in Pull Request #48.
Fixed
- Issue where activity count could become negative causing the network activity indicator to not display correctly.
- Fixed by Christian Noon in regards to Issue #38 in Pull Request #49.
Indicating Compatibility
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.
- Updated by Ryan Zulkoski in Pull Request #44.
Swift 4.2!
Released on 2018-09-15. All issues associated with this milestone can be found using this
filter.
Updated
Fixed
- Bitcode settings.
- Fixed by Jaehong Kang in Pull Request #35.
Xcode 9.3 and Swift 4.1 Support
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
Xcode 9 and Swift 4.0 Support
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 by Christian Noon.
- Updated all project settings to Xcode 9 for support for Swift 3.1, 3.2, and 4.0.
- Updated by Christian Noon.
Fixed
- Issues and typos throughout the README documentation and sample code and source code docstrings.
- Fixed by Eric Horstmanshof, Martin Arista, and Wolfgang Lutz in Pull Requests #21, #24, and #25.