Skip to content

Latest commit

Β 

History

History
326 lines (142 loc) Β· 13.3 KB

CHANGELOG.md

File metadata and controls

326 lines (142 loc) Β· 13.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

19.0.3 (2024-02-28)

Bug Fixes

19.0.0 (2024-02-27)

  • feat!: migrate to pure ESM (#3850) (3423735), closes #3850

Reverts

  • Revert "chore!: minimum node version v20" (2816783)

BREAKING CHANGES

  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @commitlint/config-conventional to pure ESM

18.6.1 (2024-02-13)

Note: Version bump only for package @commitlint/types

18.6.0 (2024-01-25)

Features

18.4.4 (2024-01-04)

Note: Version bump only for package @commitlint/types

18.4.3 (2023-11-21)

Note: Version bump only for package @commitlint/types

18.4.0 (2023-11-10)

Note: Version bump only for package @commitlint/types

18.1.0 (2023-10-25)

Note: Version bump only for package @commitlint/types

18.0.0 (2023-10-20)

  • chore!: minimum node version v18 (#3644) (5b4aeaf), closes #3644

BREAKING CHANGES

  • drop node v14 and v16 support

  • chore: remove unused types

  • docs: prepare node update and new release

  • chore!: minimum TS version v5

  • drop TS v4 support

  • ci: remove node v14/16 checks

  • chore: adjust node types to minimal supported version

  • chore!: further major versions of other deps

  • upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,

  • docs: simplify releases and remove roadmap

17.8.1 (2023-10-20)

Note: Version bump only for package @commitlint/types

17.4.4 (2023-02-17)

Bug Fixes

  • parse: allow setting fieldPattern in parserOpts (#3538) (ea23c65)

17.4.0 (2023-01-04)

Note: Version bump only for package @commitlint/types

17.0.0 (2022-05-16)

  • chore!: minimum node version v14 (#3128) (ac5f9b4), closes #3128

BREAKING CHANGES

  • drop node v12 support

  • chore: rename circleci windows job

node version is not defned by the name anyways (i think)

16.2.1 (2022-02-13)

Note: Version bump only for package @commitlint/types

16.0.0 (2021-12-26)

Features

  • cz-commitlint: support select scope with radio list by setting disableMultipleScopes (#2911) (9d8d73f), closes #2782
  • config validation (#2412) (c717202), closes #327

BREAKING CHANGES

  • cz-commitlint: users who is using multiple scopes need to set enableMultipleScopes to true

15.0.0 (2021-11-17)

Bug Fixes

  • types: fix signature of QualifiedRuleConfig for async configurations (#2868) (#2869) (c7f355b)

Features

14.0.0 (2021-10-26)

  • support multiple scopes and multiple cases & fix sentence-case is not consistent with commitlint/cli (#2806) (2c71a7e), closes #2806 #2782

BREAKING CHANGES

  • add prompt.settings configuration

13.2.0 (2021-09-28)

Bug Fixes

  • types: prompt messages key (4825a52)
  • types: prompt messages props optional (0bd0592)
  • types: user config prompt (6d7a1c4)

13.1.0 (2021-07-24)

Bug Fixes

  • types: adds TargetCaseType[] for CaseRuleConfig (c3bef38)

13.0.0 (2021-05-24)

Features

BREAKING CHANGES

  • minimum node version is 12

12.1.3 (2021-05-12)

Note: Version bump only for package @commitlint/types

12.1.2 (2021-04-29)

Bug Fixes

12.1.1 (2021-04-02)

Note: Version bump only for package @commitlint/types

12.0.1 (2021-02-23)

Bug Fixes

  • load: use Rule | AsyncRule | SyncRule as rule value type in Plugin (#2146) (75b67b8)
  • types: correct chalkColor type (#2420) (ef8bdad)

12.0.0 (2021-01-18)

Features

11.0.0 (2020-09-05)

Note: Version bump only for package @commitlint/types

10.0.0 (2020-08-16)

  • refactor!: drop support for node 8 (#1999) (751f39f), closes #1999

BREAKING CHANGES

  • remove node 8 from circle-ci checks

also remove node 13 because we do not support experimental versions

  • docs: update node v10 to latest LTS 10 version

Co-authored-by: Cedric van Putten me@bycedric.com

Co-authored-by: Cedric van Putten me@bycedric.com

9.1.2 (2020-07-13)

Note: Version bump only for package @commitlint/types

9.1.1 (2020-06-30)

Note: Version bump only for package @commitlint/types

9.1.0 (2020-06-21)

Features

9.0.1 (2020-05-26)

Note: Version bump only for package @commitlint/types

9.0.0 (2020-05-21)

Features

  • add async promise based rules methods into lint (#976) (4443062)