Skip to content

Tags: writefreely/writefreely-swift

Tags

0.3.7

Toggle 0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Weakly capture self to avoid leaks (#36)

0.3.6

Toggle 0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extend date decoding strategy for possible fractional seconds (#35)

* Add support for fractional seconds in dates

If the WriteFreely instance returns dates with fractional seconds (e.g., 2022-09-28T11:55:39.886581893Z), the date-decoding strategy fails and an error is thrown.

* Switch formatOptions depending on fractional seconds

* Bump minimum OS versions

0.3.5

Toggle 0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fire completion block failures instead of returning silently (#33)

* Remove unnecessary print statements

* Fire completion block failures instead of returning silently

* Add missing return statement

* Add explicit early returns

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AngeloStavrow Angelo Stavrow
Update sample code

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #32 from writefreely/add-arena-sample

Add sample code for Swift Package Index playground

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from writefreely/fix-build-errors

Fix build errors and add back testing files

0.3.1

Toggle 0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
AngeloStavrow Angelo Stavrow
Refactor WFClient for better maintainability and testability

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #24 from writeas/extend-move-api-to-drafts

Extend move API to drafts

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from writeas/return-error-on-login-404

Don't return early if we get a 404 on login attempt

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from writeas/add-local-WFUser-initializer

Adds a simple memberwise-ish initializer for stored token/username