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
/
runtime.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Walk up data frames for nested @partial-block
Lon Ingram
2016-08-16
1
-1
/
+6
*
Relax depth check for context push
kpdecker
2015-12-12
1
-2
/
+2
*
Remove semi-documented _setup and _child APIs
kpdecker
2015-12-12
1
-13
/
+3
*
Remove stringParams and trackIds mode
machty
2015-12-10
1
-6
/
+0
*
Create data frame for @partial-block
kpdecker
2015-09-23
1
-0
/
+1
*
Fix use of decorators within partials
kpdecker
2015-09-04
1
-1
/
+1
*
Implement decorator helper method
kpdecker
2015-08-22
1
-12
/
+13
*
Implement inline partials
kpdecker
2015-08-22
1
-0
/
+4
*
Implement block decorators
kpdecker
2015-08-22
1
-2
/
+21
*
Implement decorator environment and registration
kpdecker
2015-08-22
1
-0
/
+4
*
Implement partial blocks
kpdecker
2015-08-22
1
-1
/
+14
*
Pass container rather than exec as context
kpdecker
2015-08-18
1
-2
/
+2
*
Fix partial handling with different context
kpdecker
2015-08-03
1
-1
/
+1
*
Always return string responses
kpdecker
2015-08-03
1
-1
/
+1
*
Avoid depth creation when context remains the same
kpdecker
2015-08-03
1
-2
/
+11
*
Fix track id handling in partials
kpdecker
2015-08-03
1
-0
/
+6
*
Remove out of date TODO
kpdecker
2015-08-03
1
-2
/
+0
*
Update for let and optional parameters
kpdecker
2015-04-20
1
-19
/
+16
*
Add full support for es6
kpdecker
2015-04-16
1
-30
/
+30
*
Add support for dynamic partial names
kpdecker
2015-01-18
1
-3
/
+12
*
Implement strict and assumeObject modes
kpdecker
2014-12-27
1
-0
/
+6
*
Implement block parameters
kpdecker
2014-12-26
1
-9
/
+19
*
Treat partial exec in a manner closer to helpers
kpdecker
2014-11-27
1
-14
/
+13
*
Lookup partials when undefined
kpdecker
2014-11-25
1
-0
/
+3
*
Propagate options for client compiled partials
kpdecker
2014-11-08
1
-1
/
+1
*
Prune unused code
kpdecker
2014-08-25
1
-3
/
+1
*
Add template isTop flag
kpdecker
2014-08-25
1
-0
/
+1
*
Allow passing depths to _child
kpdecker
2014-08-25
1
-4
/
+4
*
Additional test coverage cleanup
kpdecker
2014-08-23
1
-4
/
+3
*
Provide better error on unexpected template
kpdecker
2014-08-15
1
-0
/
+4
*
Increase test coverage a touch
kpdecker
2014-08-14
1
-0
/
+1
*
Implement partial recursive lookup
kpdecker
2014-08-14
1
-6
/
+6
*
Inherit compat flag for partials
kpdecker
2014-08-14
1
-2
/
+2
*
Implement recursive field lookup in compat mode
kpdecker
2014-08-13
1
-0
/
+8
*
Avoid depth construction overhead for non-depthed
kpdecker
2014-08-13
1
-1
/
+1
*
Use depths array rather than passing array args
kpdecker
2014-08-13
1
-24
/
+16
*
Render indent for standalone partials
kpdecker
2014-08-12
1
-4
/
+17
*
Move lambda resolution to runtime
kpdecker
2014-07-06
1
-0
/
+4
*
Refactor template init logic
kpdecker
2014-04-13
1
-18
/
+22
*
Add child accessor API
kpdecker
2014-02-09
1
-1
/
+6
*
Add support for depthed resolution of data fields
kpdecker
2014-02-09
1
-0
/
+6
*
Convert template spec to object literal
kpdecker
2014-02-06
1
-25
/
+37
*
Optimize initData for root defined case
kpdecker
2014-01-18
1
-2
/
+2
*
Implement partial hash evaluation
kpdecker
2014-01-17
1
-2
/
+6
*
Improve usefulness of extend util, properly use namespace property, update se...
Blake Embrey
2014-01-16
1
-3
/
+2
*
Expose the initial context via @root
kpdecker
2014-01-15
1
-1
/
+8
*
Include line info in compiler thrown exceptions
kpdecker
2014-01-01
1
-3
/
+3
*
Expose compilerInfo and checkRevision as APIs
kpdecker
2013-12-23
1
-2
/
+2
*
Use env.VM to lookup runtime methods
kpdecker
2013-12-23
1
-16
/
+11
*
Handle empty responses from partials
kpdecker
2013-12-23
1
-2
/
+2
*
Run jshint on output
kpdecker
2013-12-01
1
-1
/
+0
*
Access utils methods via modules
kpdecker
2013-10-14
1
-4
/
+5
*
Cleanup unused var warnings
kpdecker
2013-10-09
1
-1
/
+1
*
Use template env and compile methods
kpdecker
2013-10-09
1
-8
/
+8
*
fixing jshint errors
Alex Navasardyan
2013-10-04
1
-10
/
+11
*
Break exception class out into a standalone module
kpdecker
2013-10-01
1
-1
/
+2
*
Fix merge errors
kpdecker
2013-09-02
1
-8
/
+8
*
Merge branch 'master' into es6-modules
kpdecker
2013-09-02
1
-19
/
+38
|
\
|
*
Optimize partial helper/partial merge handling
kpdecker
2013-08-24
1
-19
/
+37
*
|
Make the Handlebars environment into an object
Yehuda Katz
2013-07-26
1
-9
/
+7
*
|
Further progress towards modularization.
Yehuda Katz
2013-07-24
1
-14
/
+31
*
|
Initial work on ES6 modules
Yehuda Katz
2013-07-01
1
-103
/
+99
|
/
*
Merge global and passed helpers and partials
kpdecker
2013-05-31
1
-0
/
+10
*
Add program metadata
kpdecker
2013-02-17
1
-11
/
+15
*
merge
Tommy Messbauer
2013-02-11
1
-2
/
+22
|
\
|
*
Better error messages for precompiler runtime mismatch
Peter Wagenet
2013-02-09
1
-3
/
+18
|
*
Decouple compiler version checks from release versions
Peter Wagenet
2013-02-08
1
-2
/
+2
|
*
Improved precompile template version check
Peter Wagenet
2013-01-30
1
-2
/
+7
*
|
Merged upstream master and ran unit tests
Tommy Messbauer
2012-11-26
1
-2
/
+2
|
\
\
|
|
/
|
*
Ensure plain text partials supplied to registerPartials are compiled using da...
Kiall Mac Innes
2012-09-13
1
-1
/
+1
*
|
Factory update with tabs to spaces.. sorry :(
Tommy Messbauer
2012-11-26
1
-58
/
+58
*
|
Commiting initial factory code
Tommy Messbauer
2012-08-29
1
-57
/
+61
|
/
*
Added a missing `var` statement.
Nick Fisher
2012-01-17
1
-1
/
+1
*
Rename "vm" to "runtime" for clarity
Yehuda Katz
2011-12-27
1
-0
/
+68
*
Remove unnecessary original runtime implementation
tomhuda
2011-05-03
1
-267
/
+0
*
Use prototype toString method to avoid native types being returned.
Alex Stupka
2011-01-17
1
-2
/
+2
*
Restructure things more simply
wycats
2010-12-29
1
-13
/
+1
*
Clean up after-effects of Jison fix
wycats
2010-12-28
1
-2
/
+1
*
Add optimized compiled version of handlebars, which should be significantly f...
wycats
2010-12-18
1
-1
/
+1
*
Everything is working now on the new VM except for partials and inverse sections
wycats
2010-12-15
1
-1
/
+1
*
Small restructuring. Have I mentioned how much I hate having to write modules...
wycats
2010-12-12
1
-21
/
+20
*
Allow helperMissing to apply to simple mustaches (paves the way to support th...
wycats
2010-12-11
1
-5
/
+16
*
Make it possible to register helpers and partials and then skip passing in th...
wycats
2010-12-11
1
-17
/
+17
*
linting
wycats
2010-12-04
1
-12
/
+15
*
Fix up the compilation process
wycats
2010-12-04
1
-29
/
+37
*
Finish compatibility with the old handlebars:
wycats
2010-12-03
1
-27
/
+62
*
A few more lingering bugs:
wycats
2010-12-03
1
-1
/
+36
*
Fix a number of outstanding issues:
wycats
2010-12-02
1
-3
/
+8
*
Got Qunit tests running through RSpec and fixed a bunch of bugs... 33 fails f...
wycats
2010-11-28
1
-1
/
+5
*
Add initial support for blocks
wycats
2010-11-26
1
-3
/
+63
*
Start working on the runtime
wycats
2010-11-25
1
-0
/
+120