Skip to content

Releases: useshortcut/shortcut-client-js

v2.3.1

21 Aug 19:12
88168a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

18 Aug 17:35
9741f91
Compare
Choose a tag to compare

What's Changed

Important

searchStoriesOld is now deprecated, use the new queryStories method instead, which has the same parameters.

Full Changelog: v2.2.0...v2.3.0

v2.2.0

18 Jul 17:33
10598db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

03 Jul 13:19
a56a285
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Jun 17:01
Compare
Choose a tag to compare

Breaking Changes

This library is now dual-published as CJS and ESM.

It leverages package.json's exports field, meaning that files can't be accessed directly anymore. Instead of importing from a specific file, always import from @shortcut/client:

// ✅
import { ShortcutClient } from '@shortcut/client';

// ❌
import { ShortcutClient } from '@shortcut/client/lib/ShortcutClient';

What's Changed

  • The client has been generated from the latest Swagger schema: #174.

Full Changelog: v1.1.0...v2.0.0

v1.1.0

22 Jul 20:50
5e96430
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

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).