Skip to content

Releases: vidavidorra/commitlint-plugin-function-rules

v1.5.0

11 Nov 21:18
Compare
Choose a tag to compare

1.5.0 (2021-11-11)

Features

  • add support for commitlint v14 (3c5acf5)

v1.4.0

17 Sep 18:44
Compare
Choose a tag to compare

1.4.0 (2021-09-17)

⚠ BREAKING CHANGES

  • drop support for node 10

Features

  • add support for commitlint v13 (fc435bb)
  • rules: add subject-exclamation-mark rule for commitlint v13 (3893fc4)
  • rules: add trailer-exists rule for commitlint v13 (829d2c6)

Tests

  • add tests for commitlint v13 (e95b254)

Continuous Integration

  • renovate: disable for commitlint v12 final version (7b648d8)

Build System

  • drop support for node 10 (6c05e9a)

v1.3.2

27 Feb 08:43
Compare
Choose a tag to compare

1.3.2 (2021-02-27)

Bug Fixes

  • move @commitlint/types dependency to dev dependencies (cbec26a), closes #150

Styles

  • add ESLint ignore file to enable linting of dotfiles (69b7675)

v1.3.1

24 Feb 21:08
Compare
Choose a tag to compare

1.3.1 (2021-02-24)

Bug Fixes

  • deps: specify lower peer dependency range as v9.1.2 (a9f08a5), closes #147

v1.3.0

24 Feb 20:52
Compare
Choose a tag to compare

1.3.0 (2021-02-24)

Features

  • deps: update dependency @commitlint/lint to v12 (9be4bf9)

v1.2.0

24 Feb 20:45
Compare
Choose a tag to compare

1.2.0 (2021-02-24)

Features

  • rules: add body-full-stop rule (93ec5b8)

v1.1.24

24 Feb 19:53
Compare
Choose a tag to compare

1.1.24 (2021-02-24)

Continuous Integration

  • renovate: group commitlint peer dependencies (9b5253c)

v1.1.23

14 Feb 15:29
Compare
Choose a tag to compare

1.1.23 (2021-02-14)

Build System

  • remove postinstall script from the published package (7898ead), closes #142

v1.1.22

13 Feb 16:19
Compare
Choose a tag to compare

1.1.22 (2021-02-13)

Continuous Integration

  • renovate: use shared configuration from vidavidorra/.github (2dd5710)

Documentation

v1.1.21

13 Feb 14:29
Compare
Choose a tag to compare

1.1.21 (2021-02-13)

Continuous Integration

  • remove chore commit type from changelog (generation) (8b658c6)
  • release: format changelog during release (90611dd)

Build System

  • set esModuleInterop to true to fix @commitlint/types import (5bc52ea)