- Notifications
You must be signed in to change notification settings - Fork2k
PermalinkChoose 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 orlearn 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:handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v4.7.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.7.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 10commits
- 31files changed
- 7contributors
Commits on Mar 31, 2020
chore: ignore external@typesin tests
- some indirect dependencies install@types packages which are not compatible with the older typescript.- adjusted test's tsconfig to not pick these up automatically, as the actual .d.ts does not depend on these external types.
fix: migrate from optimist to yargs (#1666)
closes#1658- adapted code from master to latest yargs (`.option` calls).```4.x:found 188 vulnerabilities (169 low, 4 moderate, 14 high, 1 critical) in 5815 scanned packages4.x with this PR:found 32 vulnerabilities (17 low, 1 moderate, 13 high, 1 critical) in 5829 scanned packages```
chore: add unit tests for cli options (#1666)
- adds full unit tests for all cli options- demonstrates that nothing changes between minimist and yargs except a minor order change in the --help text- provesb9c4b25 works the same as beforeCo-authored-by: fabb <fabb@users.noreply.github.com>
- ErisDS committed
Mar 31, 2020
Commits on Apr 1, 2020
Revert "Update release-notes.md"
This reverts commit738391a.Think this needs to be left to the release tool :|
ErisDS committedApr 1, 2020 tasks/test-bin.js: Delete duplicate test
Per comment by@ErisDS on the GitHub PR:#1666 (comment)
Use tmp directory for files written during tests
- Add spec/tmp directory with .gitkeep file to indicate the folder is intentional- Add the folder contents to .gitignore- Use this folder to output the sourcemap file during bin tests. This file is a sideeffect of the main test
ErisDS committedApr 1, 2020 - ErisDS committed
Apr 1, 2020
Loading
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 v4.7.3...v4.7.4
Uh oh!
There was an error while loading.Please reload this page.