5.7.1 (2024-11-17)
5.7.0 (2024-11-10)
- π bump
lilconfig
to v3.1.2 (e15942b)
- β¨ 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)
5.5.0 (2024-11-01)
- β¨ improve performance and add messages to errors (08aecf4)
5.4.0 (2024-06-04)
- β¨ improve fuzzy search by including hints (394ebf3)
5.3.0 (2024-04-10)
- β¨ support load ESM configuration (da29e84)
5.2.0 (2024-02-16)
- π show correct version when running
--version
(45190cf)
- β¨ reduce package.json noise when publishing (b09e4b9)
5.1.0 (2024-02-16)
- β¨ optimize by moving from Common JS to ES Modules (bfa53b9)
5.0.0 (2024-02-16)
- β¨ drop support for node v16 (86f5555)
- π₯ node v16 is no longer supported
4.0.0 (2023-08-24)
- π₯ node v14 is no longer supported
3.5.1 (2023-08-24)
- deps: π bump
yaml
to v2.2.2 to fix security vulnerability (a91ea7d)
3.5.0 (2023-08-24)
- build: β¨ use
pkgroll
for simpler bundling and less deps (f331fdb)
3.4.0 (2022-08-14)
3.3.0 (2022-07-24)
- deps: β¨ bump
yaml
to v2 (91d24e8)
3.2.0 (2022-03-14)
- deps: β¨ bump
commander
to^9.0.0
(d87a057)
3.1.0 (2022-01-15)
- π wrap correctly when there are quotes in the message (92c0121)
3.0.0 (2022-01-14)
- deps: π€ remove node 12 support (9550bce)
- deps: π₯ minimum node version is 14
2.1.0 (2021-11-09)
- cli: π prevent wraping if
headerMaxLength
is over72
(9b1ed6b)
- cli: β¨ add
skip when none
hint to breaking change prompt (614f502)
2.0.1 (2021-09-17)
- cli: π strict matches should appear first (7327ed8)
2.0.0 (2021-09-17)
- deps: π€ remove node 10 support (8e2d743)
- deps: π₯ minimum node version is 12
1.4.0 (2021-05-06)
1.3.3 (2021-02-20)
- 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)
- 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)
- cli: π merge user & commitlint configs when
--commitlint
(0a3685c)
1.3.0 (2021-01-23)
- πΈ add
--skip
flag to support skipping questions (6974275), closes #10 - πΈ support
.config/*
as a configuration path (d00dfb3)
1.2.1 (2021-01-22)
- cli: π remove extra characters during dry run (0e671ec)
1.2.0 (2021-01-21)
- cli: π
--subject
is now respected (004eaf3) - cli: π remove extra padding during dry run (9e24c88)
- cli: πΈ checks if current directory is a git repo (d8aa0b1)
1.1.1 (2021-01-19)
- 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)
- cli: π prevent cancellation due to empty "scopes" (3daebe8)
- cli: π standardize inconsistent logging (3e6c8b9)
- cli: πΈ add
--no-emoji
flag to disable emojis (e2d82c9) - cli: πΈ add
--commitlint
flag to leverage commitlint config (ef3df94)
- cli: πΈ initial release (9fc96a5)