Releases: espressif/conventional-precommit-linter
Releases · espressif/conventional-precommit-linter
v1.10.0
24 Jul 06:41
Compare
Sorry, something went wrong.
No results found
handles the usage of the git commit --fixup command.
Automatic fixup fixup! ... and squash squash! .. messages are now ignored by commit linter as they are temporary and will not remain in the git history)
v1.9.0
13 Jun 10:30
Compare
Sorry, something went wrong.
No results found
feat: Add '--scope-case-insensitive' optional argument
Closes #25
v1.8.0
22 Apr 08:43
Compare
Sorry, something went wrong.
No results found
fix(output-message): fixes presence bang/breaking change in output message
Closes #24
fix: unicode issues when utf-8 encoding is not set in system
Closes #22
v1.7.0
05 Apr 06:06
Compare
Sorry, something went wrong.
No results found
change: update output message for help command (works with git worktree)
docs: updated README file - usage, tip for git alias
ci: replace Black formatter by Ruff formatter
removed linting tools from dev dependencies
v1.6.0
02 Jan 08:18
Compare
Sorry, something went wrong.
No results found
change(default-types): add "test:" to default commit types
v1.5.0
15 Dec 07:45
Compare
Sorry, something went wrong.
No results found
feat: add support for optional ! in scope
Closes #12
docs: add CONTRIBUTING Guide
ci: add PR linter Danger
v1.4.1
09 Dec 09:05
Compare
Sorry, something went wrong.
No results found
fix: fix partial type matching
Closes #11
v1.4.0
04 Dec 17:36
Compare
Sorry, something went wrong.
No results found
v1.4.0 (2023-12-04)
feat(scope): add optional restriction to available scopes
ci: update commitizen auto release message
update actions version pytest.yml workflow
docs: update thumbnails example messages
change(output): coloring only keywords in output
change: release v1.3.0
v1.3.0
09 Nov 13:34
Compare
Sorry, something went wrong.
No results found
fix: commitizen versions settings in pyproject.toml
change(user-output): update user output marking all issues with message
Dynamic messages in output report
Color input commit message same as message elements - Tests updated
ci: update project settings configuration (pyproject.toml)
add CHANGELOG.md, commitizen, test packages definitions
GitHub action - testing on multiple OSes
v1.2.1
31 Jul 10:45
Compare
Sorry, something went wrong.
No results found
fix(scope-capitalization): Update scope regex to be consistent with c…