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 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b454b02 View 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 authored and ErisDS committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    645ac73 View 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 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    309d2b4 View 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 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    16487a0 View commit details
    Browse the repository at this point in the history
  5. Update release notes

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

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