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
/
qunit_spec.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor qunit unit tests
kpdecker
2013-06-01
1
-1657
/
+0
*
Merge global and passed helpers and partials
kpdecker
2013-05-31
1
-8
/
+20
*
Move external AST tests into qunit spec
kpdecker
2013-05-31
1
-0
/
+4
*
Allow execution of helpers on the context
kpdecker
2013-05-30
1
-0
/
+8
*
Require matching braces in escaped expressions
kpdecker
2013-05-29
1
-0
/
+9
*
Allow function arguments to with and each
kpdecker
2013-05-29
1
-0
/
+13
*
improve error message on missing helper
kpdecker
2013-05-29
1
-1
/
+1
*
Allow ID, STRING, or INTEGER for partial name
kpdecker
2013-05-29
1
-0
/
+20
*
Protect from object prototype modifications
kpdecker
2013-05-28
1
-0
/
+8
*
Add support for complex ids in @data references
kpdecker
2013-05-27
1
-0
/
+48
*
Allowed for points to be in partial path name
James Gorrie
2013-05-17
1
-0
/
+7
*
Only run "require" tests when require() is available
Jesse Clark
2013-05-15
1
-20
/
+24
*
Add unit tests for require() handler
Jesse Clark
2013-05-15
1
-0
/
+20
*
Merge pull request #454 from leshill/fix_string_mode_contexts
Kevin Decker
2013-04-07
1
-0
/
+26
|
\
|
*
Add contexts for string mode hash values
Les Hill
2013-03-19
1
-0
/
+26
*
|
Allow multiple partial and helper registration
kpdecker
2013-04-07
1
-0
/
+32
*
|
Restore knownHelpersOnly throw
kpdecker
2013-04-06
1
-0
/
+5
*
|
Escape unicode newlines in string literals
kpdecker
2013-04-06
1
-0
/
+4
*
|
Add test case for GH-458
kpdecker
2013-04-06
1
-0
/
+4
*
|
escapeExpression tests
kpdecker
2013-04-06
1
-0
/
+13
*
|
isEmpty test
kpdecker
2013-04-06
1
-0
/
+15
*
|
Add support for \\{ escapes
kpdecker
2013-03-31
1
-0
/
+6
|
/
*
Fix #428 nested if else rendering
kpdecker
2013-02-16
1
-0
/
+13
*
Merge pull request #442 from tricknotes/fix-method-name-in-error-message
Kevin Decker
2013-02-16
1
-1
/
+1
|
\
|
*
Fix method name in error message
Ryunosuke SATO
2013-02-16
1
-1
/
+1
*
|
Add explicit SafeString property test
kpdecker
2013-02-16
1
-0
/
+6
|
/
*
Negative number literal support
kpdecker
2013-02-15
1
-0
/
+10
*
Handlebars.parse/precompile/compile can now be passed an already-compiled Han...
machty
2013-02-07
1
-1
/
+1
*
Only allow 'this' or '..' to lead a path
Les Hill
2013-01-21
1
-0
/
+22
*
Expand literal syntax tests
kpdecker
2013-01-19
1
-2
/
+9
*
Make equals without messages more resilient
kpdecker
2013-01-19
1
-0
/
+6
*
Boolean("false") === true
tomhuda
2013-01-18
1
-3
/
+4
*
Must pop the stack extra for hashes
tomhuda
2013-01-18
1
-2
/
+5
*
Add support for getting types in string mode
Yehuda Katz
2013-01-16
1
-12
/
+38
*
Expand helperMissing test coverage
kpdecker
2013-01-14
1
-8
/
+17
*
Prevent write on all depth variables
kpdecker
2013-01-13
1
-2
/
+2
*
Prevent context overwrite by replaceStack
kpdecker
2013-01-13
1
-0
/
+12
*
Cleanup tests
kpdecker
2013-01-13
1
-3
/
+3
*
Fix spec for 8df8488
Les Hill
2013-01-06
1
-2
/
+3
*
Fill in missing specs
Yehuda Katz
2012-12-23
1
-3
/
+8
*
Merge pull request #389 from leshill/partial_names
Yehuda Katz
2012-12-23
1
-3
/
+11
|
\
|
*
Test for #84
Les Hill
2012-12-13
1
-0
/
+8
|
*
Partials can be paths
Les Hill
2012-12-13
1
-3
/
+3
*
|
Merge pull request #390 from eastridge/master
Yehuda Katz
2012-12-23
1
-0
/
+17
|
\
\
|
*
|
Add failing unit test for private variables
Ryan Eastridge
2012-12-12
1
-0
/
+17
|
|
/
*
|
Get a better error for compile(falsy)
Yehuda Katz
2012-12-23
1
-0
/
+6
|
/
*
Fix handling of Errors in Chrome
Peter Wagenet
2012-11-02
1
-5
/
+19
*
Added unit tests for #each with objects
Mike Petrovich
2012-10-15
1
-2
/
+23
*
Bind functions to the context properly.
Tyson Tate
2012-09-19
1
-0
/
+12
*
Merge pull request #198 from codekitchen/master
Yehuda Katz
2012-09-14
1
-0
/
+2
|
\
|
*
properly handle amperstands when HTML escaping
Brian Palmer
2012-02-29
1
-0
/
+2
*
|
Merge pull request #297 from karlwestin/fix-reverse-array
Yehuda Katz
2012-09-14
1
-0
/
+10
|
\
\
|
*
|
Fixed an issue where {{#array}} {{/array}} wouldn't pass in an
Karl Westin
2012-08-27
1
-0
/
+10
*
|
|
Add nested hyphen test cases
kpdecker
2012-09-13
1
-0
/
+2
|
/
/
*
|
Merge with upstream/master
kpdecker
2012-08-21
1
-0
/
+27
|
\
\
|
*
|
Recognize bar='baz' hash argument
Les Hill
2012-08-14
1
-0
/
+13
|
*
|
this parameter tests
kpdecker
2012-07-30
1
-0
/
+14
*
|
|
Execute mocha test from npm test
kpdecker
2012-07-23
1
-0
/
+24
*
|
|
Make jshint happy(er)
kpdecker
2012-07-23
1
-38
/
+35
*
|
|
Use suite rather than module for module decl
kpdecker
2012-07-23
1
-13
/
+13
|
/
/
*
|
Make deep @data trigger the data option
Yehuda Katz
2012-07-05
1
-5
/
+25
*
|
Add support for @data variables
Yehuda Katz
2012-07-05
1
-1
/
+56
*
|
More cleanup
tomhuda
2012-05-28
1
-4
/
+4
*
|
Start doing earlier work on helpers
Yehuda Katz
2012-05-28
1
-25
/
+18
*
|
Simple spec for isolation analysis
Yehuda Katz
2012-05-26
1
-0
/
+3
*
|
Several improvements to compiled output:
tomhuda
2012-05-26
1
-50
/
+50
|
/
*
Differentiate between lambdas in the context (which should have mustache sema...
Yehuda Katz
2011-12-31
1
-14
/
+43
*
data should be passed through to partials. closes #111.
Yehuda Katz
2011-12-27
1
-0
/
+17
*
Allow function parameters to #if. This was originally disallowed because it i...
Yehuda Katz
2011-12-27
1
-0
/
+12
*
Literal square-bracket path segments cannot have ] in them. TODO: Allow escap...
Yehuda Katz
2011-12-27
1
-5
/
+7
*
Test that the hello world mustache example works
Yehuda Katz
2011-12-27
1
-0
/
+12
*
Fix bug where inverse section was being passed to subsequent helpers
Yehuda Katz
2011-12-27
1
-1
/
+10
*
Added 'log' helper - See #97
Peter Wagenet
2011-10-24
1
-1
/
+18
*
Fixed errors occurring because of undefined properties on nested paths.
Alan Johnson
2011-09-02
1
-1
/
+0
*
Reproduced undefined property error.
Alan Johnson
2011-09-02
1
-0
/
+10
*
Wrote a quick test for partials with literal paths.
Alan Johnson
2011-09-02
1
-0
/
+7
*
Got more complex literal expressions working.
Alan Johnson
2011-09-02
1
-0
/
+5
*
Got simple literal expressions added into paths.
Alan Johnson
2011-09-02
1
-2
/
+6
*
knownHandlers and knownHandlersOnly compile options.
kpdecker
2011-07-31
1
-0
/
+40
*
Avoid eval when running in VM+Compiler mode
kpdecker
2011-07-30
1
-1
/
+10
*
Update partial testing for the various modes
kpdecker
2011-07-30
1
-6
/
+18
*
Throw a handlebars exception when attempting to use template partials in VM m...
kpdecker
2011-07-30
1
-0
/
+11
*
Use CompilerContext.compile for tests rather than Handlebars.compile.
kpdecker
2011-07-30
1
-30
/
+30
*
Move mismatched block test from quint to parser tests.
kpdecker
2011-07-30
1
-8
/
+0
*
Can access context variables masked by helpers by scoping with 'this.'
kpdecker
2011-07-29
1
-0
/
+44
*
Add missing messages in equal tests
kpdecker
2011-07-29
1
-24
/
+24
*
* Remove legacy support for inverse sections as additional parameters.
tomhuda
2011-07-07
1
-10
/
+4
*
Merge pull request #66 from rgrove/fix-empty-array-if
Alan Johnson
2011-06-27
1
-0
/
+4
|
\
|
*
The "if" block helper shouldn't treat empty arrays as truthy.
Ryan Grove
2011-04-20
1
-0
/
+4
*
|
Add BOOLEAN support
tomhuda
2011-06-01
1
-3
/
+55
*
|
Add support for INTEGER expressions
tomhuda
2011-06-01
1
-29
/
+29
*
|
Remove / from the list of escaped chars and add `.
Ryan Grove
2011-05-09
1
-4
/
+4
*
|
Merge branch 'master' into fix-escaping
Ryan Grove
2011-05-09
1
-28
/
+116
|
\
\
|
*
|
Update specs and code so that the function passed to block helpers has the sa...
tomhuda
2011-05-04
1
-2
/
+2
|
*
|
Update specs for change to template signature
tomhuda
2011-05-03
1
-22
/
+28
|
*
|
Add support for passing String parameters to helper
tomhuda
2011-05-03
1
-7
/
+84
|
*
|
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
|
|
|
/
|
*
|
Merge pull request #48 from jasondavies/master.
Yehuda Katz
2011-05-03
1
-1
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Test multi-backslash-escaping
Jason Davies
2011-02-28
1
-1
/
+1
[next]