yargs v15.0.0 Release Notes

Release Date: 2019-11-10 // over 4 years ago
  • โš  BREAKING CHANGES

    • deps: yargs-parser now throws on invalid combinations of config (#1470)
    • ๐Ÿ“œ [email protected] drops support for Node 6
    • โฌ‡๏ธ drop Node 6 support (#1461)
    • โœ‚ remove package.json-based parserConfiguration (#1460)

    ๐Ÿ”‹ Features

    • deps: yargs-parser now throws on invalid combinations of config (#1470) (c10c38c)
    • ๐Ÿ”ฆ expose Parser from require('yargs/yargs') (#1477) (1840ba2)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“„ docs: TypeScript import to prevent a future major release warning (#1441) (b1b156a)
    • ๐Ÿ“œ stop-parse was not being respected by commands (#1459) (12c82e6)
    • โšก๏ธ update to yargs-parser with fix for array default values (#1463) (ebee59d)
    • ๐Ÿ“„ docs: update boolean description and examples in docs (#1474) (afd5b48)

    Miscellaneous Chores

    ๐Ÿ”จ Code Refactoring

    • โœ‚ remove package.json-based parserConfiguration (#1460) (0d3642b)