-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: handlebars-lang/handlebars.js
base: v4.7.3
head repository: handlebars-lang/handlebars.js
compare: v4.7.4
- 10 commits
- 31 files changed
- 7 contributors
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2dba7ee - Browse repository at this point
Copy the full SHA 2dba7eeView commit details
Commits on Mar 31, 2020
-
chore: ignore external @types in 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.
Configuration menu - View commit details
-
Copy full SHA for b440c38 - Browse repository at this point
Copy the full SHA b440c38View commit details -
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 packages 4.x with this PR: found 32 vulnerabilities (17 low, 1 moderate, 13 high, 1 critical) in 5829 scanned packages ```
Configuration menu - View commit details
-
Copy full SHA for d79212a - Browse repository at this point
Copy the full SHA d79212aView commit details -
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 - proves b9c4b25 works the same as before Co-authored-by: fabb <fabb@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80c4516 - Browse repository at this point
Copy the full SHA 80c4516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738391a - Browse repository at this point
Copy the full SHA 738391aView commit details
Commits on Apr 1, 2020
-
Revert "Update release-notes.md"
This reverts commit 738391a. Think this needs to be left to the release tool :|
Configuration menu - View commit details
-
Copy full SHA for c491b4e - Browse repository at this point
Copy the full SHA c491b4eView commit details -
tasks/test-bin.js: Delete duplicate test
Per comment by @ErisDS on the GitHub PR: #1666 (comment)
Configuration menu - View commit details
-
Copy full SHA for e46baa1 - Browse repository at this point
Copy the full SHA e46baa1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4671c4b - Browse repository at this point
Copy the full SHA 4671c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd8d10 - Browse repository at this point
Copy the full SHA 9dd8d10View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7adc19a - Browse repository at this point
Copy the full SHA 7adc19aView 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 v4.7.3...v4.7.4