Skip to content

Releases: toplenboren/simple-git-hooks

2.11.1

25 Mar 17:42
Compare
Choose a tag to compare

Package.json was updated with correct linkage to the repository

Full Changelog: 2.11.0...2.11.1

2.11.0

16 Mar 10:58
f8b9b94
Compare
Choose a tag to compare

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

03 Mar 13:41
3cce73e
Compare
Choose a tag to compare

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

Full Changelog: 2.9.0...2.10.0

2.9.0

23 Jul 18:00
d638d5c
Compare
Choose a tag to compare

Hi! This release incorporates all the latest changes.

What's Changed

New Contributors

Full Changelog: 2.8.1...2.9.0

2.8.1

23 Jul 16:31
499a998
Compare
Choose a tag to compare

What's Changed

  • fix: skip if no .git root folder found by @JounQin in #81

Full Changelog: 2.8.0...2.8.1

2.8.0

28 May 20:27
d65a692
Compare
Choose a tag to compare

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

Full Changelog: 2.7.0...2.8.0

2.7.0

27 Oct 10:57
bad8802
Compare
Choose a tag to compare

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

16 Aug 22:25
1a7bfbf
Compare
Choose a tag to compare
  • Add the support for .cjs configs

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