Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 21, 2022

  1. update package-lock.json

    nknapp committed Jun 21, 2022
    Copy the full SHA
    54cbc8c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge branch '4.x'

    # Conflicts:
    #	components/bower.json
    #	components/handlebars.js.nuspec
    #	components/package.json
    #	integration-testing/multi-nodejs-test/test.sh
    #	package-lock.json
    #	package.json
    nknapp committed Feb 15, 2021
    Copy the full SHA
    6790c08 View commit details
    Browse the repository at this point in the history
  2. v4.7.7

    nknapp committed Feb 15, 2021
    1
    Copy the full SHA
    a9a8e40 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    nknapp committed Feb 15, 2021
    Copy the full SHA
    e66aed5 View commit details
    Browse the repository at this point in the history
  4. disable IE in Saucelabs tests

    The SauceLabs IE setup has problems and does not work
    with the endpoints that we use to run them. This is a Saucelabs problem, but it has been there for a year now. Until we use another API, I will simply remove the browsers
    nknapp committed Feb 15, 2021
    Copy the full SHA
    7d4d170 View commit details
    Browse the repository at this point in the history
  5. fix weird error in integration tests

    somehow the variable "$i" gets overwritten in integration-testing/multi-nodejs-test/test.sh:20, which is why we now rename it to a more meaningful variable
    nknapp committed Feb 15, 2021
    Copy the full SHA
    eb860c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Copy the full SHA
    b6d3de7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f058970 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Copy the full SHA
    071003b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Merge branch '4.x'

    # Conflicts:
    #	integration-testing/multi-nodejs-test/test.sh
    #	spec/string-params.js
    #	spec/subexpressions.js
    #	spec/track-ids.js
    nknapp committed May 4, 2020
    Copy the full SHA
    212f9d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. 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
    Copy the full SHA
    645ac73 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    b454b02 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Merge branch '4.x'

    # Conflicts:
    #	components/bower.json
    #	components/handlebars.js.nuspec
    #	components/package.json
    #	package.json
    nknapp committed Feb 5, 2020
    Copy the full SHA
    2ea32e8 View commit details
    Browse the repository at this point in the history
  2. v4.7.3

    nknapp committed Feb 5, 2020
    Copy the full SHA
    c978969 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    nknapp committed Feb 5, 2020
    Copy the full SHA
    9278f21 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Copy the full SHA
    ad63f51 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Merge branch '4.x'

    # Conflicts:
    #	components/bower.json
    #	components/handlebars.js.nuspec
    #	components/package.json
    #	package.json
    nknapp committed Jan 13, 2020
    Copy the full SHA
    edfe6b8 View commit details
    Browse the repository at this point in the history
  2. v4.7.2

    nknapp committed Jan 13, 2020
    Copy the full SHA
    586e672 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    nknapp committed Jan 13, 2020
    Copy the full SHA
    f0c6c4c View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    a4fd391 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    9d5aa36 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. v4.7.1

    nknapp committed Jan 12, 2020
    Copy the full SHA
    14ba3d0 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    nknapp committed Jan 12, 2020
    Copy the full SHA
    4cddfe7 View commit details
    Browse the repository at this point in the history
  3. fix: fix log output in case of illegal property access

    - fix link url to handlebarsjs.com
    nknapp committed Jan 12, 2020
    Copy the full SHA
    f152dfc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3c1e252 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. v4.7.0

    nknapp committed Jan 10, 2020
    Copy the full SHA
    0d5c807 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    nknapp committed Jan 10, 2020
    Copy the full SHA
    1f0834b View commit details
    Browse the repository at this point in the history
  3. fix: use "logger" instead of console.error

    ... to be graceful with older browser without "console"
    nknapp committed Jan 10, 2020
    Copy the full SHA
    575d877 View commit details
    Browse the repository at this point in the history
  4. feat: default options for controlling proto access

    This commmit adds the runtime options
    - `allowProtoPropertiesByDefault` (boolean, default: false) and
    - `allowProtoMethodsByDefault` (boolean, default: false)`
    which can be used to allow access to prototype properties and
    functions in general.
    
    Specific properties and methods can still be disabled from access
    via `allowedProtoProperties` and `allowedProtoMethods` by
    setting the corresponding values to false.
    
    The methods `constructor`, `__defineGetter__`, `__defineSetter__`, `__lookupGetter__`
    and the property `__proto__` will be disabled, even if the allow...ByDefault-options
    are set to true. In order to allow access to those properties and methods, they have
    to be explicitly set to true in the 'allowedProto...'-options.
    
    A warning is logged when the a proto-access it attempted and denied
    by default (i.e. if no option is set by the user to make the access
    decision explicit)
    nknapp committed Jan 10, 2020
    Copy the full SHA
    7af1c12 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Merge branch '4.x'

    # Conflicts:
    #	components/bower.json
    #	components/handlebars.js.nuspec
    #	components/package.json
    #	package.json
    nknapp committed Jan 8, 2020
    Copy the full SHA
    0c8230c View commit details
    Browse the repository at this point in the history
  2. v4.6.0

    nknapp committed Jan 8, 2020
    Copy the full SHA
    91a1b5d View commit details
    Browse the repository at this point in the history
  3. Update release notes

    nknapp committed Jan 8, 2020
    Copy the full SHA
    770d746 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d7f0dcf View commit details
    Browse the repository at this point in the history
  5. test: add path to nodeJs when running test:bin

    - this allows the test to be run in a debugger
      without the complete PATH
    nknapp committed Jan 8, 2020
    Copy the full SHA
    187d611 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d337f40 View commit details
    Browse the repository at this point in the history
Older