All Versions
10
Latest Version
Avg Release Cycle
113 days
Latest Release
1757 days ago

Changelog History

  • v0.8.0 Changes

    June 28, 2019

    🚀 The Swift 5 support release.

  • v0.7.2

    June 28, 2019
  • v0.7.1 Changes

    September 27, 2018

    0.7.1

    🛠 Fix code-signing issues reported in #112

    0.7.0

    👍 Swift 4.2 support

  • v0.7.0 Changes

    September 22, 2018

    👍 Swift 4.2 support.

  • v0.6.0 Changes

    April 08, 2017

    🚀 In this release, Just is update to Swift 3.1.

    🆕 New Feature

    In addition to Strings, the url parameter can now be an URL.

    🔄 Changes

    Minor changes to the APIs were made to follow the Swift API Design Guidelines

    1. URLQuery is renamed to urlQuery.
    2. HTTPMethods are now lowercase.
  • v0.5.7 Changes

    October 29, 2016

    ➕ Add data chunk for downloading progress (#53). Use the chunk property during a download progress to access the data.

    Thank you, @divThis!

  • v0.5.6 Changes

    October 23, 2016

    🛠 Fix a bug in unprompted authentication (#52). Thanks @tomreay!

  • v0.5.5 Changes

    October 23, 2016

    👀 Adjusted order of some arguments for consistency (see #50 for detail).

    Thanks @gtchance!

  • v0.5.4

    October 09, 2016
  • v0.5.3 Changes

    September 18, 2016

    📦 Swift 3 and Swift package manager support.