10.0.0-alpha.0 (2020-06-15)
Bug Fixes
- kitsu-core: don't serialise meta object as an attribute (dbd625c)
- kitsu-core: serialise v9 relationship structures (32c40bf)
Build System / Dependencies
- update devdependency rollup to ~2.16.0 (#434) (aeeae09)
Chores
- release: update documentation (da50d92)
Documentation Changes
- kitsu-core: update internal serialise JSDoc (fcd06d9)
- update READMEs (469d23a)
- kitsu: add missing comma to example output (31b21da)
- kitsu: add v10 migration guide (eb79c78)
- kitsu-core: add v10 migration guide (b9b4f6e)
New Features
- kitsu: delete - add param parameter (85a192b)
- kitsu: patch - add params parameter (8d8eda3)
- kitsu: post - add params parameter (13686be)
Refactors
- kitsu: merge params and headers parameters into a single config object (f98eef9)
- kitsu: request - move headers into config object (85937c4)
- kitsu: self - move params and headers into a config object (c55949a)
- kitsu: use merge-options instead of Object.assign (8b49cc1)
- kitsu: use merge-options instead of Object.assign for class constructor options (9a162a0)
- kitsu-core: remove redundant internal function (22a7bc9)