Releases: boozt-platform/lefthook
Releases · boozt-platform/lefthook
v1.3.0
1.3.0 (2024-03-21)
Feature
- add hadolint hook (to lint Dockerfiles) (c7badf6)
- add jsonlint hook (this hook validates json files) (8949c1a)
- add license-checker hook (to check license headers across the files) (50f61af)
- add commitlint hook (checks git commits based by CC) (110b2b0)
- add yamllint hook (1b85d54)
- add markdownlint hook (0215b3a)
Documentation
- update main documentation (to add new hooks/features) (fd3f8c4)
- update PR template (90fe0e4)
- update issue templates (753885b)
- update main README.md file to add new hook feature (f2657c1)
Styles
- adjust yaml & markdown files due to the linting (24a7017)
Chores
- delete deprecated files, we will use separate repo (0c1c52d)
v1.2.0
1.2.0 (2024-03-07)
Feature
- add new hook called license-checker to check if presents license headers (5075a8d)
Documentation
- remove license headers from issue template (f609855)
- add docs for commitlint (bb524f1)
- remove SPDX license headers from .md files (c3097ff)
- update main README file to bump the version and fix the URL (745fb13)
Chores
- update add-hook.sh creation script to have a better wizzard (8bcb340)
v1.1.1
v1.1.0
1.1.0 (2024-03-01)
Feature
- add shellcheck to lint shell scripts (a3f42f7)
- add hadolint to lint the dockerfiles (51521eb)
- add linter for git commits (9872c9d)
- automation of the hook creation (7e67a36)
Documentation
- how to use it and available hooks sections, adjust the project info (1d4595a)
- updating contribution guide of creating a new hook (a3fb860)