-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v12.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: yargs/yargs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 14 files changed
- 10 contributors
Commits on Sep 16, 2018
-
fix: accept single function for middleware
* Fixed type check in .middleware() method `if (typeof callback === 'object')` should be `if (typeof callback === 'function')` See Issue #1214 for details * middewareFactory accepts a function, not an object According to [the docs for the `.middleware()` method](http://yargs.js.org/docs/#api-middlewarecallbacks): > The `callbacks` parameter can be a function or a list of functions See Issue #1214 for more details * Added/Updated middleware tests I added a new test to verify that the `.middleware()` method works when a single function is passed, rather than an array of functions. Also enhanced an existing test to ensure that _all_ middleware is run before commands, regardless of whether it was added as an array of functions or a single function.
Configuration menu - View commit details
-
Copy full SHA for 66fd6f7 - Browse repository at this point
Copy the full SHA 66fd6f7View commit details
Commits on Oct 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3a258bb - Browse repository at this point
Copy the full SHA 3a258bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for da54028 - Browse repository at this point
Copy the full SHA da54028View commit details -
Configuration menu - View commit details
-
Copy full SHA for a458fa4 - Browse repository at this point
Copy the full SHA a458fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d422eb5 - Browse repository at this point
Copy the full SHA d422eb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e3a70f - Browse repository at this point
Copy the full SHA 8e3a70fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 567820b - Browse repository at this point
Copy the full SHA 567820bView commit details -
chore: update yargs-parser dependency
Benjamin committedOct 6, 2018 Configuration menu - View commit details
-
Copy full SHA for e99e9ae - Browse repository at this point
Copy the full SHA e99e9aeView commit details -
Benjamin committed
Oct 6, 2018 Configuration menu - View commit details
-
Copy full SHA for d72dec1 - Browse repository at this point
Copy the full SHA d72dec1View commit details
Commits on Oct 11, 2018
-
test:💥 something amazing is in the works 💥 (#1225)
* add windows to the travis ci config * a newline for a new build * we don't need that newline!
Configuration menu - View commit details
-
Copy full SHA for 0e9bb01 - Browse repository at this point
Copy the full SHA 0e9bb01View commit details
Commits on Nov 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 842b8b2 - Browse repository at this point
Copy the full SHA 842b8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128f322 - Browse repository at this point
Copy the full SHA 128f322View commit details
Commits on Nov 10, 2018
-
fix: don't load config when processing positionals
Benjamin Coe committedNov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 5d0dc92 - Browse repository at this point
Copy the full SHA 5d0dc92View commit details -
Benjamin Coe committed
Nov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for dd4923d - Browse repository at this point
Copy the full SHA dd4923dView commit details
There are no files selected for viewing
This file was deleted.