Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 15.2.0 #39

Closed
wants to merge 1 commit into from
Closed

chore: release 15.2.0 #39

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 10, 2020

🤖 I have created a release *beep* *boop*

15.2.0 (2021-01-11)

⚠ BREAKING CHANGES

  • feat!: improve support for async/await yargs/yargs#1823 contains the following breaking API changes:
    • now returns a promise if handler is async.
    • onFinishCommand removed, in favor of being able to await promise.
    • getCompletion now invokes callback with err and `completions, returns promise of completions.
  • tweaks to ESM/Deno API surface: now exports yargs function by default; getProcessArgvWithoutBin becomes hidBin; types now exported for Deno.
  • find-up replaced with escalade; export map added (limits importable files in Node >= 12); yarser-parser@19.x.x (new decamelize/camelcase implementation).
  • usage: single character aliases are now shown first in help output
  • ts: yargs now ships with its own types
  • drop support for EOL Node 8 (feat!: drop support for EOL Node 8 yargs/yargs#1686)
  • deps: yargs-parser@17.0.0 no longer implicitly creates arrays out of boolean arguments when duplicates are provided

Features

Bug Fixes

  • proto will now be replaced with proto in parse (#1591) (2474c38)
  • add package.json to module exports (#1818) (d783a49), closes #1817
  • address ambiguity between nargs of 1 and requiresArg (#1572) (a5edc32)
  • code was not passed to process.exit (#1742) (d1a9930)
  • deno: get yargs working on deno@1.5.x (#1799) (cb01c98)
  • deno: update types for deno ^1.4.0 (#1772) (0801752)
  • dependencies: upgrade yargs-parser to fix #1602 (#1603) (c67c257)
  • deps: fix enumeration for normalized path arguments (#1567) (0b5b1b0)
  • docs: describe usage of .check() in more detail (932cd11)
  • exports: node 13.0-13.6 require a string fallback (#1776) (b45c43a)
  • expose helpers for legacy versions of Node.js (#1801) (107deaa)
  • help always displayed for the first command parsed having an async handler (#1535) (d585b30)
  • i18n: Japanese translation phrasing (#1619) (0894175)
  • locales: only translate default option group name (acc16de)
  • locales: remove extra space in French for 'default' (#1564) (ecfc2c4)
  • make positionals in -- count towards validation (#1752) (eb2b29d)
  • modules: module path was incorrect (#1759) (95a4a0a)
  • move yargs.cjs to yargs to fix Node 10 imports (#1747) (5bfb85b)
  • positional: positional strings no longer drop decimals (#1761) (e1a300f)
  • strict mode: report default command unknown arguments (#1626) (69f29a9)
  • translations: add French translation for unknown command (#1563) (18b0b75)
  • translations: fix pluralization in error messages. (#1557) (94fa38c)
  • typescript: yargs-parser was breaking @types/yargs (#1745) (2253284)
  • usage: translate 'options' group only when displaying help (#1600) (e60b39b)
  • yargs: add missing command(module) signature (#1707) (0f81024), closes #1704
  • yargs: correct support of bundled electron apps (#1554) (a0b61ac)

Code Refactoring


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot closed this May 19, 2020
@github-actions github-actions bot reopened this May 19, 2020
@github-actions github-actions bot closed this May 21, 2020
@github-actions github-actions bot reopened this May 21, 2020
@github-actions github-actions bot closed this May 27, 2020
@github-actions github-actions bot reopened this May 27, 2020
@github-actions github-actions bot closed this May 28, 2020
@github-actions github-actions bot reopened this May 28, 2020
@github-actions github-actions bot closed this Jun 3, 2020
@github-actions github-actions bot reopened this Jun 3, 2020
@github-actions github-actions bot closed this Jun 6, 2020
@github-actions github-actions bot reopened this Jun 6, 2020
@github-actions github-actions bot closed this Jun 7, 2020
@github-actions github-actions bot reopened this Jun 7, 2020
@github-actions github-actions bot closed this Jun 14, 2020
@github-actions github-actions bot reopened this Jun 14, 2020
@github-actions github-actions bot closed this Jun 18, 2020
@github-actions github-actions bot reopened this Jun 18, 2020
@github-actions github-actions bot closed this Jun 30, 2020
@github-actions github-actions bot reopened this Aug 31, 2020
@github-actions github-actions bot force-pushed the release-v15.2.0 branch 6 times, most recently from 290873b to 6c79978 Compare September 10, 2020 04:23
@github-actions github-actions bot force-pushed the release-v15.2.0 branch 2 times, most recently from 86763b0 to 79f4303 Compare September 20, 2020 04:23
@github-actions github-actions bot force-pushed the release-v15.2.0 branch 3 times, most recently from 0c2ac7c to 5a86500 Compare September 25, 2020 07:28
@github-actions github-actions bot force-pushed the release-v15.2.0 branch 5 times, most recently from 47bd156 to ad6bb7c Compare October 15, 2020 07:30
@github-actions github-actions bot force-pushed the release-v15.2.0 branch 2 times, most recently from 560989c to 8f40914 Compare November 15, 2020 19:16
@github-actions github-actions bot force-pushed the release-v15.2.0 branch 2 times, most recently from de74fa2 to 005b9d1 Compare November 22, 2020 23:17
@github-actions github-actions bot force-pushed the release-v15.2.0 branch 3 times, most recently from 3112510 to 73c1440 Compare December 8, 2020 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants