Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Releases: conventional-changelog-archived-repos/conventional-commits-parser

v0.0.19

24 Jul 09:09
Compare
Choose a tag to compare

Features

v0.0.18

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • revertPattern: correct regex (11ad37f)

Features

  • cli: add missing options (46d27de)
  • revert: parse a commit that reverts (95fd4f4)

v0.0.17

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • issuePrefixes: should return noMatch if falsy (e96a43e)

Features

  • issuePrefixes: init and referenceKeywords -> referenceActions (9c4d489), closes #11

BREAKING CHANGES

  • options.referenceKeywords is now options.referenceActions

v0.0.16

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

Features

  • fieldPattern: should support string format (ec55256)
  • hash: drop support (ca6fd85)
  • headerParts: headerParts can be anything (a7e23a4), closes #10
  • otherFields: other fields are possible to be included (32c1b41)

BREAKING CHANGES

  • hash is no longer supported. This parser should just parse raw commit messages. Also text fields are appended with a newline "\n".
  • headerParts does not limit to type, scope and subject. They can now be defined in options.headerCorrespondence and the order is the order of capturing group in options.headerPattern. If part is missing in options.headerCorrespondence it is undefined. If part is not captured but is not missing in options.headerCorrespondence it is null.

v0.0.15

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • footer: notes contains more than one paragraphs after references (46df6d9)
  • util: remove an accidentally commited file (1445e16)

Features

  • references: allow header to reference an issue (08962a7)

Performance Improvements

  • regex: regex should be constructed in index.html (50ceca5)

v0.0.14

24 Jul 09:09
Compare
Choose a tag to compare

Features

  • maxSubjectLength: removed (58938f0)

BREAKING CHANGES

  • maxSubjectLength is not available any more.

v0.0.13

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • headerCorrespondence: string value for cli (923c40a)

v0.0.12

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • error: change error type and wordings (860053b)

Features

  • correspondence: add headerCorrespondence and improve commit parts (7eac8e0), closes #6
  • parser: notes can have more than one paragraph (0923ed5), closes #3
  • references: support other formats of references (29bdfe1), closes #4 #8

BREAKING CHANGES

  • body and footer will be null if they are not found. type and subject are nullable too.
  • closes now becomes references and it is loosely based the links above.
  • The regex for matching notes are loosen. The semicolon and space are optional. The notes object is no longer a key-value object but an array of note object, such as
{
  title: 'BREAKING AMEND',
  text: 'some breaking change'
}

The detection of notes, closes, continueNote and isBody are mutually exclusive.

v0.0.11

24 Jul 09:09
Compare
Choose a tag to compare

Features

  • improvements and bug fixes (400a14e), closes #5

v0.0.10

24 Jul 09:09
Compare
Choose a tag to compare
chore: release 0.0.10