-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: yargs/yargs
base: v16.0.3
head repository: yargs/yargs
compare: v16.1.0
- 16 commits
- 89 files changed
- 7 contributors
Commits on Sep 13, 2020
-
fix: make positionals in -- count towards validation (#1752)
Benjamin E. Coe authoredSep 13, 2020 Configuration menu - View commit details
-
Copy full SHA for eb2b29d - Browse repository at this point
Copy the full SHA eb2b29dView commit details
Commits on Sep 20, 2020
-
fix(modules): module path was incorrect (#1759)
Benjamin E. Coe authoredSep 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 95a4a0a - Browse repository at this point
Copy the full SHA 95a4a0aView commit details
Commits on Sep 21, 2020
-
fix(positional): positional strings no longer drop decimals (#1761)
Benjamin E. Coe authoredSep 21, 2020 Configuration menu - View commit details
-
Copy full SHA for e1a300f - Browse repository at this point
Copy the full SHA e1a300fView commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5fd5251 - Browse repository at this point
Copy the full SHA 5fd5251View commit details
Commits on Sep 24, 2020
-
docs: document how to bundle yargs with webpack/ncc (#1757)
Benjamin E. Coe authoredSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for b69ab52 - Browse repository at this point
Copy the full SHA b69ab52View commit details -
docs(terminology): update terminology (#1766)
Benjamin E. Coe authoredSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for d218d47 - Browse repository at this point
Copy the full SHA d218d47View commit details -
test: throw on warning when in tests
Benjamin E. Coe authoredSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for b7bdc6b - Browse repository at this point
Copy the full SHA b7bdc6bView commit details
Commits on Sep 25, 2020
-
docs: document onFinishCommand option (#1769)
Benjamin E. Coe authoredSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 4e80085 - Browse repository at this point
Copy the full SHA 4e80085View commit details
Commits on Oct 1, 2020
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0801752 - Browse repository at this point
Copy the full SHA 0801752View commit details
Commits on Oct 8, 2020
-
chore(deps): update dependency gts to v3 (#1775)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 00153f8 - Browse repository at this point
Copy the full SHA 00153f8View commit details
Commits on Oct 11, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for b45c43a - Browse repository at this point
Copy the full SHA b45c43aView commit details -
build(linter): switch to gts/standardx for linting (#1777)
Benjamin E. Coe authoredOct 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 7ffb5e8 - Browse repository at this point
Copy the full SHA 7ffb5e8View commit details -
build: update to loatest release-please
bcoe committedOct 11, 2020 Configuration menu - View commit details
-
Copy full SHA for e526dac - Browse repository at this point
Copy the full SHA e526dacView commit details
Commits on Oct 12, 2020
-
feat: expose hideBin helper for CJS (#1768)
Benjamin E. Coe authoredOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 63e1173 - Browse repository at this point
Copy the full SHA 63e1173View commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cf9440b - Browse repository at this point
Copy the full SHA cf9440bView commit details
Commits on Oct 16, 2020
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 75f98fb - Browse repository at this point
Copy the full SHA 75f98fbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v16.0.3...v16.1.0