Skip to content

Releases: wopian/kitsu

7.2.0 (2019-11-25)

25 Nov 16:13
Compare
Choose a tag to compare

New Features

  • alias interceptors from axios to Kitsu (#344) (f756e07)

7.1.0 (2019-10-15)

25 Nov 16:12
Compare
Choose a tag to compare

New Features

  • kitsu: added axiosOptions to Kitsu constructor (b5fd092)

7.0.4 (2019-06-16)

16 Jun 16:40
ecac113
Compare
Choose a tag to compare

Build System / Dependencies

  • kitsu: update dependency pluralize to ^8.0.0 (#298) (8e98d39)
  • kitsu: update dependency axios to v0.19.0 (#305) (e1ec794)

7.0.3 (2019-05-12)

15 Jun 08:59
56aadd2
Compare
Choose a tag to compare

Chores

  • kitsu-core: remove unused babel runtime dependency (0afa678)

7.0.2 (2019-05-11)

11 May 18:37
fe5b04d
Compare
Choose a tag to compare

Bug Fixes

  • update main/module paths to support Node 12 ESM (closes #292) (b6083d6)
  • update replace scripts to handle Node 12 changes (closes #292) (afa195d)

Documentation Changes

  • add footnote for breaking Node 12 changes with kitsu/node and kitsu-core/node (3d07bcb)

7.0.1 (2019-04-15)

15 Apr 21:24
5c9778d
Compare
Choose a tag to compare

Documentation Changes

7.0.0 (2019-03-02)

02 Mar 15:22
321c928
Compare
Choose a tag to compare

Bug Fixes

Build System / Dependencies

  • update dependency babel to ^7.0.0 (81f6be2)

Documentation Changes

  • kitsu-core: mark internal functions as private (7d8cff1)

BREAKING CHANGES

  • Drop support for Node 6 and 7
  • Brings native async/await for kitsu/node and kitsu-core/node

6.5.1 (2018-12-04)

04 Dec 23:13
7bfa2b8
Compare
Choose a tag to compare

Bug Fixes

  • kitsu: CommonJS style require imports (#238) (6f7a6ba)

6.5.0 (2018-12-03)

03 Dec 14:55
d14bf0c
Compare
Choose a tag to compare

Bug Fixes

6.2.2

15 Aug 03:02
245d1b8
Compare
Choose a tag to compare
Refactors
  • kitsu-core: reduce serialise's cognitive complexity