Skip to content
Permalink
master

Commits on Apr 3, 2020

  1. chore: bumping yargs to v15

    fixes #1673
    
    - we no longer need to pin to yargs 14 for node 6 & 8 support
    ErisDS committed Apr 3, 2020
  2. tests: added failing test for issue #1673

    - demonstrates the regression
    ErisDS committed Apr 3, 2020
  3. chore: start testing on Node.js 12 and 13

    - make sure we're aware of all compatibility issues
    ErisDS committed Apr 3, 2020
  4. breaking: drop support for Node.js < v10

    - handlebars is changing to a policy of only supporting current and active versions of Node.js
    ErisDS committed Apr 3, 2020
  5. Revert "Switch cmd parser to latest minimist"

    This reverts commit c2f1e62.
    ErisDS committed Apr 3, 2020
  6. Merge branch '4.x'

    ErisDS committed Apr 3, 2020
  7. v4.7.6

    ErisDS committed Apr 3, 2020
  8. Update release notes

    ErisDS committed Apr 3, 2020
  9. Update release-notes.md

    - indicate changes have been reverted
    ErisDS committed Apr 3, 2020
  10. Revert "chore: set Node.js compatibility to v6+"

    This reverts commit 309d2b4.
    ErisDS committed Apr 3, 2020

Commits on Apr 2, 2020

  1. Merge branch '4.x'

    ErisDS committed Apr 2, 2020
  2. v4.7.5

    ErisDS committed Apr 2, 2020
  3. Update release notes

    ErisDS committed Apr 2, 2020
  4. chore: downgrade yargs to v14

    - allows us to support Node v6 and v8 for now
    ErisDS committed Apr 2, 2020
  5. 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 committed Apr 2, 2020

Commits on Apr 1, 2020

  1. Merge branch '4.x'

    ErisDS committed Apr 1, 2020
  2. Revert "Update release-notes.md"

    This reverts commit 2fd4a3d.
    ErisDS committed Apr 1, 2020
  3. v4.7.4

    ErisDS committed Apr 1, 2020
  4. Update release notes

    ErisDS committed Apr 1, 2020
  5. 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 committed Apr 1, 2020
  6. Revert "Update release-notes.md"

    This reverts commit 738391a.
    Think this needs to be left to the release tool :|
    ErisDS committed Apr 1, 2020

Commits on Mar 31, 2020

  1. Update release-notes.md

    ErisDS committed Mar 31, 2020
  2. Update release-notes.md

    ErisDS committed Mar 31, 2020

Commits on Oct 27, 2019

  1. 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
    ErisDS authored and nknapp committed Oct 27, 2019
You can’t perform that action at this time.