Skip to content

Releases: vidavidorra/commitlint-plugin-function-rules

v2.0.1-beta.1

21 Jun 20:09
Compare
Choose a tag to compare
v2.0.1-beta.1 Pre-release
Pre-release

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

19 Jun 12:15
Compare
Choose a tag to compare

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

19 Jun 12:04
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2023-06-19)

Continuous Integration

  • renovate: disable for commitlint v16 final version (7cb48af)

v2.0.0-beta.1

17 Apr 20:52
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

22 May 09:49
Compare
Choose a tag to compare

1.7.1 (2022-05-22)

Tests

v1.7.0

22 May 09:36
Compare
Choose a tag to compare

1.7.0 (2022-05-22)

Features

  • deps: update dependency @commitlint/lint to v17 (#191) (0257f6a)

v1.6.2

17 Apr 08:12
Compare
Choose a tag to compare

1.6.2 (2022-04-17)

Continuous Integration

  • use reusable workflows from vidavidorra/.github (#187) (79e7199)

v1.6.1

17 Apr 07:51
Compare
Choose a tag to compare

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

Continuous Integration

  • remove build check from pre-commit check as it is already covered by the test (84e415f)
  • use npm test script for CI tests (acbb2c9)

v1.6.0

26 Dec 10:51
Compare
Choose a tag to compare

1.6.0 (2021-12-26)

Features

  • add support for commitlint v15 and v16 (#178) (324946f)

v1.5.1

12 Nov 06:33
Compare
Choose a tag to compare

1.5.1 (2021-11-12)

Continuous Integration

  • renovate: disable for commitlint v13 final version (7c23695)