All notable changes to this project will be documented in this file.
AlamofireNetworkActivityIndicator
adheres to Semantic Versioning.
3.1.x
Releases - 3.1.03.0.x
Releases - 3.0.0 | 3.0.13.0.0
Betas - 3.0.0-beta.1 | 3.0.0-beta.2 | | 3.0.0-beta.3
2.4.x
Releases - 2.4.02.3.x
Releases - 2.3.02.2.x
Releases - 2.2.0 | 2.2.12.1.x
Releases - 2.1.02.0.x
Releases - 2.0.0 | 2.0.1
Released on 2020-04-05. All issues associated with this milestone can be found using this filter.
Released on 2020-02-29. All issues associated with this milestone can be found using this filter.
Released on 2020-02-17. All issues associated with this milestone can be found using this filter.
- Swift Package Manager support.
- Added by Alexey Korolev in Pull Request #61.
Released on 2019-05-04. All issues associated with this milestone can be found using this filter.
- 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.
Released on 2019-04-13. All issues associated with this milestone can be found using this filter.
- 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.
Released on 2019-04-10. All issues associated with this milestone can be found using this filter.
- New
requestDidStart
andrequestDidStop
APIs based onrequestIDs
to replace the increment and decrement activity count APIs.- Added by Christian Noon in Pull Request #49.
- 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.
- 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.
Released on 2019-04-06. All issues associated with this milestone can be found using this filter.
- 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.
--
Released on 2018-09-15. All issues associated with this milestone can be found using this filter.
- Bitcode settings.
- Fixed by Jaehong Kang in Pull Request #35.
--
Released on 2018-03-31. All issues associated with this milestone can be found using this filter.
- Jazzy docs.
- Pull request and issue templates.
- Project settings and dependencies for Xcode 9.3 and Swift 4.1.
- Swift Package Manager integration by removing Swift Package Manager support.
Released on 2017-06-16. All issues associated with this milestone can be found using this filter.
- 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.
- 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.
Released on 2016-11-20. All issues associated with this milestone can be found using this filter.
- The deployment targets to iOS 8.0 and macOS 10.10 and updated project settings.
- Updated by Christian Noon.
- The Alamofire submodule to the 4.2.0 release.
- Updated by Christian Noon.
Released on 2016-10-01. All issues associated with this milestone can be found using this filter.
- New
.swift-version
file to repo and reactivatedpod lib lint
in Travis file.- Added by Christian Noon.
- The
OS_ACTIVITY_MODE
environment variable to disable excessive logging.- Added by Christian Noon.
- The Alamofire submodule to the 4.0.1 release.
- Updated by Christian Noon.
- Issue where delay timers were being added to main run loop from non-main queues.
- Fixed by Christian Noon in regards to Issue #16.
- Issue where spinner could be left up indefinitely due to decrement race condition.
- Fixed by Christian Noon in regards to Issue #14.
Released on 2016-09-11. All issues associated with this milestone can be found using this filter.
- All source, test and example logic as well as project settings to compile against
the Xcode 8 beta releases.
- Updated by Christian Noon and Jon Shier.
- Deployment target and README requirements to iOS 9.0.
- Updated by Christian Noon.
- All source and test APIs to match Swift 3 design guidelines.
- Updated by Christian Noon.
- The Cartfile and the Alamofire submodule to the 4.0.0 release.
- Updated by Christian Noon.
- The docstrings to use the new Swift 3 formatting guidelines.
- Updated by Christian Noon.
- The podspec version to 2.0.0 and bumped deployment target and dependency.
- Updated by Christian Noon.
- Project settings by running Swift 3 conversion tool and setting
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to YES.
- Updated by Christian Noon.
- The travis-ci yaml file to build against Xcode 8 osx_image.
- Updated by Christian Noon.
- Code signing to automatic with no team and updated code signing identities.
- Updated by Christian Noon.
Released on 2016-09-08. All issues associated with this milestone can be found using this filter.
- The build status badge in the README now only reports the status of the
master
branch.- Updated by Christian Noon.
- The source, test and example code along with project settings to support Swift 2.2
and Swift 2.3 simultaneously.
- Updated by Christian Noon.
- Updated the travis yaml file for Swift 2.3 and the new OS target versions.
- Updated by Christian Noon.
- Updated the Cartfile and Alamofire submodule to the 3.5.0 release.
- Updated by Christian Noon.
- Updated Xcode project settings based on Xcode 8 GM recommendations.
- Updated by Christian Noon.
- Code coverage generation is now disabled on framework targets to improve stability.
- Updated by Christian Noon.
Released on 2016-03-23. All issues associated with this milestone can be found using this filter.
- The Alamofire submodule to the 3.3.0 release along with the Cartfile
and Podspec dependencies.
- Updated by Christian Noon.
- All source code, tests and example logic to use Swift 2.2 conventions.
- Updated by Christian Noon.
- The required version of Xcode to 7.3 in the README.
- Updated by Christian Noon.
Released on 2016-02-07. All issues associated with this milestone can be found using this filter.
- Initial release of AlamofireNetworkActivityIndicator.
- Added by Christian Noon.