Skip to content

Latest commit

 

History

History
417 lines (178 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

417 lines (178 loc) · 11.8 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.3.0 (2019-11-11)

Features

  • prompt: use commitlint to validate subject (29695a0)
  • root: replace root with * as default scope (943f07c)

3.2.3 (2019-10-30)

3.2.2 (2019-10-30)

Bug Fixes

  • formatmsg: should not have footer when issue list is empty (ce04ba1)

3.2.1 (2019-10-29)

Bug Fixes

  • formatmsg: issue ref should start with # (a66e8cb)

3.2.0 (2019-10-26)

Features

  • commit: show message before commiting (1608415)
  • prompt: switch to enquirer prompts (d474a52)

Bug Fixes

  • commit: commit should fail when no staged files (78e895d)
  • prompt: cursor does not always show (5b40765)
  • suggest-prompt: fix missing module (1b057ee)

3.1.0 (2019-09-10)

Features

  • cli: print error message when internal error (97f640b)

3.0.2 (2019-07-28)

Bug Fixes

  • config: default type refactor and style are missing (07acdd9)

3.0.1 (2019-07-18)

Bug Fixes

  • config: even simpler config (e3e2b50)

3.0.0 (2019-07-18)

Features

  • cli: upgrade read-pkg-up to 5.0.0 (adfedae)
  • config: simple defaults (fbd3cc4)
  • package: upgrade to commitlint 8 (6a9f6f7)
  • prompt: ensure lowercase scope (12b7a93)

BREAKING CHANGES

  • config: config defaults have change, update your config to enable scopes

2.1.1 (2019-05-11)

Bug Fixes

  • prompt: scope config id not an array when enforce or suggest (1d01ecc)

2.1.0 (2019-05-08)

Features

  • init: save config in package or rc file (a5dc1bf)

2.0.0 (2019-05-08)

Features

  • commit: add init config option (295e0fb)
  • config: load config early (157de5d)
  • root: use esnext (e61ef20)

BREAKING CHANGES

  • root: Node 10 is required

1.5.1 (2019-04-27)

1.5.0 (2019-02-02)

Features

  • scope: strip scope from scoped packages (126fc93)

1.4.1 (2019-01-27)

1.4.0 (2019-01-27)

Bug Fixes

  • package: add missing rxjs dependency (8586b31)

Features

  • bin: run from local if installed (88db06b)

  • cli: add update notifier (9b70c98)

1.2.0 (2019-01-19)

Features

  • lib: adjust scope suggestion order (73d38e7)
  • prompt: improve scope prompt for suggest (c395f6d)

1.1.0 (2019-01-19)

Bug Fixes

  • scopes config is not applied (aa70173)
  • lib: update rules as per latest conventional commit (e276965)

Features

  • scopes: add support for monorepo package names (f4ba3dd)

1.0.1 (2018-10-27)

Bug Fixes

  • commit lint final status failure (969835a), closes #2

1.0.0 (2018-09-16)

Features

  • simplify commithook and commitlint (804ad71)

BREAKING CHANGES

  • standard-commit-lint is now standard-commitlint and standard-commit-msg-hook is now standard-commithook

0.10.0 (2018-09-16)

Bug Fixes

  • simplify default scopes (6fc2d54)

Features

  • add support for commitlint (2f10267)

0.9.1 (2018-09-13)

Bug Fixes

0.9.0 (2018-09-13)

Features

  • alias should be managed by git (1c3e954)

0.8.1 (2018-09-08)

Bug Fixes

0.8.0 (2018-09-08)

Features

  • add dedicated promptscope config (a9c2588)

0.7.1 (2018-09-07)

Bug Fixes

0.7.0 (2018-09-06)

Features

0.6.1 (2018-09-06)

Bug Fixes

  • new files are missing from scope suggestions (cca96fa)

0.6.0 (2018-09-04)

Bug Fixes

  • scope is badly formated (52b1438)

Features

  • add edit prompt (d16fc26)
  • enable types and scopes configuration (03b9c14)

0.5.0 (2018-09-03)

Bug Fixes

  • git-cc is actually a better alias (651b144)

Features

  • add scope config (50783c3)
  • check if can commit before prompt (8ecc8c7)

0.4.0 (2018-09-02)

Bug Fixes

Features

0.3.1 (2018-09-01)

Bug Fixes

  • remove breaking change extra formated line break (066ecf2)

0.3.0 (2018-09-01)

Bug Fixes

  • set alias to git-sc instead of git-cc (0d858ef)

Features

  • add commit message parsing (af6cb56)

0.2.3 (2018-08-31)

Bug Fixes

0.2.2 (2018-08-30)

Bug Fixes

  • distribution is missing ./commit.js (f1f1c03)

0.2.1 (2018-08-30)

Bug Fixes

  • distribution missing files (377ecb2)

0.2.0 (2018-08-30)

Features

0.1.0 (2018-08-29)

Features

  • prompt and format commit message (224938e)