Skip to content

4.0.0

Compare
Choose a tag to compare
@JensAstrup JensAstrup released this 08 May 14:36
· 32 commits to develop since this release

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