0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2024 — May 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow function parameters to #if. This was originally disallowed because it is decidedly not idiomatic Handlebars, which would prefer that you use helpers for these cases, not pollute your context objects with functions to call from your template, but enough people asked for it that I'll give in. More... over 13 years ago
Bump version More... over 13 years ago
Handlebars errors should copy the message over More... over 13 years ago
Add Ember.js More... over 13 years ago
Realign lexer actions More... over 13 years ago
Literal square-bracket path segments cannot have ] in them. TODO: Allow escaped path segments. More... over 13 years ago
Test that the hello world mustache example works More... over 13 years ago
Fix bug where inverse section was being passed to subsequent helpers More... over 13 years ago
Merge pull request #156 from broady/master More... over 13 years ago
Merge pull request #121 from tablatom/master More... over 13 years ago
Merge pull request #157 from kpdecker/npm-update More... over 13 years ago
Update package version number More... over 13 years ago
Update package dependencies More... over 13 years ago
Fix support for Rhino More... over 13 years ago
Add a status button More... over 13 years ago
Compile after installing jison More... over 13 years ago
Try to install jison if it's not already installed More... over 13 years ago
Merge pull request #155 from twe4ked/patch-1 More... over 13 years ago
Add syntax highlighting to the README. More... over 13 years ago
Merge pull request #149 from SlexAxton/patch-1 More... over 13 years ago
Update the version! More... over 13 years ago
Merge pull request #144 from wagenet/rhino-fix More... over 13 years ago
Merge pull request #135 from leshill/handlebars_assets More... over 13 years ago
Merge pull request #132 from steevel/master More... over 13 years ago
Merge remote-tracking branch 'upstream/master' More... over 13 years ago
Add handlebars_assets to README More... over 13 years ago
Update Gemfile.lock More... over 13 years ago
Allow subclasses to customize the namespace More... over 13 years ago
Goodbye poor hack. You were broken before your time. More... over 13 years ago
Add semicolon to the generated anonymous javascript function since it could break code following it. Example: (function(){})()/* this is the same as undefined() */(function(){})() More... over 13 years ago