Sourced from yargs's changelog.
17.6.0 (2022-10-01)
Features
- lang: Czech locale (https://github.com/facebook/flipper/issues/2220) (5895cf1)
- usage: add YARGS_DISABLE_WRAP env variable to disable wrap (https://github.com/facebook/flipper/issues/2210) (b680ace)
Bug Fixes
- deno: use 'globalThis' instead of 'window' (https://github.com/facebook/flipper/issues/2186) (https://github.com/facebook/flipper/issues/2215) (561fc7a)
- deps: cliui with forced strip-ansi update (https://github.com/facebook/flipper/issues/2241) (38e8df1)
- dont clobber description for multiple option calls (https://github.com/facebook/flipper/issues/2171) (f91d9b3)
- typescript: address warning with objectKeys (394f5f8)
17.5.1 (2022-05-16)
Bug Fixes
- add missing entries to published files (https://github.com/facebook/flipper/issues/2185) (5685382)
- address bug when strict and async middleware used together (https://github.com/facebook/flipper/issues/2164) (cbc2eb7)
- completion: correct zsh installation instructions (22e9af2)
- handle multiple node_modules folders determining mainFilename for ESM (https://github.com/facebook/flipper/issues/2123) (e0823dd)
- lang: add missing terms to Russian translation (https://github.com/facebook/flipper/issues/2181) (1c331f2)
- prevent infinite loop with empty locale (https://github.com/facebook/flipper/issues/2179) (b672e70)
- veriadic arguments override array provided in config (the same as multiple dash arguments). (4dac5b8)
17.5.0 (2022-05-11)
Features
- add browser.d.ts and check for existence of Error.captureStackTrace() (https://github.com/facebook/flipper/issues/2144) (6192990)
Bug Fixes
- completion: support for default flags (db35423)
- import yargs/yargs in esm projects (https://github.com/facebook/flipper/issues/2151) (95aed1c)
6cd8e2d chore(main): release 17.6.0 (https://github.com/facebook/flipper/issues/2213)38e8df1 fix(deps): cliui with forced strip-ansi update (https://github.com/facebook/flipper/issues/2241)394f5f8 fix(typescript): address warning with objectKeys561fc7a fix(deno): use 'globalThis' instead of 'window' (https://github.com/facebook/flipper/issues/2186) (https://github.com/facebook/flipper/issues/2215)5895cf1 feat(lang): Czech locale (https://github.com/facebook/flipper/issues/2220)f91d9b3 fix: dont clobber description for multiple option calls (https://github.com/facebook/flipper/issues/2171)b680ace feat(usage): add YARGS_DISABLE_WRAP env variable to disable wrap (https://github.com/facebook/flipper/issues/2210)659dbbb docs: update links to main branch0251511 chore(main): release 17.5.1 (https://github.com/facebook/flipper/issues/2187)22e9af2 fix(completion): correct zsh installation instructions