Skip to content

Releases: dduan/Just

0.8.0

28 Jun 05:53
Compare
Choose a tag to compare

The Swift 5 support release.

0.7.1

27 Sep 08:35
Compare
Choose a tag to compare

0.7.1

Fix code-signing issues reported in #112

0.7.0

Swift 4.2 support

0.7.0

22 Sep 05:30
Compare
Choose a tag to compare

Swift 4.2 support.

0.6.0

08 Apr 23:56
Compare
Choose a tag to compare

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

29 Oct 22:46
Compare
Choose a tag to compare

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

Thank you, @divThis!

0.5.6

23 Oct 18:12
Compare
Choose a tag to compare

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

0.5.5

23 Oct 18:08
Compare
Choose a tag to compare

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

Thanks @gtchance!

0.5.3

18 Sep 01:15
Compare
Choose a tag to compare

Swift 3 and Swift package manager support.

0.5.2

17 Sep 21:48
Compare
Choose a tag to compare

Swift 3 support.

0.5.1

13 Sep 00:11
Compare
Choose a tag to compare

Swift 3 support.