Skip to content

Releases: conventional-changelog/commitlint

v7.0.1

02 Jun 21:31
Compare
Choose a tag to compare

Bug fixes

  • Revert "do not negate case rules"

v7.0.0

02 Jun 21:30
Compare
Choose a tag to compare

Breaking Changes

  • Dropped support for Node.js 4

Bug Fixes

  • ignore case of words in quotes
  • add environment variable cli flag
  • do not negate case rules

Features

  • add wildcard for Github deployment commits

v6.2.0

01 May 16:29
Compare
Choose a tag to compare

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

Bug Fixes

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

v6.1.0

03 Feb 11:56
Compare
Choose a tag to compare

Bug Fixes

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

Features

v6.0.5

03 Feb 11:53
Compare
Choose a tag to compare

Bug Fixes

  • remove utils from prod dependencies (4fb858a)

v6.0.4

03 Feb 11:53
Compare
Choose a tag to compare

Bug Fixes

v6.0.3

03 Feb 11:53
Compare
Choose a tag to compare

Bug Fixes

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

v6.0.2

12 Jan 08:49
Compare
Choose a tag to compare

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)

v6.0.1

09 Jan 18:43
Compare
Choose a tag to compare

Fixues

rules: remove typo in error message of type-case

v6.0.0

09 Jan 18:30
Compare
Choose a tag to compare

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.