Skip to content

10.0.0 (2022-08-11)

Compare
Choose a tag to compare
@wopian wopian released this 11 Aug 15:30
· 264 commits to master since this release
v10.0.0
385e2a8

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

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

  • refactor: replace merge-options with spread operator by @wopian in #603

Dependency Updates

  • build(kitsu): update dependency axios to v0.27.2 by @renovate in #666

New Contributors

Full Changelog: v9.1.27...v10.0.0