This repository was archived by the owner on Feb 5, 2018. It is now read-only.
v0.0.16
Bug Fixes
- cli: options format (3d68fd0)
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".
headerPartsdoes not limit totype,scopeandsubject. They can now be defined inoptions.headerCorrespondenceand the order is the order of capturing group inoptions.headerPattern. If part is missing inoptions.headerCorrespondenceit isundefined. If part is not captured but is not missing inoptions.headerCorrespondenceit isnull.