Releases: vidavidorra/commitlint-plugin-function-rules
Releases · vidavidorra/commitlint-plugin-function-rules
v2.0.1-beta.1
2.0.1-beta.1 (2023-06-21)
⚠ 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)
v2.0.0
2.0.0 (2023-06-19)
⚠ BREAKING CHANGES
- drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days
Features
- drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days (91c872b)
Continuous Integration
- renovate: disable for commitlint v16 final version (7cb48af)
v2.0.0-beta.2
2.0.0-beta.2 (2023-06-19)
Continuous Integration
- renovate: disable for commitlint v16 final version (7cb48af)
v2.0.0-beta.1
2.0.0-beta.1 (2023-04-17)
⚠ BREAKING CHANGES
- drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days
Features
- drop support for Node.js v12, which is EOL, and v14, which is EOL in a couple days (91c872b)
v1.7.1
v1.7.0
v1.6.2
v1.6.1
1.6.1 (2022-04-17)
Bug Fixes
- function-rule: return success if the function rule is
undefined
(82047c3)
Tests
- use AVA for testing instead of Jest (3c4a469)
Code Refactoring
- function-rule: fail fast by checking potential failures and quick returns first (c303b72)
- rules: remove
Rule<unknown>
cast (8e09a33), closes conventional-changelog/commitlint#2146