Skip to content

Latest commit

 

History

History
187 lines (103 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

187 lines (103 loc) · 10.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.6.0 (2024-04-22)

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)

2.5.1 (2024-03-08)

Bug Fixes

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

2.5.0 (2024-03-03)

Features

  • update bundled commitlint to v19 (025d4a7)

Bug Fixes

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

2.4.7 (2023-09-04)

2.4.6 (2023-07-10)

Bug Fixes

  • fix handling of unset comment char (f971003)

2.4.5 (2023-06-27)

Bug Fixes

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

2.4.4 (2023-06-25)

Bug Fixes

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

2.4.3 (2023-06-20)

Bug Fixes

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

2.4.2 (2023-01-16)

Bug Fixes

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

2.4.1 (2022-09-05)

Bug Fixes

2.4.0 (2022-07-17)

Features

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

2.3.0 (2022-06-16)

Features

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

2.2.0 (2022-03-05)

Features

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

2.1.0 (2021-12-27)

Features

  • update bundled commitlint to v16 (9ab3f3a)

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)

1.4.0 (2021-05-29)

Features

  • contribute commitlint config json schema (1e1e0c1)

Bug Fixes

  • fix incorrect status bar info (59557e1)

1.3.2 (2021-05-12)

Bug Fixes

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

1.3.1 (2021-05-07)

Bug Fixes

  • change node version target (3d764e4)
  • disable extension in untrusted workspaces (ddc9e5c), closes #109
  • trim leading newlines before parsing (c6456f2), closes #108

1.3.0 (2021-05-06)

Features

1.2.1 (2021-04-06)

Bug Fixes

  • use workspace config for non-file schemes (097237e), closes #69

1.2.0 (2021-02-18)

Features

  • support loading custom config via settings (4c9ba21), closes #20

1.1.0 (2021-02-13)

Features

  • add extension icon (51772d8)
  • support linting untitled files (d2bbc6c)

Bug Fixes

  • fix status bar icon flickering (974a00c)

1.0.2 (2021-02-07)

Bug Fixes

  • exclude .github dir from packaged extension (80a829a)

1.0.1 (2021-02-07)

Bug Fixes

  • fix README image path in package (da7e5ad)

1.0.0 (2021-02-07)

Features