Releases: vidavidorra/commitlint-plugin-function-rules
Releases · vidavidorra/commitlint-plugin-function-rules
v4.1.0
4.1.0 (2025-09-29)
Features
- deps: update commitlint monorepo to v20 (major) (#244) (dd4957c), closes #243
v4.0.2
4.0.2 (2025-05-29)
Continuous Integration
- include Node.js v24 and drop v23, which is EOL June 1st (10f1034)
v4.0.1
4.0.1 (2024-11-04)
Continuous Integration
- build and test with Node.js 20, 22 and 23 (ab3bab5)
v4.0.0
4.0.0 (2024-03-25)
⚠ BREAKING CHANGES
- deps: Drop support for @commitlint v9 up to and indlucing v18
- deps: Require Node.js 20 minimum
Features
- deps: update commitlint monorepo to v19 (79668a5)
Continuous Integration
- remove tests on Node.js 18 (0051bfa)
v4.0.0-beta.2
Continuous Integration
- remove tests on Node.js 18 (0051bfa)
v4.0.0-beta.1
⚠ BREAKING CHANGES
- deps: Drop support for @commitlint v9 up to and indlucing v18
- deps: Require Node.js 20 minimum
Features
- deps: update commitlint monorepo to v19 (79668a5)
v3.1.0
3.1.0 (2024-02-14)
Features
- rules: add
header-trim
rule for commitlint v18.6.0 (1f2ca95)
v3.0.0
3.0.0 (2023-11-06)
⚠ BREAKING CHANGES
- require Node.js 18 minimum
Features
- add support for commitlint v18 (d633a66), closes #213
- require Node.js 18 minimum (94ee8eb)
Bug Fixes
- deps: update dependencies (in bulk) (c3c5ff9)
Styles
Build System
- change module from
ES2022
to Node16
in TSConfig (776b1ef)
Continuous Integration
- fail
format
scripts on a warning (cd75935)
- rename
build
workflow to ci-cd
(6a67287)
v2.0.2
2.0.2 (2023-06-22)
Continuous Integration
- specify commitlint configuration file (f148822)
v2.0.1
2.0.1 (2023-06-22)
⚠ BREAKING CHANGES
- change to ES module, export is still an CommonJS module as that's required by commitlint
Code Refactoring
- change to ES module, export is still an CommonJS module as that's required by commitlint (bf15a8a)
Build System
- change ESM import to plugin to prevent import errors (c185ce3)
Styles
- use bold link for branding in header (5bb540f)
Continuous Integration
- include Node.js v20 in testing and drop, almost EOL, v19 (55a1856)
- rename commitlint config to CommonJS to prevent commitlint module load error (5c8627a)