Skip to content

Latest commit

 

History

History
254 lines (202 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

254 lines (202 loc) · 13.8 KB

Change Log

All notable changes to this project will be documented in this file. AlamofireNetworkActivityIndicator adheres to Semantic Versioning.

3.x Releases

2.x Releases

1.x Releases


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

Updated

  • Project to require Swift 5.1.

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.

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

Added

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.

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.

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.

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.

--

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

--

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.

Released on 2017-06-16. 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


Released on 2016-11-20. 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.

Released on 2016-10-01. 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.

Released on 2016-09-11. 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.

Released on 2016-09-08. 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.

Released on 2016-03-23. 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.

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

Added

  • Initial release of AlamofireNetworkActivityIndicator.