All Versions
16
Latest Version
Avg Release Cycle
109 days
Latest Release
1474 days ago

Changelog History
Page 1

  • v3.1.0 Changes

    April 06, 2020

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

    ⚑️ Updated

    • Project to require Swift 5.1.

  • v3.0.1 Changes

    February 29, 2020

    πŸš€ 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.
  • v3.0.0 Changes

    May 04, 2019

    πŸš€ 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.
  • v3.0.0-beta.3 Changes

    May 04, 2019

    πŸš€ 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.
  • v3.0.0-beta.2 Changes

    April 13, 2019

    πŸš€ 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.
  • v3.0.0-beta.1 Changes

    April 10, 2019

    πŸš€ 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.

  • v2.4.0 Changes

    April 06, 2019

    πŸš€ Released on 2019-04-06. All issues associated with this milestone can be found using this
    filter.

    ⚑️ Updated

    • 0️⃣ Project to use Swift 4 as the default language version for compatiblity with the Swift 5 compiler and Xcode 10.2.
  • v2.3.0 Changes

    September 15, 2018

    πŸš€ 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

  • v2.2.1 Changes

    April 01, 2018

    πŸš€ 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.
  • v2.2.0 Changes

    June 17, 2017

    πŸš€ 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