Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 23:10
· 34 commits to main since this release
v1.2.0
c3d4832

   🚀 Features

   🐞 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

    View changes on GitHub