Skip to content

Releases: toplenboren/simple-git-hooks

2.5.1

27 Jun 20:06
b82e691
Compare
Choose a tag to compare
  • Always use LF as EOL symbol (fix a 🐛 when hooks are created on windows and then run on unix)
  • Always create the hook directory (fix a 🐛 with SourceTree and GitHub Desktop)

2.4.1

24 Apr 08:28
1f06c3b
Compare
Choose a tag to compare
  • Fix pnpm root detection
  • Add an ability to not remove unused 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