Dduan Just Versions Save

Swift HTTP for Humans

0.8.0

4 years ago

The Swift 5 support release.

0.7.1

5 years ago

0.7.1

Fix code-signing issues reported in #112

0.7.0

Swift 4.2 support

0.7.0

5 years ago

Swift 4.2 support.

0.6.0

7 years ago

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.

0.5.7

7 years ago

Add data chunk for downloading progress (https://github.com/JustHTTP/Just/pull/53). Use the chunk property during a download progress to access the data.

Thank you, @divThis!

0.5.6

7 years ago

Fix a bug in unprompted authentication (https://github.com/JustHTTP/Just/pull/52). Thanks @tomreay!

0.5.5

7 years ago

Adjusted order of some arguments for consistency (see https://github.com/JustHTTP/Just/pull/50 for detail).

Thanks @gtchance!

0.5.3

7 years ago

Swift 3 and Swift package manager support.

v0.5.2

7 years ago

Swift 3 support.

v0.5.1

7 years ago

Swift 3 support.