Skip to content

11.0.0 (2025-04-09)

Compare
Choose a tag to compare
@wopian wopian released this 09 Apr 00:37
· 14 commits to master since this release
v11.0.0
92ed1e6

Bug Fixes

  • kitsu: correct jsdoc type definitions of return types (33f1bc2)
  • kitsu-core: correct jsdoc syntax for deserialiseArray (9096868)
  • kitsu-core: correct jsdoc syntax for filterIncludes (bb74de9)
  • kitsu-core: remove unused meta jsdoc (ead2add)
  • kitsu-core: return an empty string if splitModel is passed an empty url (5ef65dd)

Features

  • kitsu-core: return an empty string if paramKeyName is passed an undefined value (6112780)

BREAKING CHANGES

  • kitsu-core: drop support for node 14 and 16. minimum supported node is now 18 (5d715c2)
  • kitsu: drop support for node 14 and 16. minimum supported node is now 18 (f193e1e)
  • kitsu: upgrade axios to v1 (#1075) (a973b00)

Full Changelog: v10.2.1...v11.0.0