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.7.1
Choose a base ref
...
head repository: handlebars-lang/handlebars.js Loading
compare: v4.7.2
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 13, 2020

  1. fix: don't wrap helpers that are not functions

    - helpers should always be a function, but in #1639 one seems to
      be undefined. This was not a problem before 4.6 because helpers
      weren't wrapped then.
      Now, we must take care only to wrap helpers (when adding
      the "lookupProperty" function to the options), if they
      are really functions.
    nknapp committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    9d5aa36 View commit details
    Browse the repository at this point in the history
  2. chore: execute saucelabs-task only if access-key exists

    - up to now, the existance of the SAUCE_USERNAME was checked
      but this variable is even present in pull-requests from other
      repos. This means that builds fail, because the access key
      is not there.
      This change looks for SAUCE_ACCESS_KEY instead, which is
      a secure variable, only present in build originating from
      the handlebars.js repo.
    nknapp committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    a4fd391 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    nknapp committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    f0c6c4c View commit details
    Browse the repository at this point in the history
  4. v4.7.2

    nknapp committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    586e672 View commit details
    Browse the repository at this point in the history
Loading