Skip to content

9.1.0 (2020-05-21)

Compare
Choose a tag to compare
@wopian wopian released this 21 May 04:32
· 706 commits to master since this release

Please raise your opinion on the RFC for two major breaking changes to simplify kitsu's usage in #415
1. Removal of automatic pluralisation
2. Removal of automatic type detection from the request path

Bug Fixes

  • kitsu-core: resolve linkedRelationships regression introduced in 568eff5 (66095cc)

Documentation Changes

  • kitsu: document usage of the bulk extension (e37b7ad)
  • kitsu-core: update description of deserialise parameter (94dc48a)

New Features

  • kitsu: support arbitrary requests (e8aacc5), closes [#414]
  • kitsu: support the bulk extension specification (f793988), closes #336
  • kitsu-core: support the bulk extension specification (serialise arrays) (920ece3), closes #336

Refactors

  • kitsu-core: cleanup linkRelationships + use optional chaining (568eff5)
  • kitsu-core: use optional chaining in deserialise (43d5d4b)