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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: handlebars-lang/handlebars.js
base: v4.3.3
Choose a base ref
head repository: handlebars-lang/handlebars.js
compare: v4.3.4
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 28, 2019

  1. fix: harden "propertyIsEnumerable"-check

    - "container" is an internal object that is most likely
      not accessible through templateing (unlike the proto of "Object", which might be.)
      In order to prevent overriding this method, we
      use "propertyIsEnumerable" from the constructor.
    nknapp committed Sep 28, 2019
    Copy the full SHA
    ff4d827 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    nknapp committed Sep 28, 2019
    Copy the full SHA
    b250b2d View commit details
    Browse the repository at this point in the history
  3. v4.3.4

    nknapp committed Sep 28, 2019
    Copy the full SHA
    c958cc8 View commit details
    Browse the repository at this point in the history