Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn 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
base:v4.7.4
Choose a base ref
...
head repository:handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v4.7.5
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 2, 2020

  1. docs: update release-docs in CONTRIBUTING.md

    - remove ember testing - add docs for updating the website. - add list of required accesses to publish
    @nknapp
    nknapp committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b454b02View commit details
    Browse the repository at this point in the history
  2. 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@ErisDS
    nknapp authored and ErisDS committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    645ac73View commit details
    Browse the repository at this point in the history
  3. 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
    ErisDS committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    309d2b4View commit details
    Browse the repository at this point in the history
  4. chore: downgrade yargs to v14

    - allows us to support Node v6 and v8 for now
    @ErisDS
    ErisDS committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    16487a0View commit details
    Browse the repository at this point in the history
  5. Update release notes

    @ErisDS
    ErisDS committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    3c9c2f5View commit details
    Browse the repository at this point in the history
  6. v4.7.5

    @ErisDS
    ErisDS committed Apr 2, 2020
    1Configuration menu
    Copy the full SHA
    1fd2edeView commit details
    Browse the repository at this point in the history
Loading