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 Dec 29, 2021

  1. Copy the full SHA
    78e7e28 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03d387b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e0f50b4 View commit details
    Browse the repository at this point in the history
  4. Replace Saucelabs with Playwright

    Also reorganized npm scripts.
    jaylinski committed Dec 29, 2021
    Copy the full SHA
    9ed9418 View commit details
    Browse the repository at this point in the history
  5. Move print-script.js-file in tests-folder

    Also removed it from published files, since the script doesn't seem to be used.
    
    Fourth part of reorganizing and cleaning up test-folders.
    jaylinski committed Dec 29, 2021
    Copy the full SHA
    ef0fc29 View commit details
    Browse the repository at this point in the history
  6. Move integration-testing-folder in tests-folder

    Third part of reorganizing and cleaning up test-folders.
    jaylinski committed Dec 29, 2021
    Copy the full SHA
    edc65b5 View commit details
    Browse the repository at this point in the history
  7. Remove redundant task-part in task-tests-folder

    Second part of reorganizing and cleaning up test-folders.
    jaylinski committed Dec 29, 2021
    Copy the full SHA
    715f4af View commit details
    Browse the repository at this point in the history
  8. Move bench-folder in tests-folder

    First part of reorganizing and cleaning up test-folders.
    jaylinski committed Dec 29, 2021
    Copy the full SHA
    3bd0fa8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Sort in-the-wild list by name

    Also changed protocol to https.
    jaylinski committed Dec 23, 2021
    Copy the full SHA
    476d616 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ba0c72 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49621c1 View commit details
    Browse the repository at this point in the history
  4. Link to new live demo (playground) on docs site

    This site is served via HTTPS and provides the latest
    Handlebars.js versions.
    jaylinski committed Dec 23, 2021
    Copy the full SHA
    1dc2c0b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Fix typos

    This was found by running an IntellijIDE
    code inspection for proofreading.
    jaylinski committed Dec 22, 2021
    Copy the full SHA
    fe58756 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Update repository URL

    jaylinski committed Dec 3, 2021
    Copy the full SHA
    c295ef0 View commit details
    Browse the repository at this point in the history
  2. 1
    Copy the full SHA
    c1ad3c8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    af92e32 View commit details
    Browse the repository at this point in the history
  4. Don't rely on Node.js global object

    If `global` is used and handlebars is compiled for browser
    usage without a Node.js `global` polyfill, handlebars
    fails with a `global is undefined` error.
    
    Fixes #1593
    jaylinski committed Dec 3, 2021
    Copy the full SHA
    2954e7e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b0f1a62 View commit details
    Browse the repository at this point in the history
  6. Add missing release for tag v4.3.5

    Also updated all URLs
    jaylinski committed Dec 3, 2021
    Copy the full SHA
    7d9450d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8eefee5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Fix Grammar in "compiler-api"

    s-mrb authored and jaylinski committed Nov 23, 2021
    Copy the full SHA
    e538c29 View commit details
    Browse the repository at this point in the history
  2. Fix Mustache links

    ...to point to 'https://mustache.github.io/...'
    ShonFrazier authored and jaylinski committed Nov 23, 2021
    Copy the full SHA
    fd93073 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
  6. Copy the full SHA
    2f509a8 View commit details
    Browse the repository at this point in the history
  7. [FEAT] Extract the Handlebars parser (#1713)

    Extracts the parser to `@handlebars/parser`, where it can be shared
    between different implementations. This means that e.g. Glimmer/Ember
    will be able to iterate on new features without forcing Handlebars to
    adopt them immediately, and vice versa. All implementors will be able to
    absorb changes as it makes sense for them.
    Chris Garrett committed Feb 15, 2021
    Copy the full SHA
    19bdace 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 Aug 12, 2020

  1. Update repository links

    The project was moved, but some links weren't updated accordingly.
    jaylinski authored and ErisDS committed Aug 12, 2020
    Copy the full SHA
    1a08e1d 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
  2. Copy the full SHA
    77825f8 View commit details
    Browse the repository at this point in the history