Releases: dhis2/cli-style
Releases · dhis2/cli-style
v8.0.0-alpha.8
v8.0.0-alpha.7
v8.0.0-alpha.6
v8.0.0-alpha.5
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
8.0.0-alpha.4 (2021-03-15)
Features
v8.0.0-alpha.3
v8.0.0-alpha.2
v8.0.0-alpha.1
8.0.0-alpha.1 (2020-12-16)
Code Refactoring
- remove husky (752b944)
BREAKING CHANGES
- Husky has been removed from cli-style. You will need to
remove hooks that reference husky.sh in .git/hooks.