Releases: form8ion/husky
Releases · form8ion/husky
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2021-11-30)
Code Refactoring
- config: removed the try/catch around the husky version check that is now redundant (8f674b7)
- pre-commit: moved the addition of a pre-commit hook from the scaffolder to the lifter (a369a90)
BREAKING CHANGES
- pre-commit: the overall behavior remains the same when the lifter is executed following the
scaffolder, but the removal of the pre-commit hook addition from the scaffolder would be breaking
for projects that run the scaffolder without the lifter - config: handling for husky not being installed has been removed from the lifter. when used
properly with thetest
predicate, the lifter will never run if husky is not installed, so the
guarding is no longer necessary, but the removal could break consumers that do not guard with the
test
predicate
v1.4.0
v1.3.0
v1.2.0
1.2.0 (2021-04-18)
Features
v1.2.0-alpha.4
v1.2.0-alpha.3
1.2.0-alpha.3 (2021-04-18)
Features
- dependency: called out that we want the latest husky version, so that it gets upgraded (fd3e284)
v1.2.0-alpha.2
1.2.0-alpha.2 (2021-04-17)
Features
- lift: removed the v4 config when upgrading to v5 config (9d424ee)
v1.2.0-alpha.1
1.2.0-alpha.1 (2021-04-17)
Features
- lift: upgraded the config when v5 is installed with v4 config (6f54bfa)