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 Loading
base: v4.1.1
Choose a base ref
...
head repository: handlebars-lang/handlebars.js Loading
compare: v4.1.2
Choose a head ref
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Mar 19, 2019

  1. Port over linting and test for typings

    - Move typings from lib/ to types/.
    - Add dtslint for validating types.
    - Use grunt-bg-shell to call out to dtslint during build step.
    timlindvall committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    3fb6687 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Revert "Update release notes"

    This reverts commit 25b2e11.
    phil-davis committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    002561b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be44246 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1516 from phil-davis/revert-double-release-notes

    Revert duplicate "Update release notes"
    nknapp committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    9cfb5dd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Merge pull request #1515 from zimmi88/4.x-typings-lint

    Port over linting and test for typings
    nknapp committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    c454d94 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 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 11, 2019
    Configuration menu
    Copy the full SHA
    cd38583 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    871accc View commit details
    Browse the repository at this point in the history
  2. chore: add missing typescript dependency, add package-lock.json

    I suspect that the current problems with
    saucelabs are due to a change transitive
    dependency, but I'm not sure. I'm not
    adding the package-lock.json to ensure
    that this does not happen in the future.
    nknapp committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    594f1e3 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    nknapp committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    dd0144c View commit details
    Browse the repository at this point in the history
  4. v4.1.2

    nknapp committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    10b5fcf View commit details
    Browse the repository at this point in the history
Loading