Skip to content

Releases: toplenboren/simple-git-hooks

2.3.1

02 Apr 19:34
173ca0b
Compare
Choose a tag to compare
  • Fix project root detection when using .pnpm

2.3.0

02 Apr 16:02
349ee17
Compare
Choose a tag to compare
  • Add support for pnpm
  • Remove unused git hooks on npm simple-git-hooks
  • Add all supported git hooks

2.2.0

23 Mar 12:17
Compare
Choose a tag to compare
  • Support simple-git-hooks.js config
  • Support shared configuration between many projects

2.1.0

23 Mar 11:45
d6b6ce5
Compare
Choose a tag to compare
  • Add a new hook — post-merge
  • Fix a bug, when if simple-git-hooks fail, it still logs "everything ok!" message

2.0.3

12 Mar 13:42
89909ac
Compare
Choose a tag to compare
  • Fix yarn2 support

2.0.2

11 Mar 21:59
34a5102
Compare
Choose a tag to compare
  • Fix linux support

2.0.1

10 Mar 17:21
6df01cc
Compare
Choose a tag to compare
  • Make package more lightweight, 21kb -> 10kb

simple-git-hooks rename

10 Mar 17:20
6df01cc
Compare
Choose a tag to compare
  • Added an ability to set any git hook
  • Released simple-git-hooks to npm
  • Renamed the package from simple-pre-commit to simple-git-hooks

1.2.1

26 Feb 00:03
3c9f183
Compare
Choose a tag to compare
  • Slightly reduce the size of the package

1.2.0

26 Feb 00:02
bb1d507
Compare
Choose a tag to compare
  • Add uninstall script (fixes #4)
  • Fix the bug with POSIX delimeters, causing an error on linux (fixes #18)