Releases: writefreely/writefreely-swift
v0.3.6
v0.3.5
This is a patch release that cleans up silent failures in some error cases.
v0.3.4
This is a minor release that fixes some issues with the package's sample code.
v0.3.3
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
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
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
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
This patch release adds an .unknownError
case to the WFError type.
v0.2.2
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
This patch release fixes a bug in custom type access.
Fixed
- The WFError enum in now available to consumers of the Swift package.