Skip to content

v2.1.1

Latest

Choose a tag to compare

@webdiscus webdiscus released this 16 Jul 10:32
89ec2ab

Features

  • Added support negated flags with prefix --no-, e.g. --no-color -> { color: false }.
  • Added support both CommonJS and ESM.
  • Added support TypeScript.
  • Added support TSC, compatible with module: "Node16".
  • Improved performance.
  • Reduced unpacked package size.

Chore

  • Added benchmark, you can run it in bench/ directory, to compare with most popular alternatives:
    • mri
    • nopt
    • minimist
    • yargs-parser