Releases: wopian/kitsu
Releases · wopian/kitsu
9.1.7 (2020-05-28)
Bug Fixes
- use Node 13.1/14 exports field in package.json (0a4692a)
9.1.6 (2020-05-21)
Removed .gitignore
'd file that wasn't in .npmignore
that resulted in a 600 kB log file being in the kitsu
package between 9.1.1
and 9.1.5
.
Continuous Integration
- npm: ignore yarn log files (297d1ef)
9.1.5 (2020-05-21)
9.1.4 (2020-05-21)
9.1.3 (2020-05-21)
No code changes
Documentation Changes
- kitsu: add clearing of to-one/to-many relationships to api.patch examples (113e60f)
9.1.2 (2020-05-21)
9.1.1 (2020-05-21)
9.1.0 (2020-05-21)
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
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
9.0.7 (2020-05-19)
Documentation Changes
- kitsu: link to axios docs for axiosOptions and interceptors usage (b678290)