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