Releases: clercjs/clerc
Releases · clercjs/clerc
v1.0.0-beta.16
v1.0.0-beta.15
v1.0.0-beta.14
v1.0.0-beta.13
v1.0.0-beta.12
v1.0.0-beta.11
v1.0.0-beta.10
🐞 Bug Fixes
- Correctly inline @clerc/utils - by @so1ve (9e12e)
- core: Should resolve alias from command object instead of options - by @so1ve (cec6b)
🧹 Chore
- Use tsdown's workspace functinality to build - by @so1ve (65015)
- Update lockfile - by @so1ve (d95f1)
- Release v1.0.0-beta.10 - by @so1ve (5d72a)
View changes on GitHub
v1.0.0-beta.4
🚨 Breaking Changes
- clerc: Drop extending
Clerc, export a functionCliinstead - by @so1ve (58814) - core: Split definition and handler in
defineCommandutil - by @so1ve (2672f)
🚀 Features
🐞 Bug Fixes
🧹 Chore
🧪 Test
- Rename
ClitoTestClito avoid potential conflict - by @so1ve (78d83) - Rename old
TestClitoTestBaseCliand introduce newTestCli- by @so1ve (623d3) - clerc: Add tests for extended clerc instance - by @so1ve (0038e)
View changes on GitHub
v1.0.0-beta.3
🚨 Breaking Changes
- core: Return a Promise if
runis set totrue- by @so1ve (9cd67) - plugin-help: Rename
help.showInHelptohelp.show- by @so1ve (060a9)
🚀 Features
- Add generics to
Choices- by @so1ve (7382b) - core:
- parser:
- parser, plugin-help:
- plugin-completions:
- plugin-help:
🐞 Bug Fixes
- core: Should return promise instead of ignore it during error handling - by @so1ve (5f67b)
- plugin-help: Remove unneccesary colored text - by @so1ve (039ad)
👷 CI
🧹 Chore
- Mark all packages as isolated - by @so1ve (7a848)
- Apply automatic fixes - (c253f)
- Benchmark args-tokens - by @so1ve (05c91)
- Fix typechecking - by @so1ve (5de13)
- Add vitest typechecking - by @so1ve (ed1b2)
- Test all in ci - by @so1ve (92860)
- Release v1.0.0-beta.3 - by @so1ve (7ba7f)
🧪 Test
View changes on GitHub
v1.0.0-beta.2
🚨 Breaking Changes
🚀 Features
- Rename
NoCommandGivenErrortoNoCommandSpecifiedError- by @so1ve (0ccbc) - core:
- plugin-help:
- plugin-not-found:
🐞 Bug Fixes
- core: Rename
maybeMissingParameterstomissingParametersand it's not optional - by @so1ve (c1ac0) - parser: Should cast
anytype toany- by @so1ve (18e66) - plugin-completions: Do not display
completion-servercommand in help text - by @so1ve (4cec4)
👷 CI
🧹 Chore
- Configure changelogithub - by @so1ve (dd728)
- Fix lint - by @so1ve (660bf)
- Rename - by @so1ve (8c2cd)
- Mark all packages as isolated - by @so1ve (7a848)