Skip to content
Permalink
master

Commits on Aug 12, 2020

  1. Update repository links

    The project was moved, but some links weren't updated accordingly.
    jaylinski authored and ErisDS committed Aug 12, 2020

Commits on May 4, 2020

  1. Merge branch '4.x'

    # Conflicts:
    #	integration-testing/multi-nodejs-test/test.sh
    #	spec/string-params.js
    #	spec/subexpressions.js
    #	spec/track-ids.js
    nknapp committed May 4, 2020

Commits on Apr 24, 2020

  1. Moved `uglify-js` from `optionalDependencies` to `peerDependencies`

    Silic0nS0ldier authored and nknapp committed Apr 24, 2020

Commits on Apr 15, 2020

  1. docs: Fix simple typo, mulitple -> multiple

    There is a small typo in lib/handlebars/compiler/whitespace-control.js.
    
    Should read `multiple` rather than `mulitple`.
    timgates42 authored and nknapp committed Apr 15, 2020

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. Switch cmd parser to latest minimist

    dougwilson authored and ErisDS committed Apr 3, 2020
  11. 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
  6. test: fix integration tests

    - They should fail, if any test fails
    - Use "set -e" instead of "|| exit 1", because it suffices to be specified
      at the top of each file
    nknapp authored and ErisDS committed Apr 2, 2020
  7. docs: update release-docs in CONTRIBUTING.md

    - remove ember testing
    - add docs for updating the website.
    - add list of required accesses to publish
    nknapp 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. tasks/test-bin.js: Delete duplicate test

    Per comment by @ErisDS on the GitHub PR:
    #1666 (comment)
    DeeDeeG authored and ErisDS committed Apr 1, 2020
  7. 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
  3. 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>
    2 people authored and ErisDS committed Mar 31, 2020
  4. 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
    ```
    AviVahl authored and ErisDS committed Mar 31, 2020
  5. 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.
    AviVahl authored and ErisDS committed Mar 31, 2020
Older
You can’t perform that action at this time.