Releases: toplenboren/simple-git-hooks
Releases · toplenboren/simple-git-hooks
2.5.1
- 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
- Fix pnpm root detection
- Add an ability to not remove unused git hooks
2.3.1
- Fix project root detection when using
.pnpm
2.3.0
- Add support for pnpm
- Remove unused git hooks on
npm simple-git-hooks
- Add all supported git hooks
2.2.0
- Support
simple-git-hooks.js
config - Support shared configuration between many projects
2.1.0
- Add a new hook —
post-merge
- Fix a bug, when if simple-git-hooks fail, it still logs "everything ok!" message
2.0.3
- Fix yarn2 support
2.0.2
- Fix linux support
2.0.1
- Make package more lightweight, 21kb -> 10kb
simple-git-hooks rename
- Added an ability to set any git hook
- Released simple-git-hooks to npm
- Renamed the package from
simple-pre-commit
tosimple-git-hooks