Releases: wopian/kitsu
Releases · wopian/kitsu
4.5.1 (2018-01-27)
4.5.0 (2018-01-27)
Breaking Changes
remove ES module format(2d484e02)- reverted in
4.5.1
- reverted in
- fix: rethrow JSON:API errors (fixes #104) (4a3c6078)
- rollup:
use commonjs format instead of UMD for lib files(204ab3e3)- reverted in (2dc27467)
Build System / Dependencies
- lint docs during doc generation (95c44478)
Chores
Documentation Changes
- readme: update package size in support table (978d0430)
- isAuth: add deprecation notice (c583889b)
- error: add documentation (97a35564)
- query: add documentation (216a20d2)
- update dictionary (27a3c341)
- add cdn usage and demo services (node & browser) (671f7d34)
- tag linkArray/Object as private functions (601612c9)
Refactors
- remove authentication requirements for post/patch/delete (#107) (b91057e5)
- don't check query param type is a string (a4486b3d)
- cleanup linkRelationships (c0e1aae8)
- inject JSON:API error array into top level of axios error (d4019919)
- simplify required jsonapi headers inclusion (6f018c71)
Tests
4.4.3 (2018-01-22)
4.4.2 (2018-01-22)
Documentation Changes
- add navigatable links to JSON:API spec references (9ba8db6b)
4.4.1 (2018-01-22)
4.4.0 (2018-01-19)
Build System / Dependencies
Chores
Documentation Changes
- remove comma in example (33a11083)
- fix changelog and contributing links pointing to wrong repo (89ac6547)
- update dictionary (62e6adec)
- include api documentation inside readme instead of docs.md (61ec6837)
- link to latest version's documentation (eac1bd44)
New Features
Bug Fixes
4.3.0 (2018-01-18)
4.2.1 (2018-01-18)
4.2.0 (2018-01-16)
Chores
- deps:
Documentation Changes
- readme: fix tagline grammar (b77c13f6)
New Features
- use last 2/10 years for default/legacy browser support + add node-only package (55e74d58)
Bug Fixes
- forward get request errors through self function (29fc2fa0)
- send serialised object instead of its data object (delete method) (f1bb10b6)
- serialised ID MUST return a string (64c6df68)
- send serialised object instead of its data object (74435db3)
- prevent adding types into serialised attributes (d8c11da7)
- resolve headers not being applied for patch and post requests (ff2d0d07)
Tests
4.1.0 (2018-01-05)
Build System / Dependencies
- cleanup path to legacy package - still
kitsu/lib/legacy
for end users (d4a658e3) - don't mangle variables in releases - removes need for sourcemap bloat (b766c167)
- ignore src and dictionary in releases (7d13695d)
- run jest without coverage report in pre-commit hook (32ff71d9)
- add pre-commit hook for tests (fde20010)
- update package scripts (656137f6)
Continuous Integration
- fix spec exclusion pattern (a5115acf)
Documentation Changes
- document camel, kebab and snake functions (24d27aab)
Bug Fixes
- deattribute: check data is an object/array instead of undefined, prevent throwing an error if data is defined but an invalid type (d490ff27)