Releases: toplenboren/simple-git-hooks
Releases · toplenboren/simple-git-hooks
2.13.0
What's Changed
- feat: support
deno
'snode_modules
structure by @nathanwhit in #125 - feat: only remove some hooks that are not in
preserveUnused
option by @chouchouji in #121 - feat: optimize the migration experience from
husky
by @yyz945947732 in #127 - chore: release simple-git-hooks by @github-actions in #126
New Contributors
- @nathanwhit made their first contribution in #125
- @chouchouji made their first contribution in #121
- @yyz945947732 made their first contribution in #127
- @github-actions made their first contribution in #126
Full Changelog: 2.12.1...2.13.0
2.12.1
Minor Changes
Full Changelog: 2.11.1...2.12.1
2.11.1
Package.json was updated with correct linkage to the repository
Full Changelog: 2.11.0...2.11.1
2.11.0
What's Changed
- Add a note about not using
postinstall
to npm package developers by @toplenboren in #105 - feat: support SKIP_INSTALL_SIMPLE_GIT_HOOKS env by @JounQin in #107
Full Changelog: 2.10.0...2.11.0
2.10.0
What's Changed
- fix: small typo fix in README.md by @samydoesit in #93
- Update GitHub Action Versions by @bhanuprasadcherukuvada in #95
- Add info in README about yarn version 1 by @EugenGedroyc in #98
- docs: update husky and simple-git-hooks weight by @rivajunior in #100
- feat: add env var to bypass hooks execution by @bhanuprasadcherukuvada in #96
- feat: use SIMPLE_GIT_HOOKS_RC to run optional init script by @IlyaSemenov in #103
- Use codeql v3 by @toplenboren in #104
New Contributors
- @samydoesit made their first contribution in #93
- @bhanuprasadcherukuvada made their first contribution in #95
- @EugenGedroyc made their first contribution in #98
- @rivajunior made their first contribution in #100
- @IlyaSemenov made their first contribution in #103
Full Changelog: 2.9.0...2.10.0
2.9.0
Hi! This release incorporates all the latest changes.
What's Changed
- feat: support git worktrees structure by @losadaem in #88
- fix: using with yarn3 nodeLinker pnpm by @AlexPoleschuk in #90
- Add note on how to skip git hooks to README.md by @toplenboren in #91
- Add correct version to package.json by @toplenboren in #92
New Contributors
- @losadaem made their first contribution in #88
- @AlexPoleschuk made their first contribution in #90
Full Changelog: 2.8.1...2.9.0
2.8.1
What's Changed
Full Changelog: 2.8.0...2.8.1
2.8.0
What's Changed
- Add missing step for husky users by @motss in #64
- Fix the folder name by Husky to delete by @silvenon in #65
- Fix some minor issues in recognition and loading of custom configs by @TomerAberbach in #72
- Allow string paths to configuration in package.json by @flugg in #74
New Contributors
- @motss made their first contribution in #64
- @silvenon made their first contribution in #65
- @TomerAberbach made their first contribution in #72
- @flugg made their first contribution in #74
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- feat: custom configuration by @lamartire in #62
New Contributors
- @lamartire made their first contribution in #62
Full Changelog: 2.6.1...2.7.0
2.6.1
- Add the support for
.cjs
configs