Releases: clercjs/clerc
Releases · clercjs/clerc
v1.3.1
v1.3.0
🚀 Features
- parser:
- plugin-help:
🐞 Bug Fixes
- plugin-help:
🏎 Performance
👷 CI
🧹 Chore
- Fix typecheck - by @so1ve (c3d31)
- Bump deps - by @so1ve (253bb)
- Fix typecheck - by @so1ve (ad036)
- Rename
unknownRawtorawUnknown- by @Copilot and so1ve in #338 (178b4) - Release v1.3.0-beta.1 - by @so1ve (068f5)
- Release v1.3.0-beta.2 - by @so1ve (c2b9a)
- Release v1.3.0 - by @so1ve (1ca3c)
- deps:
🧪 Test
- Add
FORCE_COLOR=1to produce consistent output in snapshots - by @WuMingDao in #336 (6ef4a)
View changes on GitHub
v1.3.0-beta.2
v1.3.0-beta.1
🚀 Features
- parser: Add
unknownRaw- by @so1ve (75455) - plugin-help: Allow hiding flags from text - by @so1ve (e526f)
🐞 Bug Fixes
- plugin-help:
🧹 Chore
- Fix typecheck - by @so1ve (c3d31)
- Bump deps - by @so1ve (253bb)
- Fix typecheck - by @so1ve (ad036)
- Rename
unknownRawtorawUnknown- by @Copilot and so1ve in #338 (178b4) - Release v1.3.0-beta.1 - by @so1ve (068f5)
- deps:
🧪 Test
- Add
FORCE_COLOR=1to produce consistent output in snapshots - by @WuMingDao in #336 (6ef4a)
View changes on GitHub
v1.2.1
v1.2.0
🚀 Features
- parser:
- plugin-help:
🐞 Bug Fixes
- Use
Object.prototype.hasOwnPropertyinstead ofObject.hasOwnto improve compatibility - by @so1ve (5613c) - core:
- parser:
- plugin-completions:
- plugin-help:
🏎 Performance
- Improve performance by caching
camelCaseresult and remove use of regexs - by @so1ve (b2675) - Use charcodes in
camelCasefunction as possible - by @so1ve (d96a9) - parser: Use string comparison instead of
BUILTIN_DELIMITERS_REin config validation - by @so1ve (eda2e)
🧹 Chore
- Format
camelCasejsdoc - by @so1ve (9c4bf) - Fix typo - by @so1ve (8bde9)
- Fix comment description - by @so1ve (28a4f)
- Release v1.2.0 - by @so1ve (c3d48)
🧪 Test
🔨 Refactor
View changes on GitHub
v1.1.1
v1.1.0
🚀 Features
🐞 Bug Fixes
🏎 Performance
- Bundle several dependencies to minimum space size - by @so1ve (dac27)
- plugin-not-found: Drop
didyoumean2to reduce package size and get better customizability - by @so1ve (28992)
👷 CI
🧹 Chore
- Update deps and format - by @so1ve (72253)
- Update deps and format - by @so1ve (b5561)
- Release v1.1.0 - by @so1ve (0685f)
🧪 Test
- Should call
awaitonnext- by @so1ve (942e4) - Remove
tsconfigPathsplugin - by @so1ve (cf9a7) - Migrate to
vite-plugin-simple-tsconfig-alias- by @so1ve (332f2) - Fix typecheck - by @so1ve (6b547)
🔨 Refactor
- Enable
fixedExtension- by @so1ve (71f1a) - Use asterisk for tsconfig path aliases - by @so1ve (183f0)
View changes on GitHub
v1.0.3
🐞 Bug Fixes
🏎 Performance
🧹 Chore
- Remove
clean: truebecause this is turned on by default - by @so1ve (02efe) - Release v1.0.3 - by @so1ve (0471d)