Releases: Alamofire/AlamofireNetworkActivityIndicator
Releases · Alamofire/AlamofireNetworkActivityIndicator
iOS 8.0 Deployment Target
All issues associated with this milestone can be found using this filter.
Updated
- 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.
Thread Safety and Race Condition Bug Fixes
All issues associated with this milestone can be found using this filter.
Added
- 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.
Updated
- The Alamofire submodule to the 4.0.1 release.
- Updated by Christian Noon.
Fixed
- Issue where delay timers were being added to main run loop from non-main queues.
- Fixed by Christian Noon in regards to Issue
#16.
- Fixed by Christian Noon in regards to Issue
- Issue where spinner could be left up indefinitely due to decrement race condition.
- Fixed by Christian Noon in regards to Issue
#14.
- Fixed by Christian Noon in regards to Issue
Swift 3 Support alongside Alamofire 4
All issues associated with this milestone can be found using this filter.
Updated
- 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.
- Updated by Christian Noon and
- 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.
Swift 2.3 Support
All issues associated with this milestone can be found using this filter.
Updated
- 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.
Swift 2.2 Support
All issues associated with this milestone can be found using this filter.
Updated
- 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.
Initial Release
All issues associated with this milestone can be found using this filter.
Added
- Initial release of AlamofireNetworkActivityIndicator.
- Added by Christian Noon.