Skip to content

Latest commit

Β 

History

History
270 lines (121 loc) Β· 10.6 KB

CHANGELOG.md

File metadata and controls

270 lines (121 loc) Β· 10.6 KB

5.7.1 (2024-11-17)

Bug Fixes

  • πŸ› pin enquirer v2.3.6 to support "*" (#488) (7bc2b0d)

5.7.0 (2024-11-10)

Bug Fixes

  • πŸ› bump lilconfig to v3.1.2 (e15942b)

Features

  • ✨ bump commander to v12.1.0 (1944583)
  • ✨ bump enquirer to v2.4.1 (975ffc9)
  • ✨ bump yaml to v2.6.0 (34533a3)

5.6.0 (2024-11-07)

Features

5.5.0 (2024-11-01)

Features

  • ✨ improve performance and add messages to errors (08aecf4)

5.4.0 (2024-06-04)

Features

  • ✨ improve fuzzy search by including hints (394ebf3)

5.3.0 (2024-04-10)

Features

  • ✨ support load ESM configuration (da29e84)

5.2.0 (2024-02-16)

Bug Fixes

  • πŸ› show correct version when running --version (45190cf)

Features

  • ✨ reduce package.json noise when publishing (b09e4b9)

5.1.0 (2024-02-16)

Features

  • ✨ optimize by moving from Common JS to ES Modules (bfa53b9)

5.0.0 (2024-02-16)

Features

  • ✨ drop support for node v16 (86f5555)

BREAKING CHANGES

  • πŸ’₯ node v16 is no longer supported

4.0.0 (2023-08-24)

Features

  • ✨ support node v20, drop support for v14 (424a113)
  • deps: ✨ bump commander to v11.0.0 (c3de75b)

BREAKING CHANGES

  • πŸ’₯ node v14 is no longer supported

3.5.1 (2023-08-24)

Bug Fixes

  • deps: πŸ› bump yaml to v2.2.2 to fix security vulnerability (a91ea7d)

3.5.0 (2023-08-24)

Features

  • build: ✨ use pkgroll for simpler bundling and less deps (f331fdb)

3.4.0 (2022-08-14)

Features

  • cli: ✨ allow issues hint to be customized w/ issuesHint option (989d839), closes #337

3.3.0 (2022-07-24)

Features

  • deps: ✨ bump yaml to v2 (91d24e8)

3.2.0 (2022-03-14)

Features

  • deps: ✨ bump commander to ^9.0.0 (d87a057)

3.1.0 (2022-01-15)

Bug Fixes

  • πŸ› wrap correctly when there are quotes in the message (92c0121)

Features

  • ✨ replace cosmiconfig w/ lilconfig & yaml to reduce deps (391425a), closes #249

3.0.0 (2022-01-14)

chore

  • deps: πŸ€– remove node 12 support (9550bce)

BREAKING CHANGES

  • deps: πŸ’₯ minimum node version is 14

2.1.0 (2021-11-09)

Bug Fixes

  • cli: πŸ› prevent wraping if headerMaxLength is over 72 (9b1ed6b)

Features

  • cli: ✨ add skip when none hint to breaking change prompt (614f502)

2.0.1 (2021-09-17)

Bug Fixes

  • cli: πŸ› strict matches should appear first (7327ed8)

2.0.0 (2021-09-17)

chore

  • deps: πŸ€– remove node 10 support (8e2d743)

BREAKING CHANGES

  • deps: πŸ’₯ minimum node version is 12

1.4.0 (2021-05-06)

Features

  • cli: ✨ add ability to --retry previous commit (4d902a0), closes #7

1.3.3 (2021-02-20)

Bug Fixes

  • cli: πŸ› account for space in final message for max length (5df05ac), closes #53
  • cli: πŸ› do not execute git commit during dry run (25dd6b0)

1.3.2 (2021-02-04)

Bug Fixes

  • cli: πŸ› limit scope's choices view to 10 (aae8763)
  • cli: πŸ› use correct emoji(✨) for feat type (190b04c)
  • cli: πŸ› use correct emoji(πŸ’₯) for breaking change (dbfb7a5)

1.3.1 (2021-01-24)

Bug Fixes

  • cli: πŸ› merge user & commitlint configs when --commitlint (0a3685c)

1.3.0 (2021-01-23)

Features

  • 🎸 add --skip flag to support skipping questions (6974275), closes #10
  • 🎸 support .config/* as a configuration path (d00dfb3)

1.2.1 (2021-01-22)

Bug Fixes

  • cli: πŸ› remove extra characters during dry run (0e671ec)

1.2.0 (2021-01-21)

Bug Fixes

  • cli: πŸ› --subject is now respected (004eaf3)
  • cli: πŸ› remove extra padding during dry run (9e24c88)

Features

  • cli: 🎸 checks if current directory is a git repo (d8aa0b1)

1.1.1 (2021-01-19)

Bug Fixes

  • cli: πŸ› --commitlint should still work if no gitzy config (5e16015)
  • cli: πŸ› if no "scopes" in any config, skip scopes prompt (dee68e5)

1.1.0 (2021-01-19)

Bug Fixes

  • cli: πŸ› prevent cancellation due to empty "scopes" (3daebe8)
  • cli: πŸ› standardize inconsistent logging (3e6c8b9)

Features

  • cli: 🎸 add --no-emoji flag to disable emojis (e2d82c9)
  • cli: 🎸 add --commitlint flag to leverage commitlint config (ef3df94)

1.0.0 (2021-01-18)

Features

  • cli: 🎸 initial release (9fc96a5)