Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Releases: JensAstrup/shortcut

2.1.0

22 Apr 17:08
Compare
Choose a tag to compare

What's Changed

  • Added ability to retrieve list of stories associated with a label
  • Fixed a bug preventing operations on objectives and labels due to a mistyped API url

2.0.1

22 Apr 00:46
Compare
Choose a tag to compare

What's Changed

  • Improved usage of interfaces

Internal

  • Converted all remaining JS tests to TS

2.0.0

20 Apr 02:22
Compare
Choose a tag to compare

What's Changed

  • Search now supports pagination

⚠️ Breaking Changes ⚠️
Any usage of Service.search must be updated to account for the changed return value of the method. Previously a promise resolving to an array of resources was expected, whereas now you can expect an object containing two keys: results which mirrors the previous return value, and next which is a token that can be passed to search to paginate through results.

1.2.5

16 Apr 20:55
d507d1d
Compare
Choose a tag to compare

What's Changed

Internal

  • Continue builds even if AI Reviewer fails
  • Upgrade typescript and @typescript-eslint/eslint-plugin
  • Utilize forked tscpaths to resolve security advisory

1.2.4

16 Apr 03:33
c69b0e9
Compare
Choose a tag to compare

What's Changed

  • Package now supports ESM and CJS

1.2.2

15 Apr 22:46
afbe20b
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue with tsconfig that caused issues with import paths on installing projects

1.2.1

15 Apr 20:05
1e4b6ba
Compare
Choose a tag to compare

What's Changed

Internal

  • Fixed an issue where previous release did not properly build types
  • Update eslint-plugin-perfectionist and @typescript-eslint/parser

1.2.0

15 Apr 14:47
d2f560a
Compare
Choose a tag to compare

What's Changed

  • Reviewing workflow changes on a story is now simplified with the use of FlatHistory. Use story.workflowHistory to get a simplified API for accessing workflow changes.
  • Added the ability to get the currently authenticated member (based on the Shortcut API Token in use)

1.1.0

12 Apr 20:26
96de13f
Compare
Choose a tag to compare

What's Changed

  • Added ability to get a team by name: TeamsService.getByName()
  • Added ability to get the Member who made a change on an instance of History
  • Added ability to get members of a team: await team.members and vice versa: await member.teams

Internal

  • Update README with better examples of client usage
  • Fix CI testing
  • Remove form-data package
  • Add linter to CI

1.0.0

09 Apr 02:47
e0f4342
Compare
Choose a tag to compare

What's Changed

  • Added support for repositories
  • Added support for externally linked stories

That makes all resources covered by the API Client and we are now at v1.0.0! 🎉 ✨ 🚢