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
Add Hash arguments to simple mustaches (TODO: add Hash args to block helpers) More... about 14 years ago
Add support for hash args in the tokenizer and parser More... about 14 years ago
Add support for {{foo.bar.baz}} More... about 14 years ago
Escaping a '/' in the ID regex. This was preventing handelbars.js from loading in Rhino. More... about 14 years ago
Test multi-backslash-escaping More... about 14 years ago
Merge branch 'master' of http://github.com/wycats/handlebars.js More... about 14 years ago
Fix backslash escaping More... about 14 years ago
Helpers take precedence over context properties with the same name. This is useful in scenarios where your context object is inherited from another system (such as a framework or JSON API) that may contain properties that conflict with helpers you explicitly define. More... about 14 years ago
Merge branch 'master' of github.com:wycats/handlebars.js More... about 14 years ago
Merge branch 'master' of http://github.com/wycats/handlebars.js More... about 14 years ago
Added .DS_Store to gitignore. More... over 14 years ago
Make the function passed to a block helper have an identical signature to top-level template methods More... over 14 years ago
Checks to see if jison is installed before attempting to run it in Rakefile More... over 14 years ago
Subclasses should be able to replace the compiler - this is needed so that child views are compiled using the updated semantics of the parent compiler More... over 14 years ago
data is passed to block helpers More... over 14 years ago
Update Gemfile to use the released version of the ruby racer More... over 14 years ago
* Added a few public API methods to JavaScriptCompiler.prototype, so it can be subclassed. * made it possible to define an alternate name lookup scheme (so that {{foo}} does not have to be context.foo, but can instead be something like context.get('foo')) * made it possible to substitute an alternate buffer instead of the default empty String and override how the compiled template appends to the buffer * Added the concept of template-local data. In order to enable template-local data, pass true as the second parameter to the template compiler. Then, pass in the data as the fourth parameter (context, helpers, partials, data). These signatures may change before the 1.0 release. More... over 14 years ago
Merge branch 'master' of github.com:wycats/handlebars.js More... over 14 years ago
Updated if helper - missed it in the last cleanup. It no longer supports methods as arguments. More... over 14 years ago
Fix broken README information More... over 14 years ago
Makes Handlebars work in contexts without a global object (node) More... over 14 years ago
Need to require timeout More... over 14 years ago
Get specs up to snuff More... over 14 years ago
Backed out function helpers. More... over 14 years ago
Put null byte on content match instead of [^] More... over 14 years ago
Merge branch 'master' of https://github.com/gixug/handlebars.js into gixug-master More... over 14 years ago
Added test for undefined blocks - didn't matter though. More... over 14 years ago
IE 7 hates trailing commas More... over 14 years ago
improved "with" and "each" helpers to support function as argument More... over 14 years ago
Merged More... over 14 years ago