Skip to content

Releases: toplenboren/simple-git-hooks

2.13.0

23 Apr 17:58
11ceddf
Compare
Choose a tag to compare

What's Changed

  • feat: support deno's node_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

Full Changelog: 2.12.1...2.13.0

2.12.1

20 Mar 18:26
f3bcd00
Compare
Choose a tag to compare

Minor Changes

Full Changelog: 2.11.1...2.12.1

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