Releases: wopian/kitsu
Releases · wopian/kitsu
11.1.1 (2025-08-25)
Bug Fixes
- kitsu-core: flag internal function as private to hide from docs (1b2f9b9)
Full Changelog: v11.1.0...v11.1.1
11.1.0 (2025-08-25)
Features
- kitsu: implement opt-in data hoisting on returned responses (0266f66)
- kitsu-core: implement opt-in data hoisting when deserialising response (72dc2be)
Full Changelog: v11.0.3...v11.1.0
11.0.3 (2025-08-07)
11.0.2 (2025-08-07)
What's Changed
- refactor(kitsu-core): initialize deserialisation includes array only a single time by @Gberzi01 in #1094
- kitsu-core is now up to 1,000 times faster at deserialisation for very large data sets
New Contributors
Full Changelog: v11.0.1...v11.0.2
11.0.1 (2025-04-09)
This release has no code changes from 11.0.0. It adds missing changes to the 11.0.0 changelog
11.0.0 (2025-04-09)
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)
What's Changed
Full Changelog: v10.2.0...v10.2.1
10.2.0 (2025-01-03)
10.1.5 (2024-03-30)
Bug Fixes
- kitsu: update dependency axios to v0.28.1 to address CVE-2023-45857 (#964) (ac23118)
10.1.4 (2024-03-14)
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