Skip to content

Releases: form8ion/husky

v2.2.0

30 Nov 18:06
76762e3
Compare
Choose a tag to compare

2.2.0 (2021-11-30)

Features

  • config-format: prevented updating the format if the modern config directory exists (76762e3)

v2.1.0

30 Nov 06:03
8f2230f
Compare
Choose a tag to compare

2.1.0 (2021-11-30)

Features

  • predicate: checked for existence of the config directory (8f2230f)

v2.0.0

30 Nov 02:07
a369a90
Compare
Choose a tag to compare

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 the test 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

28 Nov 05:54
a956749
Compare
Choose a tag to compare

1.4.0 (2021-11-28)

Features

  • predicate: added the test function to determine if the lifter applies to the current project (a956749)

v1.3.0

08 Jun 21:41
96148e2
Compare
Choose a tag to compare

1.3.0 (2021-06-08)

Features

  • husky-v3: detected config as npm scripts to enable upgrading from v3 (14e97bc)

v1.2.0

18 Apr 16:07
27bc591
Compare
Choose a tag to compare

1.2.0 (2021-04-18)

Features

  • dependency: called out that we want the latest husky version, so that it gets upgraded (fd3e284)
  • hooks: made hook files executable (cdba44a), closes #20
  • lift: removed the v4 config when upgrading to v5 config (9d424ee)
  • lift: upgraded the config when v5 is installed with v4 config (6f54bfa)

v1.2.0-alpha.4

18 Apr 03:33
cdba44a
Compare
Choose a tag to compare
v1.2.0-alpha.4 Pre-release
Pre-release

1.2.0-alpha.4 (2021-04-18)

Features

  • hooks: made hook files executable (cdba44a), closes #20

v1.2.0-alpha.3

18 Apr 02:07
fd3e284
Compare
Choose a tag to compare
v1.2.0-alpha.3 Pre-release
Pre-release

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

17 Apr 03:15
9d424ee
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release

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

17 Apr 02:50
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release

1.2.0-alpha.1 (2021-04-17)

Features

  • lift: upgraded the config when v5 is installed with v4 config (6f54bfa)