Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Releases: kubosho/kotori

v0.8.6

26 Apr 06:39
Compare
Choose a tag to compare

Bug fix

Edit

v0.8.3

24 Apr 17:11
Compare
Choose a tag to compare

Bug fix

v0.8.2

23 Feb 16:34
Compare
Choose a tag to compare

Bug fix

  • Upgrade dependencies packages (feffe14)
    • There was insecure dependencies packages (moment.js 2.10.6)

v0.8.1

16 Nov 13:51
Compare
Choose a tag to compare

Edit

  • Add Reference and Changelog headings in README (7e15367)
  • Update packages (7a912a2)

v0.8.0

31 Oct 12:02
Compare
Choose a tag to compare

Edit

  • Add config and options document on README (114d517)
  • Delete templeteFile config for Stats (6cb1c8d)

v0.7.1

31 Oct 11:59
Compare
Choose a tag to compare

Bug fixes

  • env: node\r: No such file or directory #13

Edit

  • Add document on watch.js (7f91802)

v0.7.0

28 Oct 05:41
Compare
Choose a tag to compare

Bug Fixes

  • Custom config file doesn't load (9f24cb2)
  • lintRules were not even empty (07590a1)

Edit

  • Change public API names on Config class (4e5e604)
    • Config#getConfig -> Config#load
    • Config#parseConfig -> Config#parse

v0.6.1

26 Oct 16:02
Compare
Choose a tag to compare

Bug Fixes

  • Error: ENOENT: no such file or directory, open '/path/to/node_modules/kotori/conf/.kotorirc' #8 (c3853d8)

v0.6.0

26 Oct 11:36
Compare
Choose a tag to compare

Features

Edit

  • Add type check of first argument in CLIEngine#executeOnFiles (1d6ce9c)

v0.5.0

19 Oct 16:35
Compare
Choose a tag to compare

Features

  • Add public API at build.js (317b8b7)
    • Build#transform

Edit

  • Drop support Node.js version 0.12.x or earlier (87cf1fe)
  • Refactoring of build.js (317b8b7)
    • Rewrite to class base
    • Add ESDoc in build.test.js