Simple Git Hooks Versions Save

A simple git hooks manager for small projects

2.3.1

3 years ago
  • Fix project root detection when using .pnpm

2.3.0

3 years ago
  • Add support for pnpm
  • Remove unused git hooks on npm simple-git-hooks
  • Add all supported git hooks

2.2.0

3 years ago
  • Support simple-git-hooks.js config
  • Support shared configuration between many projects

2.1.0

3 years ago
  • Add a new hook — post-merge
  • Fix a bug, when if simple-git-hooks fail, it still logs "everything ok!" message

2.0.3

3 years ago
  • Fix yarn2 support

2.0.2

3 years ago
  • Fix linux support

2.0.1

3 years ago
  • Make package more lightweight, 21kb -> 10kb

2.0.0

3 years ago
  • 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

3 years ago
  • Slightly reduce the size of the package

1.2.0

3 years ago
  • Add uninstall script (fixes #4)
  • Fix the bug with POSIX delimeters, causing an error on linux (fixes #18)