Releases: thumbrise/commitlint-scope
Releases · thumbrise/commitlint-scope
v3.1.0
v3.0.0
v2.3.0
v2.2.0
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2026-05-29)
⚠ BREAKING CHANGES
- Move run logic in separate subcommand
Features
- Add Init command - create configuration file (22c50fc)
- Add patterns description comment to initial config (8399793)
- Add version, commit, date ldflags (8165f35)
- Move run logic in separate subcommand (75302c5)
Bug Fixes
- Integrate go-releaser and semantic-release (a0468c2)
- Return proper exit code on violations found (8d31e12)
CI/CD
- Add goreleaser (8d4e62a)
Documentation
- Update README.md (5ff7623)
Internal Changes
- Remove legacy nodejs oclif directory (af22a15)
v1.0.0
v0.6.0
0.6.0 (2026-05-28)
Features
- Add JSON, color, verbose output modes, add text output for default UX, configure logger AddSource dynamically (2117af9)
- Change Validator logs to debug level (c8b3821)
Bug Fixes
- Merge json outputs in one json (607178a)
- No more early return if config not found - apply default config values (6f84a45)
Tests
- Add composed scope case in scope_parser_test.go (c9bffe5)
- Add config load tests (c15f3c3)
- Add malformed config test case in config_test.go (c58ab20)
- Replace os.Chdir defer with t.Cleanup in config_test.go (2800144)
Internal Changes
- Add build task (b2064b6)
v0.5.0
0.5.0 (2026-05-28)
Features
- Adapt Validator and Root CMD for config, outsider finder, scope parser (579d7ea)
- Add config (015f875)
- Add zero config support in config Load (b70f292)
- Outsider finder (de8a4fc)
- Scope Parser (83f8bfd)
Bug Fixes
- Replace panic with typed error in config regex decode (1031fbc)
- Replace panic with typed error in outsider finder constructor (bc629f4)
- Replace violation out to stdout instead of stderr (f0dd3ef)
Tests
- Remove duplicate test case from TestDefaultScopeParser_Parse (38ff0b8)
Internal Changes
- Grammatic (2a1a3ea)