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
More README tweaks. More... over 14 years ago
Tweaked README. More... over 14 years ago
Fixed bug where compiler was continuing to think it was looking at partials after the partial tag was done. Closes GH-14. More... over 14 years ago
Added compiler cache and got rid of TODO file. More... over 14 years ago
Switched empty block handling for expression blocks to use helperMissing.not. More... over 14 years ago
Reworked the way that expression work a good bit. They're a lot less error prone now. More... over 14 years ago
Tidied up docs a bit. More... over 14 years ago
Test cleanup. More... over 14 years ago
Merge branch 'master' of github.com:wycats/handlebars.js More... over 14 years ago
More stack fixes. The context stack was being corrupted by nested blocks and expressions. More... over 14 years ago
Fixed small context stack bug. More... over 14 years ago
Failing test case for complex lookup in a helper which also has a nested template More... over 14 years ago
Fix disappearing backslash bug More... over 14 years ago
Fix disappearing backslash bug More... over 14 years ago
Broke out test. More... over 14 years ago
Fix exception when context value is empty string More... over 14 years ago
Made the new mismatched blocks error message a little bit easier on the eyes. More... over 14 years ago
Added unmatched block tag detection. More... over 14 years ago
Really need to write a pre-commit checker thingy that alerts me if console.log is anywhere in the code. More... over 14 years ago
Got empty blocks working. More... over 14 years ago
Added license terms. More... over 14 years ago
Got handleInvertedSection written up. More... over 14 years ago
Got handleExpression written up. More... over 14 years ago
Bundled up the block handling into a handleBlock function - means less code gen and more already jit-ed code, hopefully. More... over 14 years ago
Updated todo. More... over 14 years ago
Added Handlebars.trim for IE compatibility. More... over 14 years ago
Got carriage returns working. More... over 14 years ago
Tweaked block helpers to wrap 'this' up in a context helper correctly. More... over 14 years ago
Added creating exports if it doesn't already exist so non-CommonJS environments will work ok. More... over 14 years ago
CommonJS compatibility. More... over 14 years ago