index
:
handlebars.js
master
origin/3.x
origin/4.x
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
handlebars
/
compiler.js
Commit message (
Expand
)
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
*
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 files...
gleitz
2011-06-22
1
-2
/
+2
*
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
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 sa...
tomhuda
2011-05-04
1
-8
/
+16
*
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 zaach-ma...
wycats
2010-12-27
1
-1
/
+0
|
\
|
*
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 f...
wycats
2010-12-18
1
-6
/
+17
|
/
*
Small restructuring. Have I mentioned how much I hate having to write modules...
wycats
2010-12-12
1
-0
/
+71