Skip to content

Releases: wopian/kitsu

11.0.1 (2025-04-09)

09 Apr 00:38
v11.0.1
1f93489
Compare
Choose a tag to compare

This release has no code changes from 11.0.0. It adds missing changes to the 11.0.0 changelog

11.0.0 Release Notes

11.0.0 (2025-04-09)

09 Apr 00:37
v11.0.0
92ed1e6
Compare
Choose a tag to compare

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

10.2.1 (2025-04-05)

05 Apr 16:26
v10.2.1
1fade70
Compare
Choose a tag to compare

What's Changed

  • build(deps): update dependency axios to v0.30.0 by @renovate in #1071

Full Changelog: v10.2.0...v10.2.1

10.2.0 (2025-01-03)

03 Jan 22:43
v10.2.0
ff1ada7
Compare
Choose a tag to compare

Features

10.1.5 (2024-03-30)

30 Mar 19:02
v10.1.5
59710ae
Compare
Choose a tag to compare

Bug Fixes

10.1.4 (2024-03-14)

14 Mar 21:01
v10.1.4
19d130e
Compare
Choose a tag to compare

Note: This was a re-release of 10.1.3

What's Changed

Bug Fixes

  • kitsu: export types in fine-grained exports (#968) (54b3657)
  • kitsu-core: export types in fine-grained exports (b1f15bf)

Full Changelog: v10.1.2...v10.1.4

10.1.2 (2023-06-20)

20 Jun 21:46
v10.1.2
625862d
Compare
Choose a tag to compare

What's Changed

  • fix: correct the typing for config on post by @nysos3 in #873

New Contributors

Full Changelog: v10.1.1...v10.1.2

10.1.1 (2023-04-26)

26 Apr 14:35
3c35d41
Compare
Choose a tag to compare

What's Changed

  • fix(kitsu-core): Merge meta keys to preserve data by @pedep in #853

Full Changelog: v10.1.0...v10.1.1

10.1.0 (2023-02-28)

28 Feb 20:31
v10.1.0
ac910f3
Compare
Choose a tag to compare

10.1.0 (2023-02-28)

Features

  • kitsu: Configurable modern query serializer (ef94ae0) (#828)
    • Adds a new query option to the kitsu constructor allowing for traditional (default, same as prior versions), modern or a custom query serialisation function

10.0.5 (2023-02-28)

28 Feb 14:06
240a00e
Compare
Choose a tag to compare

Bug Fixes

  • kitsu-core: Allow empty POST body (16cd20d)