Skip to content

Releases: jvanbruegge/commithelper

Release 1.2.0

11 Jun 10:06
Compare
Choose a tag to compare

1.2.0 (2021-06-11)

Bug Fixes

  • do not skip custom scope question (a879f50), closes #3
  • make breaking change question not swallow whitespace (cfb5c04)

Features

  • allow to specify a message for scopes (9550c42), closes #2

Release 1.1.1

14 Mar 17:41
cd7d101
Compare
Choose a tag to compare

1.1.1 (2021-03-14)

Bug Fixes

  • add shebang to index.ts (cda2edd)

Release 1.1.0

14 Mar 17:25
5a25e57
Compare
Choose a tag to compare
  • fix: do not ask questions if the commit message already exists (fb3c69c)
  • chore(tools): add release-it (d1b6bae)
  • chore(tools): add coverage output to test run (86b53e1)
  • chore(tools): set up CI to run tests on every push (a348d43)
  • chore(test): add property based test for message parsing roundtrip (66ce9ee)
  • chore(refactor): split parseConfig function (4cb2b50)
  • chore(docs): add table of contents to README (b319155)
  • chore(docs): add README.md (d68ec1e)
  • feat: add a description for each commit type (79e8011)
  • chore(docs): add LICENSE (436a09b)
  • feat: add a --fix option to lint mode to reformat body and subject line (2f39919)
  • fix: check captialization of the subject line (f69d108)
  • chore(tools): lint commit messages with a git hook (a6e5210)
  • fix: do not add git comments to parsed message body (e3bf0d5)
  • chore(tools): use compiled version of commitlint for git hook (12e4713)
  • feat: add linting of existing commit messages (46b2cb9)
  • feat: add function to parse existing commit messages (3cd2fbc)
  • feat: keep comments from original commit message (fda7cff)
  • chore(tools): run commithelper automatically with a git hook (f0d4c00)
  • Fix extra newline in footer (452373d)
  • Make commithelper an executable (693b6f2)
  • Add rendering of commit messages (3a63842)
  • Allow to read the config from package.json (1923bd2)
  • Fix ticket number validation using wrong prefix (8692cd0)
  • Add set of questions for interactive mode (63cde3c)
  • Add parsing of config file (7688136)
  • Initial commit (24ca449)