KEMBAR78
Comparing v16.0.3...v16.1.0 · yargs/yargs · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yargs/yargs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.0.3
Choose a base ref
...
head repository: yargs/yargs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.1.0
Choose a head ref
  • 16 commits
  • 89 files changed
  • 7 contributors

Commits on Sep 13, 2020

  1. fix: make positionals in -- count towards validation (#1752)

    Benjamin E. Coe authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    eb2b29d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. fix(modules): module path was incorrect (#1759)

    Benjamin E. Coe authored Sep 20, 2020
    Configuration menu
    Copy the full SHA
    95a4a0a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    e1a300f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    5fd5251 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. docs: document how to bundle yargs with webpack/ncc (#1757)

    Benjamin E. Coe authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b69ab52 View commit details
    Browse the repository at this point in the history
  2. docs(terminology): update terminology (#1766)

    Benjamin E. Coe authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d218d47 View commit details
    Browse the repository at this point in the history
  3. test: throw on warning when in tests

    Benjamin E. Coe authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b7bdc6b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. docs: document onFinishCommand option (#1769)

    Benjamin E. Coe authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    4e80085 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. fix(deno): update types for deno ^1.4.0 (#1772)

    In version 1.4 Deno adopted;
    
    - the tsconfig setting [importsNotUsedAsValues](https://www.typescriptlang.org/tsconfig#importsNotUsedAsValues) - denoland/deno#7413
    - the tsconfig setting [isolatedModules](https://www.typescriptlang.org/tsconfig#isolatedModules) when using the deno `--unstable` flag - denoland/deno#7326 ([intended to be enabled by default in 1.5](denoland/deno#7326))
    
    These require the use of;
    - type only imports for values which are only used as types (`importsNotUsedAsValues`)
    - type only exports for types which are re-exported (`isolatedModules`)
    
    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    luke-john and Benjamin E. Coe authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    0801752 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. chore(deps): update dependency gts to v3 (#1775)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    00153f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. fix(exports): node 13.0-13.6 require a string fallback (#1776)

    package.json’s "engines" field claims yargs supports node >= 10; node v13.0-v13.6 are included in this semver range. This change is required to be able to require() from yargs successfully in these versions.
    ljharb authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    b45c43a View commit details
    Browse the repository at this point in the history
  2. build(linter): switch to gts/standardx for linting (#1777)

    Benjamin E. Coe authored Oct 11, 2020
    Configuration menu
    Copy the full SHA
    7ffb5e8 View commit details
    Browse the repository at this point in the history
  3. build: update to loatest release-please

    bcoe committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    e526dac View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. feat: expose hideBin helper for CJS (#1768)

    Benjamin E. Coe authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    63e1173 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    cf9440b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. chore: release 16.1.0 (#1779)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    75f98fb View commit details
    Browse the repository at this point in the history
Loading