Skip to content

Releases: JensAstrup/shortcut

4.1.1

10 Jun 06:43
3442e0d
Compare
Choose a tag to compare

What's Changed

  • A previous changed broke type hinting after a misconfiguration in tsconfig that has now been resolved

Internal

  • Update axios from 1.6.8 to 1.7.2

4.1.0

04 Jun 07:49
16fae7e
Compare
Choose a tag to compare

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

08 May 14:36
Compare
Choose a tag to compare

What's Changed

  • Removed type hinting that suggested fields on Story and History could be interfaces which was not possible unless writing code within the constructor methods of those classes. If you were explicitly stating return types for Story.comments, Story.customFields, Story.storyLinks, Story.tasks, or History.actions you should remove the interface portion of those type annotations.
  • Renamed ShortcutResource to BaseResource - primarily an internal class, if you were using this please refactor

Internal

  • Update eslint configuration version

3.0.0

05 May 21:49
Compare
Choose a tag to compare

What's Changed

  • Introduced SearchResponse for retrieving query results

2.7.2

05 May 20:01
Compare
Choose a tag to compare

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

02 May 23:57
cb31cad
Compare
Choose a tag to compare

What's Changed

  • Fixed a type error with SearchResponse

2.7.0

02 May 05:40
Compare
Choose a tag to compare

What's Changed

Internal

  • Add node 22 to testing matrix
  • Publish beta releases automatically on PRs to main

2.5.0

01 May 21:34
17c2ac0
Compare
Choose a tag to compare

What's Changed

  • Bulk operations are now supported via the Bundle object
  • Add SearchResponse type for better typescript support of BaseSearchableService.search

Internal

2.4.0

27 Apr 01:03
Compare
Choose a tag to compare

What's Changed

  • Added ability to retrieve epics for a Label
  • Improved error handling for failed network requests

2.1.1

22 Apr 18:37
Compare
Choose a tag to compare

What's Changed

  • Fixed search pagination