Skip to content

Releases: joshbolduc/vscode-commitlint

v2.4.3

20 Jun 15:28

Choose a tag to compare

Bug Fixes

  • prefer local library path as PREFIX (c1ba4d0), closes #600 #744
  • search for packages under commitlint (713c899)

v2.4.2

16 Jan 04:44

Choose a tag to compare

Bug Fixes

  • don't reset PREFIX env var to undefined (5cbaa02), closes #621

v2.4.1

05 Sep 17:13

Choose a tag to compare

Bug Fixes

  • support new vscode-scm scheme (ab431d2)

v2.4.0

17 Jul 00:16

Choose a tag to compare

Features

  • support linting built-in SCM input (1ca6f47)

v2.3.0

16 Jun 02:32

Choose a tag to compare

Features

  • improve detection of installed commitlint libraries (2a1f11b), closes #491

v2.2.0

05 Mar 21:25

Choose a tag to compare

Features

  • use language status instead of status bar (980d542)

v2.1.0

27 Dec 21:14

Choose a tag to compare

Features

  • update bundled commitlint to v16 (9ab3f3a)

v2.0.0

29 Jul 23:39

Choose a tag to compare

2.0.0 (2021-07-29)

⚠ BREAKING CHANGES

  • The extension now attempts to use locally installed
    copies of commitlint libraries to load commitlint configurations, parse
    commit messages, and apply linting rules. If locally installed libraries
    are not available, versions of those libraries bundled with the
    extension will be used instead, as they were previously.
  • The bundled version of commitlint is now version 13
    (updated from 11).

Features

  • add setting to enable/disable logging (9535550)
  • dynamically load local commitlint (10631dc), closes #113
  • surface helpUrl from config via diagnostics (f52617a)
  • update commitlint to v13 (a53bf62)

v1.4.0

29 May 03:51

Choose a tag to compare

1.4.0 (2021-05-29)

Features

  • contribute commitlint config json schema (1e1e0c1)

Bug Fixes

  • fix incorrect status bar info (59557e1)

v1.3.2

12 May 12:49

Choose a tag to compare

1.3.2 (2021-05-12)

Bug Fixes

  • support config file as absolute path (#89) (2a6284a)