Skip to content

Releases: dhis2/cli-style

v8.0.0-alpha.6

07 Apr 12:07
Compare
Choose a tag to compare
v8.0.0-alpha.6 Pre-release
Pre-release

8.0.0-alpha.6 (2021-04-07)

Bug Fixes

  • match files from project root (b77ef35)

v8.0.0-alpha.5

07 Apr 11:16
Compare
Choose a tag to compare
v8.0.0-alpha.5 Pre-release
Pre-release

8.0.0-alpha.5 (2021-04-07)

Features

BREAKING CHANGES

  • The verb (check/apply) is now moved to the top-level. E.g.
    "d2-style js check" becomes "d2-style check js". This is to allow all checkers
    to run with a single command: "d2-style check"
  • "d2-style install" is no longer used to set up linters. As of
    husky@5 the tool is vastly simplified and much faster. Hooks can be installed
    manually with "d2-style install", but is also run as a "post-install" script
    that we control for consistency. Configuration is added to the project with the
    "d2-style add" command.

v8.0.0-alpha.4

15 Mar 06:35
Compare
Choose a tag to compare
v8.0.0-alpha.4 Pre-release
Pre-release

8.0.0-alpha.4 (2021-03-15)

Features

  • commit check can read from a custom file (366be0c)
  • show eslint warnings (#368) (abe4668)

v8.0.0-alpha.3

16 Dec 15:52
Compare
Choose a tag to compare
v8.0.0-alpha.3 Pre-release
Pre-release

8.0.0-alpha.3 (2020-12-16)

Features

v8.0.0-alpha.2

16 Dec 14:04
Compare
Choose a tag to compare
v8.0.0-alpha.2 Pre-release
Pre-release

8.0.0-alpha.2 (2020-12-16)

Features

v8.0.0-alpha.1

16 Dec 12:04
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2020-12-16)

Code Refactoring

BREAKING CHANGES

  • Husky has been removed from cli-style. You will need to
    remove hooks that reference husky.sh in .git/hooks.

v7.3.0

16 Dec 15:50
Compare
Choose a tag to compare

7.3.0 (2020-12-16)

Features

v7.2.3

16 Dec 11:47
Compare
Choose a tag to compare

7.2.3 (2020-12-16)

Bug Fixes

  • allow optional commit-msg file to lint (83b06db)
  • use prompt from cli-helpers-engine (9b7a12a)

v7.2.2

06 Nov 14:12
Compare
Choose a tag to compare

7.2.2 (2020-11-06)

Bug Fixes

  • cut release to finalize jira migration (51bde26)

v7.2.1

28 Oct 12:23
Compare
Choose a tag to compare

7.2.1 (2020-10-28)

Bug Fixes

  • resolve relative paths to staged files (db142b6)