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
/
spec
/
parser_spec.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert parser and tokenizer tests to javascript
kpdecker
2013-06-01
1
-426
/
+0
*
Move external AST tests into qunit spec
kpdecker
2013-05-31
1
-11
/
+0
*
Allow ID, STRING, or INTEGER for partial name
kpdecker
2013-05-29
1
-1
/
+1
*
Add support for complex ids in @data references
kpdecker
2013-05-27
1
-1
/
+1
*
Add unicode support for ID tokens
kpdecker
2013-05-27
1
-0
/
+4
*
Remove FULL_CONTEXT from spec_helper
kpdecker
2013-04-07
1
-1
/
+1
*
Handlebars.parse/precompile/compile can now be passed an already-compiled Han...
machty
2013-02-07
1
-0
/
+19
*
Merge pull request #388 from dmarcotte/empty-inverse-blocks
Yehuda Katz
2012-12-23
1
-0
/
+124
|
\
|
*
Allow empty blocks around simple inverses
Daniel Marcotte
2012-12-11
1
-0
/
+124
*
|
Partials can be paths
Les Hill
2012-12-13
1
-2
/
+10
|
/
*
Recognize bar='baz' hash argument
Les Hill
2012-08-14
1
-0
/
+4
*
Add support for @data variables
Yehuda Katz
2012-07-05
1
-0
/
+16
*
Clean up parser tests and AST printer
tomhuda
2012-05-28
1
-32
/
+30
*
Split the tests into compiler and vm tests
kpdecker
2011-07-30
1
-0
/
+4
*
Move mismatched block test from quint to parser tests.
kpdecker
2011-07-30
1
-0
/
+1
*
Add BOOLEAN support
tomhuda
2011-06-01
1
-0
/
+25
*
Add support for INTEGER expressions
tomhuda
2011-06-01
1
-1
/
+17
*
Merge pull request #69 from rgrove/allow-hyphens.
Yehuda Katz
2011-05-03
1
-0
/
+4
|
\
|
*
Allow ids to contain hyphens. Fixes #36.
Ryan Grove
2011-04-28
1
-0
/
+4
*
|
Support multi-line comments.
Ryan Grove
2011-04-18
1
-0
/
+10
|
/
*
Add Hash arguments to simple mustaches (TODO: add Hash args to block helpers)
tomhuda
2011-03-04
1
-8
/
+9
*
Add support for hash args in the tokenizer and parser
tomhuda
2011-03-03
1
-0
/
+22
*
Finish compatibility with the old handlebars:
wycats
2010-12-03
1
-1
/
+1
*
Inverse should really be its own node, as it has totally different runtime se...
wycats
2010-12-03
1
-3
/
+8
*
Add support for inverted sections in the parser
wycats
2010-12-03
1
-2
/
+14
*
Fix a number of outstanding issues:
wycats
2010-12-02
1
-2
/
+12
*
Test the parser, and clean up ID having multiple parts
wycats
2010-11-25
1
-0
/
+154