Skip to content

Releases: toplenboren/simple-git-hooks

2.6.1

16 Aug 22:25
1a7bfbf

Choose a tag to compare

  • Add the support for .cjs configs

2.5.1

27 Jun 20:06
b82e691

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

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

Choose a tag to compare

  • Fix project root detection when using .pnpm

2.3.0

02 Apr 16:02
349ee17

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

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

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

Choose a tag to compare

  • Fix yarn2 support

2.0.2

11 Mar 21:59
34a5102

Choose a tag to compare

  • Fix linux support

2.0.1

10 Mar 17:21
6df01cc

Choose a tag to compare

  • Make package more lightweight, 21kb -> 10kb