Releases: JensAstrup/shortcut
Releases · JensAstrup/shortcut
4.1.1
4.1.0
What's Changed
- Improve the ability to determine the field name that a specific story custom field value is associated with
- Allow for directly accessing epic owners
epic.owners: Member[]
Internal
- Various dependency upgrades
- Upgrade custom eslint base config
- Add
MembershipProfile
to documentation
4.0.0
What's Changed
- Removed type hinting that suggested fields on
Story
andHistory
could be interfaces which was not possible unless writing code within theconstructor
methods of those classes. If you were explicitly stating return types forStory.comments
,Story.customFields
,Story.storyLinks
,Story.tasks
, orHistory.actions
you should remove the interface portion of those type annotations. - Renamed
ShortcutResource
toBaseResource
- primarily an internal class, if you were using this please refactor
Internal
- Update eslint configuration version
3.0.0
What's Changed
- Introduced
SearchResponse
for retrieving query results
2.7.2
What's Changed
- Fixed a bug that prevented searching for anything aside from Stories
Internal
- Removed stray console statements
- Improved exports so that documentation covers more interfaces
2.7.1
What's Changed
- Fixed a type error with
SearchResponse
2.7.0
What's Changed
Internal
- Add node 22 to testing matrix
- Publish beta releases automatically on PRs to
main
2.5.0
What's Changed
- Bulk operations are now supported via the
Bundle
object - Add
SearchResponse
type for better typescript support ofBaseSearchableService.search
Internal
2.4.0
What's Changed
- Added ability to retrieve epics for a
Label
- Improved error handling for failed network requests
2.1.1
What's Changed
- Fixed search pagination