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.0.13
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.0.14
Choose a head ref
  • 8 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 7, 2019

  1. chore: Use node 10 to build handlebars

    Node 10 is LTS now...
    
    (cherry picked from commit 78dd89c)
    nknapp committed Feb 7, 2019
    Copy the full SHA
    7c2fbcc View commit details

Commits on Mar 15, 2019

  1. test: make security testcase internet explorer compatible

    Internet Explorer does not support the 'class Testclass {}' notation,
    and tests are not compiled using babel.
    
    closes #1497
    nknapp committed Mar 15, 2019
    Copy the full SHA
    5f47c4a View commit details
  2. Copy the full SHA
    d97a045 View commit details

Commits on Apr 13, 2019

  1. fix: prevent RCE through the "lookup"-helper

    - The "lookup" helper could also be used to run a remote code execution
      by manipulating the template. The same check as for regular
      path queries now also is done in the "lookup"-helper
    nknapp committed Apr 13, 2019
    Copy the full SHA
    85c8783 View commit details
  2. chore: .gitignore more files

    nknapp committed Apr 13, 2019
    Copy the full SHA
    d4e64b6 View commit details
  3. Copy the full SHA
    7375da4 View commit details
  4. Update release notes

    nknapp committed Apr 13, 2019
    Copy the full SHA
    2a5a801 View commit details
  5. v4.0.14

    nknapp committed Apr 13, 2019
    Copy the full SHA
    272362e View commit details
Loading