Skip to content

Releases: useshortcut/shortcut-client-js

v1.0.0

07 Oct 19:22
Compare
Choose a tag to compare

Breaking Changes

⚠️ We rewrote clubhouse-lib entirely and published it as @useshortcut/client, see #126. Breaking changes are expected.

What's Changed

Full Changelog: v0.13.0...v1.0.0

v0.13.0

20 Sep 14:35
Compare
Choose a tag to compare

⚠️ This will highly be the last 0.x.x release as a complete refactor will soon bring the v1 with a TypeScript client generated from our Swagger schema.

Breaking Changes

Features and Fixes

v0.12.0

03 Mar 14:39
Compare
Choose a tag to compare

v0.11.0

01 Mar 21:12
Compare
Choose a tag to compare
  • Added external_id property to StoryChange type (#83 by @naseemkullah).
  • Made story_type optional in StoryChange (#76 by @mattspitz).
  • Fixed labels type of StoryChange to use CreateLabelParams instead of Label (#78 by @ybhan).
  • Added some missing types for Epic (#85 by @danhawkins).
  • Added external_links to Story (#93 by @charpeni).
  • Made it compatible in browsers by using cross-fetch instead of fetch-everywhere (#95 by @charpeni).
  • Added support for includes_description in listStories (#94 by @charpeni).

v0.10.0

22 Jan 15:35
Compare
Choose a tag to compare

v0.9.0

05 Nov 21:11
Compare
Choose a tag to compare

In order to provide trust-worthy types to interface with Clubhouse's API, this library has been rewritten in TypeScript. 🎉

TypeScript definitions are — of course — still exported, but they're generated directly from the source code.

Flow type definitions are now generated based on our TypeScript definitions, and are available in this package, thanks to flowgen.

At the same time, we updated our types to match with our latest version of the API (v3).

Breaking Changes

  • API calls are now using v3 by default. Thanks to @jeremyheiler.
  • Types have been updated to match with API v3. (Documentation available here)
  • Exports are compatible with CommonJS.

👏 Thanks to everyone who contributed to this release, and a special thanks to @j-martin who lead the way to TypeScript.

v0.8.0

23 Aug 18:40
Compare
Choose a tag to compare

Add support for:

  • edit story comment
  • delete story comment
  • list labels
  • add a label
  • delete reaction
  • add reaction

v0.6.0

25 Apr 15:33
Compare
Choose a tag to compare

Breaking Changes

v0.4.1

12 Feb 17:49
Compare
Choose a tag to compare
  • Fix GET requests that include parameters by combining token with existing parameters: #30

v0.3.1

11 Oct 14:45
Compare
Choose a tag to compare

Add support for supplying query params to GET requests.