Skip to content

Latest commit

Β 

History

History
801 lines (357 loc) Β· 42.7 KB

CHANGELOG.md

File metadata and controls

801 lines (357 loc) Β· 42.7 KB

Change Log

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

12.1.0 (2021-03-06)

Features

  • config-lerna-scopes: keep supporting lerna v3 (51b0f4a)

12.0.1 (2021-02-23)

Bug Fixes

  • update dependency conventional-commits-parser to v3.2.1 (#2459) (8bcc4f0)
  • load: use Rule | AsyncRule | SyncRule as rule value type in Plugin (#2146) (75b67b8)
  • types: correct chalkColor type (#2420) (ef8bdad)
  • update dependency throat to v6 (#2417) (6f7db1b)

12.0.0 (2021-01-18)

Bug Fixes

  • remove unnecessary react babel transforms (#2399) (78f02fd)
  • utils: update code to allow it to be executed (#982) (52696d0)
  • update dependency @types/fs-extra to v9.0.2 (#2250) (a10fa0b)
  • update dependency @types/fs-extra to v9.0.5 (#2360) (3266712)
  • update dependency conventional-changelog-angular to v5.0.12 (#2361) (5766b39)
  • update dependency conventional-changelog-conventionalcommits to v4.4.0 (#2115) (bccc9f5)
  • update dependency conventional-changelog-conventionalcommits to v4.5.0 (#2362) (01c78bf)
  • update dependency execa to v4.1.0 (#2251) (b5743dd)
  • update dependency execa to v5 (#2341) (f349df9)
  • update dependency git-raw-commits to v2.0.7 (#2116) (ef969f3)
  • update dependency git-raw-commits to v2.0.8 (#2364) (3371715)
  • update dependency meow to v8 (#2245) (890961b)
  • update dependency meow to v8.1.0 (#2380) (0fbadcf)
  • update dependency pkg-dir to v5 (#2168) (b9d1c84)
  • update dependency semver to v7.3.4 (#2336) (790b61a)
  • update dependency tar-fs to v2.1.1 (#2261) (a04f24f)
  • is-ignored: ignore azure devops messages (#2230) (fe29ce7)
  • update dependency yargs to v16 (204f36d)
  • update dependency yargs to v16.1.0 (#2252) (6478d07)
  • resolve-extends: extends field should be resolved from left to right (#2070) (c0a86f5)

Features

BREAKING CHANGES

  • resolve-extends: The order of the extends resolution is changed from right-to-left to left-to-right

11.0.0 (2020-09-05)

Bug Fixes

  • cli: remove default value from edit option #2065 (3d4116d)

  • rules: ignore comments in signed-off-by (#2098) (b610bcd)

  • update dependency @types/fs-extra to ^9.0.1 (#2088) (cb1028e)

  • refactor!: drop support for lerna v2 (59667b3)

BREAKING CHANGES

  • remove lerna v2 support and tests

10.0.0 (2020-08-16)

Bug Fixes

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/root

9.1.1 (2020-06-30)

Bug Fixes

9.1.0 (2020-06-21)

Bug Fixes

  • update dependency chalk to v4 (#1275) (a5d8fa1)
  • update dependency conventional-changelog-conventionalcommits to v4.3.0 (#1816) (f99aeda)
  • update dependency regenerator-runtime to v0.13.5 (#1017) (9c4fdf1)
  • update dependency semver to v7.3.2 (#1369) (3c09722)
  • update dependency tar-fs to v2.1.0 (#1103) (7882036)
  • update dependency tmp to v0.2.1 (#1817) (0ff72f4)

Features

  • add local plugins support (#1692) (7b29c48)
  • enable multiple scopes in scope-enum and scope-case rules (#901) (73632ce)

9.0.1 (2020-05-26)

Bug Fixes

9.0.0 (2020-05-21)

Bug Fixes

Features

  • add async promise based rules methods into lint (#976) (4443062)
  • add possibility to extend from string (#865) (056c6fe)
  • passdown argv to lint command (#891) (c49a57c)
  • config-conventional: footer/body-max-line (#436) (8b394c9)
  • config-conventional: increase header-max-length to 100 (#860) (ff11998), closes #859

BREAKING CHANGES

  • 'improvement' type will now be rejected by this config.

8.3.5 (2020-01-15)

Bug Fixes

  • is-ignored: move types to dev dependencies (#897) (aabc549)
  • resolve-extends: move node types to dev dependencies (#883) (b131a18), closes #874

8.3.4 (2020-01-03)

Bug Fixes

8.3.1 (2019-10-16)

Bug Fixes

  • load: resolve nested parser preset factories (#831) (73a7df7)

8.3.0 (2019-10-16)

Features

  • cli: add helpurl flag (#789) (75cef4e)
  • config-conventional: use parser with short breaking change support (#821) (4b5300a)
  • resolve-extends: accept absolute path in extends (#825) (ecac29f)

8.2.0 (2019-09-16)

This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at #659.

Bug Fixes

  • pass defaultIgnores from configuration in @commitlint/cli (#771) (a259014)

8.1.0 (2019-07-15)

This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at #659.

Bug Fixes

  • add explicit dependency on chalk (#687) (9075844)
  • pass ignores from configuration in @commitlint/cli (#668) (da99aaa)

Breaking Changes

  • fix: avoid excessive help text #606 (#637) The commitlint default formatter is now silent for reports without warnings or errors. Scripts relying on the success output of commitlint can restore the former output by specifying the --verbose flag.
  • Republish packages with out of sync artifacts

7.6.1 (2019-05-09)

Bug Fixes

  • ensure format() is available as commonjs default export #645 (ec3da92)
  • handle absolute config paths correctly #647 (49b3a77)

7.6.0 (2019-05-06)

Bug Fixes

Features

7.5.2 (2019-02-11)

Bug Fixes

  • failing sentence-case for subjects with slashes (#574) (48a8602)
  • cli: replace old links with new organisation links (#578) (4075903)

7.5.1 (2019-02-09)

Bug Fixes

  • is-ignored: ignore bitbuckets automatic merge (#573) (e5bdc5c)

7.5.0 (2019-01-31)

Bug Fixes

  • sentence-case allow upper-case characters in first word (#531) (5a6a4a8), closes #211
  • resolve-extends: override array on extending rules (#470) (#539) (b35000c)
  • all broken website references (#564) (82eeb5a)
  • cleanup message for input with no config (#519) (7d9e760)
  • cli: avoid linebreak in empty input (#523) (3141882)
  • mark optional parameter with undefined (#553) (6720284)
  • replace all repository references with conventional changelog (#561) (6c3afcd)
  • replace all website references with conventional changelog (#563) (6b86fb1)
  • replace old require-uncached with import-fresh (#533) (b636e8c)
  • resolve path to commit message for git submodules (83b1a47)
  • slash in scope #291 (#529) (b2b63e5)
  • store concatenated array to problems variable (#551) (434a70f)

Features

  • add support for git submodules (cc575fa)
  • rule-header-length: show current header length (6d61c4f)

7.4.0 (2019-01-27)

Bug Fixes

Features

  • rules: create header-case and header-full-stop rules (#547) (4c36cbd)

7.3.2 (2019-01-15)

Bug Fixes

  • move loadsh to dependencies (1bb66a4)

7.3.1 (2019-01-11)

Note: Version bump only for package @commitlint/root

7.3.0 (2019-01-11)

Bug Fixes

  • format: add new line to result (#518) (f1d443b), closes #504
  • add fallback with husky git params to deprecation handling (#498) (5a34b8c)
  • avoid truncated output on macOS (#503) (3192368)
  • fall back to conventional commit-parser settings for missing keys (#496) (831a141), closes #399
  • respect String.protoype.repeat API contract (f27e7ac)
  • update to security-patched dependency versions (97c033b)
  • use correct label for failing empty subjects (#481) (2e7e34d), closes #476

Features

7.2.1 (2018-10-11)

Bug Fixes

7.2.0 (2018-10-05)

Bug Fixes

  • rules: include possible body offset in footer leading blank (ff0111a)
  • handle case rules for numerics correctly (cadcfed)
  • ignore merge messages with text after newline (b32bc93)
  • use grouped regex to ignore merge commits (#439) (905e9d5)

Features

  • cli: add format option for report output (1ecf097)
  • load: add formatter option with default value (b0e63d9)

7.1.2 (2018-09-04)

Note: Version bump only for package @commitlint/root

7.1.0 (2018-08-29)

Features

  • wildcards: add new wildcard patterns #315 (e9ea17f)
  • add max line length to body/footer (542f50e)

6.2.0 (2018-05-01)

Features

  • print commit message when the message is invalid (86c34f1), closes #222
  • rules: support array for scope-case and type-case (#312) (1f46b9f), closes #307

6.1.1 (2018-02-22)

Bug Fixes

  • ensure: ignore word delimiters for case matching #291 (fa69299)

6.1.0 (2018-02-03)

Bug Fixes

  • parse: default to angular preset for empty parserOpts (#265) (ccb03b4), closes #262

Features

6.0.5 (2018-01-31)

Bug Fixes

  • remove utils from prod dependencies (4fb858a)

6.0.4 (2018-01-31)

Bug Fixes

6.0.3 (2018-01-31)

Bug Fixes

  • update dependency cosmiconfig to ^4.0.0 (#234) (7f94ac5)
  • update dependency semver to v5.5.0 (#236) (6c52bd9)

6.0.2 (2018-01-12)

Bug Fixes

  • ignore branch merges with multiple newlines (#227) (1f0c5ca)
  • remove typo in error message of type-case (cb577cb)

6.0.1 (2018-01-09)

Note: Version bump only for package @commitlint/root

6.0.0 (2018-01-09)

Bug Fixes

Styles

  • validate rule configuration (edf7187)

BREAKING CHANGES

  • Due to additional validation while reading commitlint config, previously ignored rule settings are now considered critical errors when starting the CLI. The new behaviour is designed to help developers find issues with their configuration quicker.

5.2.6 (2017-12-21)

Bug Fixes

  • ignore semver commits with chore type (cdbb085), closes #198

5.2.5 (2017-12-08)

Bug Fixes

5.2.4 (2017-12-08)

Note: Version bump only for package @commitlint/root

5.2.3 (2017-12-05)

Bug Fixes

5.2.2 (2017-11-30)

Bug Fixes

  • travis-cli: read push commits directly (9bc56c6)

5.2.1 (2017-11-30)

Bug Fixes

  • travis-cli: lint ranges only for pr builds (85b201f)

5.2.0 (2017-11-30)

Bug Fixes

  • consider pull requests from forks (4653c2c)

Features

  • babel-preset-commitlint: add jsx tranform (#163) (5190241)

5.1.3 (2017-11-24)

Bug Fixes

  • config-conventional: add missing applicable attribute to type-enum (a8db0b1)

5.1.2 (2017-11-24)

Bug Fixes

  • prompt: apply forced cases properly (3a569a7), closes #145

5.1.1 (2017-11-24)

Bug Fixes

5.1.0 (2017-11-24)

Bug Fixes

  • update dependency concurrently to v3.5.1 (#147) (a809d0f)
  • config-conventional: remove unneeded dependency (d0e62fd)

Features

  • prompt: add description for build, ci and revert (#148) (ee6ec6e)
  • travis-cli: add reusable travis command line interface (3e6e6a8)
  • add conventional-changelog package (8bb0a85)

5.0.1 (2017-11-19)

Bug Fixes

  • core: fall back to globally installed config if available (#127) (8612eb3)

5.0.0 (2017-11-18)

Bug fixes

  • core: interprets array values for subject-case correctly

Features

  • config-angular: disallow subject with uppercase first character, #114
  • config-angular-type-enum: remove chore type

BREAKING CHANGE

TL;DR

  • chore is no longer a valid commit type
  • subject with leading capitalized letter are forbidden now

Angular has removed the chore type from their conventions as of January 2017

See angular/angular@dff6ee for reference

This removes the previous chore type from the list of allowed types.

Projects using the Angular commit convention will identify commits with chore type as faulty.

Also, formerly working commit messages are now considered problems:

  • type: SOME MESSAGE
  • type: SomeMessage
  • type: Some Message

4.3.0 (2017-11-08)

Bug Fixes

Features

  • add references-empty rule (4fc8d5d)