Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break compiler and vm logic into separate files. | kpdecker | 2011-07-30 | 1 | -746/+0 |
| | |||||
* | Reduce scope of global variable | kpdecker | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Can access context variables masked by helpers by scoping with 'this.' | kpdecker | 2011-07-29 | 1 | -6/+13 |
| | |||||
* | * Remove legacy support for inverse sections as additional parameters. | tomhuda | 2011-07-07 | 1 | -25/+10 |
| | | | | * Unify inverse and normal block helpers * Make Handlebars.Exception inherit from JS Error | ||||
* | removed references to .boolean, which broke the YUI Compressor | gleitz | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Updated the boolean functions to work with YUI compressor. Linted other ↵ | gleitz | 2011-06-22 | 1 | -2/+2 |
| | | | | files for consistency | ||||
* | Add BOOLEAN support | tomhuda | 2011-06-01 | 1 | -0/+4 |
| | |||||
* | Add support for INTEGER expressions | tomhuda | 2011-06-01 | 1 | -0/+4 |
| | |||||
* | Merge pull request #79 from schuyler1d/numbers | Yehuda Katz | 2011-05-25 | 1 | -0/+2 |
|\ | | | | | allow number indexes in paths for array access | ||||
| * | allow number indexes in paths for array access | Schuyler Duveen | 2011-05-10 | 1 | -0/+2 |
| | | |||||
* | | fixing partials with int names | James Fuller | 2011-05-24 | 1 | -1/+1 |
|/ | |||||
* | Update specs and code so that the function passed to block helpers has the ↵ | tomhuda | 2011-05-04 | 1 | -8/+16 |
| | | | | same API as regular compiled templates | ||||
* | Rename vm.js to compiler.js | tomhuda | 2011-05-03 | 1 | -0/+736 |
| | |||||
* | Restructure things more simply | wycats | 2010-12-29 | 1 | -116/+0 |
| | |||||
* | Make {{#if foo}} handle empty Arrays | wycats | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/zaach/handlebars.js into ↵ | wycats | 2010-12-27 | 1 | -1/+0 |
|\ | | | | | | | zaach-master | ||||
| * | Merging with latest master | Zach Carter | 2010-12-20 | 1 | -6/+39 |
| |\ | |||||
| * | | Switch to Jison's lexer. | Zach Carter | 2010-12-14 | 1 | -1/+0 |
| | | | |||||
* | | | Add a #with helper | wycats | 2010-12-21 | 1 | -0/+4 |
| | | | |||||
* | | | #each should handle undefined or null values | wycats | 2010-12-21 | 1 | -1/+1 |
| | | | |||||
* | | | Use pluggable logger rather the puts | wycats | 2010-12-21 | 1 | -0/+9 |
| |/ |/| | |||||
* | | Add #each and #if built-in helpers for more readable iteration and conditionals | wycats | 2010-12-19 | 1 | -0/+22 |
| | | |||||
* | | Add optimized compiled version of handlebars, which should be significantly ↵ | wycats | 2010-12-18 | 1 | -6/+17 |
|/ | | | | | | | | | | | faster. Use Handlebars.VM.compile instead of Handlebars.compile to use the optimized version. Major TODOS: * clean up a bunch of code duplication in the compiler * reorganize the compiler * add support for debug symbols which would make it possible to provide information about what part of the source caused a runtime error. | ||||
* | Small restructuring. Have I mentioned how much I hate having to write ↵ | wycats | 2010-12-12 | 1 | -0/+71 |
modules that work in both CommonJS and the browser? |