Skip to content

Releases: stelynx/craft

v1.1.0

03 Jan 12:53
2669f8a
Compare
Choose a tag to compare

Add support for HttpMethod.patch.

v1.0.1

07 Nov 11:29
211ff5b
Compare
Choose a tag to compare

Fix a bug where refresh token was used instead of refresh token for token expiration extraction.

v1.0.0

13 Oct 09:48
f4f38e6
Compare
Choose a tag to compare

This is the official release! 🎉

  • Add master Craft class that makes working with crafts a 🍰.
  • Persistable is now able to automatically retrieve saved token if it exists when used with Craft.

v0.2.0

11 Oct 13:00
9990dea
Compare
Choose a tag to compare

Add crafts that support queueing of the requests using RequestQueueing.

Initial release

07 Oct 14:03
d75abb6
Compare
Choose a tag to compare

Add basic crafts with Refreshable, AutoRefreshing, and Persistable functionality, and
a combination of these.