yargs v16.0.0 Release Notes

Release Date: 2020-09-09 // over 3 years ago
  • ๐Ÿฑ โš  BREAKING CHANGES

    • 0๏ธโƒฃ tweaks to ESM/Deno API surface: now exports yargs function by default; getProcessArgvWithoutBin becomes hideBin; types now exported for Deno.
    • ๐Ÿ“œ find-up replaced with escalade; export map added (limits importable files in Node >= 12); [email protected] (new decamelize/camelcase implementation).
    • usage: single character aliases are now shown first in help output
    • rebase helper is no longer provided on yargs instance.
    • โฌ‡๏ธ drop support for EOL Node 8 (#1686)

    ๐Ÿ”‹ Features

    ๐Ÿ› Bug Fixes