This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
Releases: JensAstrup/shortcut
Releases · JensAstrup/shortcut
2.1.0
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
What's Changed
- Improved usage of interfaces
Internal
- Converted all remaining JS tests to TS
2.0.0
What's Changed
- Search now supports pagination
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
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
What's Changed
- Package now supports ESM and CJS
1.2.2
What's Changed
- Fixed an issue with
tsconfig
that caused issues with import paths on installing projects
1.2.1
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
What's Changed
- Reviewing workflow changes on a story is now simplified with the use of
FlatHistory
. Usestory.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
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 ofHistory
- 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
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! 🎉 ✨ 🚢