Releases
v1.2.0
Compare
Sorry, something went wrong.
No results found
🚀 Features
parser :
plugin-help :
Show negated flags for boolean flags with default: true - by @so1ve (28977)
Display default value inferred from flag type - by @so1ve (a0f15)
🐞 Bug Fixes
Use Object.prototype.hasOwnProperty instead of Object.hasOwn to improve compatibility - by @so1ve (5613c)
core :
parser :
Should merge object type with default value types correctly - by @so1ve (0901c)
Should coerce object type values - by @so1ve (74207)
Should not use object merging behavior in type level - by @so1ve (bca12)
plugin-completions :
plugin-help :
Should display root commands in alias correctly - by @so1ve (30296)
🏎 Performance
Improve performance by caching camelCase result and remove use of regexs - by @so1ve (b2675)
Use charcodes in camelCase function as possible - by @so1ve (d96a9)
parser : Use string comparison instead of BUILTIN_DELIMITERS_RE in config validation - by @so1ve (eda2e)
🧹 Chore
🧪 Test
🔨 Refactor
You can’t perform that action at this time.