Skip to content

Releases: vidavidorra/commitlint-plugin-function-rules

v4.0.0

25 Mar 19:26
Compare
Choose a tag to compare

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

25 Mar 19:23
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2024-03-25)

Continuous Integration

  • remove tests on Node.js 18 (0051bfa)

v4.0.0-beta.1

17 Mar 20:00
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2024-03-17)

⚠ 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

14 Feb 18:54
Compare
Choose a tag to compare

3.1.0 (2024-02-14)

Features

  • rules: add header-trim rule for commitlint v18.6.0 (1f2ca95)

v3.0.0

06 Nov 19:37
Compare
Choose a tag to compare

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

22 Jun 15:28
Compare
Choose a tag to compare

2.0.2 (2023-06-22)

Continuous Integration

  • specify commitlint configuration file (f148822)

v2.0.1

22 Jun 15:11
Compare
Choose a tag to compare

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)

v2.0.1-beta.3

22 Jun 15:04
Compare
Choose a tag to compare
v2.0.1-beta.3 Pre-release
Pre-release

2.0.1-beta.3 (2023-06-22)

Styles

  • use bold link for branding in header (5bb540f)

Continuous Integration

  • include Node.js v20 in testing and drop, almost EOL, v19 (55a1856)

v2.0.1-beta.2

22 Jun 13:19
Compare
Choose a tag to compare
v2.0.1-beta.2 Pre-release
Pre-release

2.0.1-beta.2 (2023-06-22)

Build System

  • change ESM import to plugin to prevent import errors (c185ce3)

Continuous Integration

  • rename commitlint config to CommonJS to prevent commitlint module load error (5c8627a)

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)