Commits
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
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
-
-
-
Move
print-script.js
-file intests
-folderAlso removed it from published files, since the script doesn't seem to be used. Fourth part of reorganizing and cleaning up test-folders.
-
Move
integration-testing
-folder intests
-folderThird part of reorganizing and cleaning up test-folders.
-
Remove redundant
task
-part intask-tests
-folderSecond part of reorganizing and cleaning up test-folders.
-
Move
bench
-folder intests
-folderFirst part of reorganizing and cleaning up test-folders.
Commits on Dec 23, 2021
-
-
Link to new live demo (playground) on docs site
This site is served via HTTPS and provides the latest Handlebars.js versions.
Commits on Dec 3, 2021
-
-
-
-
Don't rely on Node.js
global
objectIf `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
-
-
Commits on Nov 23, 2021
-
-
...to point to 'https://mustache.github.io/...'
Commits on Feb 15, 2021
-
# Conflicts: # components/bower.json # components/handlebars.js.nuspec # components/package.json # integration-testing/multi-nodejs-test/test.sh # package-lock.json # package.json
-
-
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
-
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
-
-
[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 committedFeb 15, 2021
Commits on Feb 13, 2021
Commits on Nov 10, 2020
Commits on Aug 12, 2020
-
The project was moved, but some links weren't updated accordingly.
Commits on May 4, 2020
-
# Conflicts: # integration-testing/multi-nodejs-test/test.sh # spec/string-params.js # spec/subexpressions.js # spec/track-ids.js