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.9

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • warn: should tell which commit cannot be parsed (4aab09b)

v0.0.8

24 Jul 09:09
Compare
Choose a tag to compare

Features

  • cli: add warn function for interactive shell (2508ae4)
  • warn: optionally warn user what is wrong when commit cannot be parsed (f09ad60)

v0.0.7

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • parser: it returns null if there is no header (b6640b3)

Features

  • cli: add aliases, more help details and tests (b3a5e81)
  • options: all options can be a string (2e108e4)
  • regex: leading and trailing space for closes and breaks keywords are trimmed (9d607d6)
  • stream: emmit an empty string to down stream if commit cannot be parsed (f184310)

BREAKING CHANGES

  • It no longer skips the chunk if commit cannot be parsed. An empty string is passed to down stream

v0.0.6

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • cli: error handling for ENOENT is fixed (dcdc036)

v0.0.5

24 Jul 09:09
Compare
Choose a tag to compare

Features

  • cli: able to have two files, separator works for interactive (aeea955)

v0.0.4

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • cli: commit can be split when testing a commit file (e02c289)

v0.0.3

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix "undefined" in json string (b991bde)

v0.0.2

24 Jul 09:09
Compare
Choose a tag to compare

Bug Fixes

  • headerPattern: change how capturing groups works (1a73a48)

v0.0.1

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