Skip to content

Releases: joshbolduc/vscode-commitlint

v2.6.3

14 Sep 17:14

Choose a tag to compare

Bug Fixes

  • correctly reset PREFIX environment variable when not initially set (71b978b)

v2.6.2

28 Feb 00:11

Choose a tag to compare

Bug Fixes

  • identify correct repo when using SCM input in multi-root workspace (#798) (668ab40), closes #797

v2.6.1

27 Feb 03:57

Choose a tag to compare

Bug Fixes

  • loadLibrary: prefix all module paths with file:/// before dynamically importing them (#792) (e9e15c1), closes #744

v2.6.0

22 Apr 23:14

Choose a tag to compare

Features

  • update bundled commitlint to v19 (eca1c82)

Bug Fixes

  • catch attempt to load unloaded git extension (752119c)
  • correctly fall back to default comment char (fe7d457)
  • restore commitlint v19 support (8df7494)

v2.5.1

08 Mar 04:36

Choose a tag to compare

Bug Fixes

  • gracefully handle ESM modules (dc6a417)
  • roll back bundled commitlint to v18 (3fe7f61)

v2.5.0

03 Mar 23:33

Choose a tag to compare

Features

  • update bundled commitlint to v19 (025d4a7)

Bug Fixes

  • use dynamic import instead of require to support commitlint v19 (9e9a7f1), closes #753

v2.4.7

04 Sep 23:42

Choose a tag to compare

chore(release): 2.4.7

v2.4.6

10 Jul 21:26

Choose a tag to compare

Bug Fixes

  • fix handling of unset comment char (f971003)

v2.4.5

27 Jun 03:03

Choose a tag to compare

Bug Fixes

  • log error when git extension can't be loaded (db21142)
  • support git core.commentChar config (d03a694)
  • support verbose commits (4dc32df), closes #593

v2.4.4

25 Jun 16:11

Choose a tag to compare

Bug Fixes

  • support plugins and additional config properties (38d3080), closes #730