Skip to content

Releases: wopian/kitsu

5.1.0 (2018-04-01)

01 Jun 18:08
d51287a
Compare
Choose a tag to compare
Chores
  • deps: update replace-in-file to ~3.4.0 (#153) (1df1c96)
Bug Fixes
  • temporarily disable ecmascript module output (resolves #155) (3da9a54)

5.0.7 (2018-03-19)

01 Jun 18:07
Compare
Choose a tag to compare
Chores

5.0.6 (2018-03-08)

08 Mar 15:59
9fe86fc
Compare
Choose a tag to compare
Chores
Bug Fixes
  • escape uri query string (e4210fc)
Tests
  • update query expectations (dc494a3)
  • remove 'should' from test names (eba777a)

5.0.5 (2018-03-07)

07 Mar 12:56
38f6486
Compare
Choose a tag to compare
Bug Fixes
  • kitsu-core: correctly deattribute nested filter/field queries (b6d2dd4)

5.0.4 (2018-03-03)

03 Mar 08:32
ef152b1
Compare
Choose a tag to compare
Build System / Dependencies
Chores
Documentation Changes
  • kitsu-core:
    • add examples for deserialise function (4d9197a)
    • add example for snake function (560196b)
    • add example for kebab function (eec0fec)
    • add example for deattribute function (89d9a40)
    • add examples for camel function (05bf2d6)
    • add serialise example with 5.0.x 'this' limitiation (8384c16)
New Features
  • kitsu-core: add prefix option to query function (c91e1f7)
Bug Fixes
  • kitsu-core:
    • slice first character of query before adding prefix (756748b)
    • check data object exists before deattributing it (8b5f761)
Refactors
  • kitsu-core: remove circular imports (f733d72)
Tests
  • namespace package tests (8c22d35)

5.0.3 (2018-02-16)

03 Mar 08:32
320f3d5
Compare
Choose a tag to compare
Chores
  • kitsu-core: remove files property from package.json (f882d20)
  • npm: remove files property from package.json (a8decf9)

5.0.2 (2018-02-16)

16 Feb 19:42
3abff20
Compare
Choose a tag to compare
Documentation Changes
  • kitsu: update installation section with correct legacy/node require path (eb70f0c)

5.0.1 (2018-02-16)

16 Feb 19:27
4158812
Compare
Choose a tag to compare
Chores
  • kitsu-core: add homepage and repository urls (8764512)
  • kitsu: re-add homepage and repository urls (45efe3c)
  • lerna:
    • commit changelog before publishing (ea321fe)
    • commit changelog before publishing (ea321fe)

5.0.0 (2018-02-16)

16 Feb 19:26
5956002
Compare
Choose a tag to compare
Breaking Changes
  • kitsu: remove deprecated isAuth() function (42b9d08)
Build System / Dependencies
  • hide lerna info output (604a5c6)
  • publish workspace packages, not root (108d64e)
  • re-add changelog generation (d00932e)
  • re-add build documentation command (c8ff23c)
  • remove bail argument for build command (9d0576d)
  • re-add build script to test command (d9a45d6)
  • kitsu: fix commonjs exported name for kitsu-core (6c0a328)
Chores
  • kitsu-core:
  • kitsu:
    • removed unused files from npmignore (ec382e2)
    • update examples (8a826cb)
  • deps:
    • update eslint-config-wopian to ~1.3.0 (7655109)
    • update lock file (356b1d8)
    • update rollup to ~0.56.0 (bd6c286)
    • update lerna to ~2.9.0 (4f43c66)
    • update rollup to ~0.56.0 (#127) (950363d)
    • revert changes to kitsu-core dependency (227a313)
    • pin new devDeps to minor instead of major (979cd87)
    • update jest to ~22.3.0 (#124) (3441088)
    • update eslint-config-wopian to ~1.2.0 (#123) (5702e21)
  • split kitsu into a monorepo (#126) (b825acc)
  • re-add major and minor publish scripts (4afdf24)
  • lerna: remove publish skips (59d6651)
Continuous Integration
  • travis: re-enable email notifications (7596a8d)
  • codeclimate:
    • disable eslint until custom configs are supported by codeclimate (f350da0)
    • exclude example and cases directory (b7c2687)
    • fix spec exclusion pattern (656f46f)
    • update exclude patterns (3fbf5a5)
    • fetch eslint config from repo (b15e79f)
Documentation Changes
  • kitsu:
    • add node/legacy paths change to migration guide (7bcebcc)
    • link to package changelog (1cfed46)
  • readme:
  • contributing:
    • update commit message formatting (b62603f)
    • add code style and commit message (7b5e16f)
  • kitsu-core:
    • link to package changelog (35f1113)
    • add name for default exports (03356eb)
    • remove private flags (8099b9b)
  • link to github releases in root readme (9c71a30)
New Features
  • use node/legacy version of kitsu-core for node/legacy packages (8c77574)
  • split internal functions into a seperate package (a0bab70)
Refactors
  • kitsu-core: optimise undefined checks (f551955)
Code Style Changes

4.6.0 (2018-02-12)

12 Feb 17:14
f8be7d4
Compare
Choose a tag to compare
Chores
New Features