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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the version!
Alex Sexton
2011-11-30
1
-1
/
+1
*
Allow subclasses to customize the namespace
Yehuda Katz
2011-10-28
1
-4
/
+7
*
Goodbye poor hack. You were broken before your time.
Peter Wagenet
2011-10-27
1
-2
/
+0
*
Added 'log' helper - See #97
Peter Wagenet
2011-10-24
2
-1
/
+6
*
Refactor deferred compile to use helper
kpdecker
2011-10-21
1
-6
/
+11
*
Defer compilation of templates until needed.
kpdecker
2011-10-21
1
-7
/
+13
*
Forgot === for falsy check.
Alan Johnson
2011-09-05
1
-1
/
+1
*
Fixed bug in falsy check on lookups.
Alan Johnson
2011-09-05
1
-1
/
+2
*
Fixed errors occurring because of undefined properties on nested paths.
Alan Johnson
2011-09-02
1
-1
/
+1
*
Got simple literal expressions added into paths.
Alan Johnson
2011-09-02
1
-5
/
+13
*
The missing semicolon is breaking our code when we minify.
Mark DiMarco
2011-09-01
1
-1
/
+2
*
Fixed missing var in compiler code causing compilerWords to be global.
Alan Johnson
2011-08-15
1
-1
/
+1
*
Make sure options.hash is an empty {} if no hash is present to eliminate nece...
tomhuda
2011-08-02
1
-4
/
+7
*
Do not perform unnecessary self-assign
kpdecker
2011-07-31
1
-1
/
+3
*
Do not buffer for simple programs (1 statement)
kpdecker
2011-07-31
1
-5
/
+21
*
Optimize the populate call logic for the simple cases
kpdecker
2011-07-31
1
-17
/
+21
*
knownHandlers and knownHandlersOnly compile options.
kpdecker
2011-07-31
1
-11
/
+45
*
Access context objects directly rather than using currentContext var.
kpdecker
2011-07-31
1
-16
/
+10
*
Convert children to nested functions. Reuse identifiers by closure where poss...
kpdecker
2011-07-31
2
-82
/
+53
*
Alias self -> this
kpdecker
2011-07-31
1
-3
/
+4
*
Move aliases and registers into context object.
kpdecker
2011-07-31
1
-14
/
+17
*
Use x = a[y] || b[y] rather than if exists lookup
kpdecker
2011-07-31
1
-8
/
+6
*
Minimizable id aliases.
kpdecker
2011-07-31
1
-7
/
+20
*
buffer +=
kpdecker
2011-07-31
1
-1
/
+1
*
Avoid eval when running in VM+Compiler mode
kpdecker
2011-07-30
1
-21
/
+29
*
Remove debug code
kpdecker
2011-07-30
1
-1
/
+1
*
Throw a handlebars exception when attempting to use template partials in VM m...
kpdecker
2011-07-30
1
-1
/
+3
*
Temporary Handlebars.compile implementation in compiler
kpdecker
2011-07-30
1
-0
/
+6
*
Expose Handlebars.precompile method from the compiler.
kpdecker
2011-07-30
1
-0
/
+6
*
Rename Handlebars.VM.compile to Handelbars.VM.template
kpdecker
2011-07-30
1
-13
/
+7
*
Fix module loading within node
kpdecker
2011-07-30
8
-8
/
+14
*
Phase 2 of precompiled extraction:
kpdecker
2011-07-30
2
-9
/
+12
*
Phase 1 of precompiled extraction:
kpdecker
2011-07-30
2
-31
/
+44
*
Remove unnecessary var declaration.
kpdecker
2011-07-30
1
-2
/
+0
*
Create compiler base file.
kpdecker
2011-07-30
2
-22
/
+29
*
Remove the debug file (Suspect broken Due to missing class references)
kpdecker
2011-07-30
1
-29
/
+0
*
Move visitor into compiler subdir
kpdecker
2011-07-30
2
-1
/
+1
*
Move art into compiler dir
kpdecker
2011-07-30
1
-0
/
+0
*
Move printer into compiler dir
kpdecker
2011-07-30
1
-0
/
+0
*
Move parser file into compiler subdir
kpdecker
2011-07-30
1
-1
/
+1
*
Break compiler and vm logic into separate files.
kpdecker
2011-07-30
2
-46
/
+51
*
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
2
-7
/
+14
*
* Remove legacy support for inverse sections as additional parameters.
tomhuda
2011-07-07
3
-38
/
+32
*
Merge pull request #66 from rgrove/fix-empty-array-if
Alan Johnson
2011-06-27
1
-1
/
+1
|
\
|
*
The "if" block helper shouldn't treat empty arrays as truthy.
Ryan Grove
2011-04-20
1
-1
/
+1
*
|
removed references to .boolean, which broke the YUI Compressor
gleitz
2011-06-22
3
-3
/
+3
*
|
Updated the boolean functions to work with YUI compressor. Linted other files...
gleitz
2011-06-22
4
-9
/
+9
*
|
Add BOOLEAN support
tomhuda
2011-06-01
3
-0
/
+13
*
|
Add support for INTEGER expressions
tomhuda
2011-06-01
3
-0
/
+13
*
|
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
*
|
|
Merge pull request #86 from jblotus/master
Yehuda Katz
2011-05-25
1
-1
/
+1
|
\
\
\
|
*
|
|
fixing partials with int names
James Fuller
2011-05-24
1
-1
/
+1
|
|
/
/
*
|
|
Remove / from the list of escaped chars and add `.
Ryan Grove
2011-05-09
1
-3
/
+3
*
|
|
Merge branch 'master' into fix-escaping
Ryan Grove
2011-05-09
4
-322
/
+91
|
\
\
\
|
|
/
/
|
*
|
Update specs and code so that the function passed to block helpers has the sa...
tomhuda
2011-05-04
2
-9
/
+17
|
*
|
Add VERSION constant
1.0.0.beta.1
tomhuda
2011-05-03
1
-0
/
+2
|
*
|
Rename vm.js to compiler.js
tomhuda
2011-05-03
1
-12
/
+18
|
*
|
Remove unnecessary original runtime implementation
tomhuda
2011-05-03
2
-283
/
+0
|
*
|
Improve Handlebars subclassability
tomhuda
2011-05-03
1
-1
/
+3
|
*
|
Add support for passing String parameters to helper
tomhuda
2011-05-03
2
-23
/
+49
|
*
|
Add a default helperMissing to help catch errors and restore old behavior
tomhuda
2011-05-03
1
-0
/
+8
|
*
|
Merge pull request #69 from rgrove/allow-hyphens.
Yehuda Katz
2011-05-03
1
-1
/
+1
|
|
\
\
|
|
*
|
Allow ids to contain hyphens. Fixes #36.
Ryan Grove
2011-04-28
1
-1
/
+1
|
|
|
/
|
*
|
Merge pull request #48 from jasondavies/master.
Yehuda Katz
2011-05-03
1
-1
/
+1
|
|
\
\
|
|
*
\
Merge branch 'master' of http://github.com/wycats/handlebars.js
Jason Davies
2011-02-28
1
-10
/
+19
|
|
|
\
\
|
|
*
|
|
Fix backslash escaping
Jason Davies
2011-02-28
1
-1
/
+1
|
*
|
|
|
add missing semicolon
Andrew Benton
2011-04-30
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Add ", ', and / to the list of chars that need HTML escaping.
Ryan Grove
2011-04-25
1
-3
/
+6
|
/
/
/
*
|
|
Merge branch 'master' of https://github.com/tf/handlebars.js into tf-master
tomhuda
2011-03-26
1
-1
/
+1
|
\
\
\
|
*
|
|
inserting missing return statement in unless helper (fixes issue #51)
Tim Fischbach
2011-03-09
1
-1
/
+1
*
|
|
|
DRY up some code that converts program AST nodes to opcodes.
tomhuda
2011-03-04
1
-25
/
+20
*
|
|
|
Add support for block hashes and clean up mustache/program code
tomhuda
2011-03-04
1
-44
/
+43
|
/
/
/
*
|
|
Add Hash arguments to simple mustaches (TODO: add Hash args to block helpers)
tomhuda
2011-03-04
3
-9
/
+54
*
|
|
Add support for hash args in the tokenizer and parser
tomhuda
2011-03-03
2
-0
/
+18
|
|
/
|
/
|
*
|
Helpers take precedence over context properties with the same name. This is u...
tomhuda
2011-02-25
1
-7
/
+13
*
|
Make the function passed to a block helper have an identical signature to top...
tomhuda
2011-02-14
1
-3
/
+6
|
/
*
Subclasses should be able to replace the compiler - this is needed so that ch...
0.9.0.pre.4
tomhuda
2011-02-11
1
-1
/
+3
*
data is passed to block helpers
tomhuda
2011-02-11
1
-0
/
+5
*
* Added a few public API methods to JavaScriptCompiler.prototype, so it can b...
tomhuda
2011-02-11
2
-35
/
+57
*
Merge branch 'master' of github.com:wycats/handlebars.js
Alan Johnson
2011-02-10
1
-2
/
+2
|
\
|
*
Makes Handlebars work in contexts without a global object (node)
wycats
2011-02-08
1
-2
/
+2
*
|
Updated if helper - missed it in the last cleanup. It no longer supports meth...
Alan Johnson
2011-02-10
1
-2
/
+1
|
/
*
Backed out function helpers.
Alan Johnson
2011-01-25
1
-4
/
+2
*
Merge branch 'master' of https://github.com/gixug/handlebars.js into gixug-ma...
Alan Johnson
2011-01-25
1
-1
/
+1
|
\
|
*
IE 7 hates trailing commas
David Stone
2011-01-25
1
-1
/
+1
*
|
improved "with" and "each" helpers to support function as argument
Raimonds Simanovskis
2011-01-23
1
-2
/
+4
|
/
*
Merged
Alan Johnson
2011-01-22
1
-1
/
+2
|
\
|
*
improved "if" helper to support function as argument
Raimonds Simanovskis
2010-12-28
1
-1
/
+2
*
|
Use prototype toString method to avoid native types being returned.
Alex Stupka
2011-01-17
1
-2
/
+2
*
|
noop should return an empty String, not undefined
wycats
2011-01-11
1
-1
/
+1
*
|
If the partial is not found, an exception should be thrown
wycats
2010-12-29
1
-1
/
+3
*
|
Move compile to the right spot
wycats
2010-12-29
2
-2
/
+2
*
|
Don't need runtime anymore for normal operation
wycats
2010-12-29
1
-1
/
+5
*
|
Restructure things more simply
wycats
2010-12-29
8
-47
/
+23
*
|
Make {{#if foo}} handle empty Arrays
wycats
2010-12-28
1
-1
/
+1
*
|
Clean up after-effects of Jison fix
wycats
2010-12-28
1
-2
/
+1
|
/
*
Merge branch 'master' of https://github.com/zaach/handlebars.js into zaach-ma...
wycats
2010-12-27
5
-223
/
+15
|
\
|
*
Merging with latest master
Zach Carter
2010-12-20
5
-48
/
+672
|
|
\
[next]