Skip to content

Releases: Alamofire/AlamofireNetworkActivityIndicator

iOS 8.0 Deployment Target

21 Nov 04:08
Compare
Choose a tag to compare

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.
  • The Alamofire submodule to the 4.2.0 release.

Thread Safety and Race Condition Bug Fixes

01 Oct 22:49
Compare
Choose a tag to compare

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

Added

  • New .swift-version file to repo and reactivated pod lib lint in Travis file.
  • The OS_ACTIVITY_MODE environment variable to disable excessive logging.

Updated

  • The Alamofire submodule to the 4.0.1 release.

Fixed

  • Issue where delay timers were being added to main run loop from non-main queues.
  • Issue where spinner could be left up indefinitely due to decrement race condition.

Swift 3 Support alongside Alamofire 4

11 Sep 11:09
Compare
Choose a tag to compare

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.
  • Deployment target and README requirements to iOS 9.0.
  • All source and test APIs to match Swift 3 design guidelines.
  • The Cartfile and the Alamofire submodule to the 4.0.0 release.
  • The docstrings to use the new Swift 3 formatting guidelines.
  • The podspec version to 2.0.0 and bumped deployment target and dependency.
  • Project settings by running Swift 3 conversion tool and setting
    ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to YES.
  • The travis-ci yaml file to build against Xcode 8 osx_image.
  • Code signing to automatic with no team and updated code signing identities.

Swift 2.3 Support

08 Sep 08:25
Compare
Choose a tag to compare

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.
  • The source, test and example code along with project settings to support Swift 2.2
    and Swift 2.3 simultaneously.
  • Updated the travis yaml file for Swift 2.3 and the new OS target versions.
  • Updated the Cartfile and Alamofire submodule to the 3.5.0 release.
  • Updated Xcode project settings based on Xcode 8 GM recommendations.
  • Code coverage generation is now disabled on framework targets to improve stability.

Swift 2.2 Support

24 Mar 01:03
Compare
Choose a tag to compare

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.
  • All source code, tests and example logic to use Swift 2.2 conventions.
  • The required version of Xcode to 7.3 in the README.

Initial Release

08 Feb 15:13
Compare
Choose a tag to compare

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

Added

  • Initial release of AlamofireNetworkActivityIndicator.