10.0.0 (2022-08-11)
What's Changed
Migration Guide
This release is identical to 10.0.0-alpha.26, if you're already on the alpha release there is likely no changes you need to make.
kitsu
migration guide from 9.x to 10.x
kitsu-core
migration guide from 9.x to 10.x
Node Support
New Features
- feat(kitsu): add axios options for all operations by @justin-tay in #623
Bug Fixes
- fix(kitsu-core): Deserialize and link nested relations by @mgebeily in #601
- fix(kitsu-core): use typeof instead of constructor comparison for checking if Object by @wopian in #654
- fix(kitsu-core): fix deserialisation of relationships from primary data by @pedep in #683
- fix(kitsu-core) deserialise nested relationships of same name by @pedep in #693
- fix(kitsu-core): fix inability to link relationship links on circular resources by @pedep in #699
Refactors
Dependency Updates
New Contributors
- @justin-tay made their first contribution in #623
- @pedep made their first contribution in #683
Full Changelog: v9.1.27...v10.0.0