Releases: dhis2/cli-style
Releases · dhis2/cli-style
v8.4.0
v8.3.0
v8.2.1
v8.2.0
v8.1.1
v8.1.0
v8.0.1
v8.0.0
8.0.0 (2021-05-05)
Bug Fixes
- allow eslint to print colors (#384) (c95a184)
- ignore .d2 directory (#386) (6a473f2)
- match files from project root (b77ef35)
- wrong hooks where installed by default (#385) (3ac82f4)
Code Refactoring
- remove husky (752b944)
Features
- commit check can read from a custom file (366be0c)
- delete deprecated configuration files (c961647)
- lint file system for consistent names (#379) (2bfb5ef)
- new and improved d2-style (#378) (f8279e5)
- opt-in git hooks (#333) (a3bc415)
- show eslint warnings (#368) (abe4668)
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. - Husky has been removed from cli-style. You will need to
remove hooks that reference husky.sh in .git/hooks.