Permalink
master
Commits on Apr 3, 2020
-
fixes #1673 - we no longer need to pin to yargs 14 for node 6 & 8 support
-
tests: added failing test for issue #1673
- demonstrates the regression
ErisDS committedApr 3, 2020 -
chore: start testing on Node.js 12 and 13
- make sure we're aware of all compatibility issues
-
breaking: drop support for Node.js < v10
- handlebars is changing to a policy of only supporting current and active versions of Node.js
-
Revert "Switch cmd parser to latest minimist"
This reverts commit c2f1e62.
-
ErisDS committed
Apr 3, 2020 -
ErisDS committed
Apr 3, 2020 -
- indicate changes have been reverted
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Revert "chore: set Node.js compatibility to v6+"
This reverts commit 309d2b4.
ErisDS committedApr 3, 2020
Commits on Apr 2, 2020
-
-
ErisDS committed
Apr 2, 2020 -
- allows us to support Node v6 and v8 for now
-
chore: set Node.js compatibility to v6+
- drop support for versions less than Node v6 via engines - update integration tests to also test newer versions
ErisDS committedApr 2, 2020
Commits on Apr 1, 2020
-
-
ErisDS committed
Apr 1, 2020 -
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
-
Revert "Update release-notes.md"
This reverts commit 738391a. Think this needs to be left to the release tool :|
ErisDS committedApr 1, 2020
Commits on Mar 31, 2020
-
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Oct 27, 2019
-
fix: add guard to if & unless helpers (#1549)
fixes #1548 - add a guard to show readable syntax error for if / unless helper - prevents against 3 different errors that can be generated by different systax errors