Skip to content

Releases: writefreely/writefreely-swift

v0.3.6

06 Oct 11:10
0361ed3
Compare
Choose a tag to compare

This is a patch release that adds support for fractional seconds when parsing dates in returned JSON.

v0.3.5

25 May 17:54
f700e05
Compare
Choose a tag to compare

This is a patch release that cleans up silent failures in some error cases.

v0.3.4

10 Jun 21:17
0674442
Compare
Choose a tag to compare

This is a minor release that fixes some issues with the package's sample code.

v0.3.3

10 Jun 20:58
0836d6f
Compare
Choose a tag to compare

This is a minor release that adds sample code (.arena-sample.swift) for use with the Swift Package Index's "Try in a Playground" feature.

v0.3.2

25 May 20:49
3f05bc1
Compare
Choose a tag to compare

This is a minor release that fixes a build error on Xcode 12.4 and reinstates the boilerplate testing files that are generated by Xcode, in preparation for adding tests to the project.

v0.3.1

20 May 20:31
0.3.1
27d5c9a
Compare
Choose a tag to compare

This is a minor release that refactors WFClient to use template requests. There are no changes to the public API; this update only improves the codebase's maintainability.

v0.3.0

09 Oct 10:46
e8fc77d
Compare
Choose a tag to compare

This is a minor release that extends the WriteFreelyClient movePost(_ postId: to collectionAlias: completion:) method. The to collectionAlias: argument is now an optional String; passing in nil moves the post out of any collection, and into Drafts.

v0.2.3

06 Oct 20:51
accd9c4
Compare
Choose a tag to compare

This patch release adds an .unknownError case to the WFError type.

v0.2.2

31 Aug 14:45
52ea441
Compare
Choose a tag to compare

This patch release adds a minimal memberwise initializer to the WFUser type.

Added

  • The WFUser type can now be initialized with just a token and, optionally, a username.

v0.2.1

20 Aug 15:24
6485414
Compare
Choose a tag to compare

This patch release fixes a bug in custom type access.

Fixed

  • The WFError enum in now available to consumers of the Swift package.