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
/
utils.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stringParams and trackIds mode
machty
2015-12-10
1
-8
/
+0
*
Fix lint errors under latest eslint
kpdecker
2015-10-31
1
-1
/
+1
*
Update to latest eslint
kpdecker
2015-09-01
1
-2
/
+2
*
Escape = in HTML content
kpdecker
2015-09-01
1
-3
/
+4
*
Increase code coverage
kpdecker
2015-08-01
1
-4
/
+4
*
Move helpers into separate modules
kpdecker
2015-08-01
1
-0
/
+6
*
Remove jshint completely
kpdecker
2015-04-27
1
-1
/
+0
*
Update for let and optional parameters
kpdecker
2015-04-20
1
-10
/
+10
*
Add full support for es6
kpdecker
2015-04-16
1
-6
/
+8
*
Optimize hot path in escapeExpression
kpdecker
2015-03-16
1
-13
/
+15
*
Fix block param evaluation under older IE
kpdecker
2014-12-27
1
-0
/
+10
*
Implement block parameters
kpdecker
2014-12-26
1
-0
/
+5
*
Remove unused vars and add jshint checking
kpdecker
2014-12-16
1
-2
/
+0
*
Use toHTML vs. instanceof checks for SafeString
kpdecker
2014-11-08
1
-2
/
+2
*
Render false literal as “false”
kpdecker
2014-08-25
1
-1
/
+3
*
Increase test coverage a touch
kpdecker
2014-08-14
1
-1
/
+3
*
Add contextPath tracking in builtin helpers
kpdecker
2014-01-17
1
-0
/
+4
*
Improve usefulness of extend util, properly use namespace property, update se...
Blake Embrey
2014-01-16
1
-4
/
+8
*
Run jshint on output
kpdecker
2013-12-01
1
-0
/
+1
*
Allow extend to work with non-prototyped objects
kpdecker
2013-12-01
1
-1
/
+1
*
Unify isArray/isFunction/toString implementations
kpdecker
2013-11-05
1
-2
/
+20
*
Cleanup unused var warnings
kpdecker
2013-10-09
1
-2
/
+1
*
Break safe string out into standalone module
kpdecker
2013-10-01
1
-11
/
+4
*
Break exception class out into a standalone module
kpdecker
2013-10-01
1
-13
/
+0
*
Merge branch 'master' into es6-modules
kpdecker
2013-09-02
1
-3
/
+4
|
\
|
*
Simplify falsy handling
kpdecker
2013-08-24
1
-1
/
+1
|
*
Unify isFunction/isArray handling
kpdecker
2013-08-24
1
-2
/
+3
|
*
jshint
kpdecker
2013-08-24
1
-0
/
+2
*
|
Merge commit '87b5d4ee61605b026506e92c9e8873d867c5f150' into es6-modules
kpdecker
2013-09-02
1
-2
/
+2
|
\
\
|
|
/
|
*
Use the ('' + string) form of string coercion
Parker Selbert
2013-08-14
1
-2
/
+2
*
|
Initial work on ES6 modules
Yehuda Katz
2013-07-01
1
-46
/
+37
|
/
*
added local pointer to handlerbars.utils to allow this to browserify properly...
Tommy Messbauer
2013-05-09
1
-0
/
+2
*
Allow multiple partial and helper registration
kpdecker
2013-04-07
1
-0
/
+8
*
Force toString in escapeExpression
kpdecker
2013-04-06
1
-0
/
+5
*
Remove unnecessary child scopes
kpdecker
2013-02-16
1
-35
/
+33
*
merge
Tommy Messbauer
2013-02-11
1
-5
/
+1
|
\
|
*
Simplify isEmpty
kpdecker
2013-01-13
1
-5
/
+1
*
|
Merged upstream master and ran unit tests
Tommy Messbauer
2012-11-26
1
-5
/
+7
|
\
\
|
|
/
|
*
Fix handling of Errors in Chrome
Peter Wagenet
2012-11-02
1
-4
/
+6
|
*
properly handle amperstands when HTML escaping
Brian Palmer
2012-02-29
1
-1
/
+2
*
|
Factory update with tabs to spaces.. sorry :(
Tommy Messbauer
2012-11-26
1
-56
/
+56
*
|
Commiting initial factory code
Tommy Messbauer
2012-08-29
1
-55
/
+59
|
/
*
Fixed whitespace and semi-colons
Peter Wagenet
2012-02-08
1
-1
/
+1
*
Handlebars errors should copy the message over
Yehuda Katz
2011-12-27
1
-0
/
+2
*
Fix module loading within node
kpdecker
2011-07-30
1
-1
/
+1
*
* Remove legacy support for inverse sections as additional parameters.
tomhuda
2011-07-07
1
-1
/
+6
*
Updated the boolean functions to work with YUI compressor. Linted other files...
gleitz
2011-06-22
1
-1
/
+1
*
Remove / from the list of escaped chars and add `.
Ryan Grove
2011-05-09
1
-3
/
+3
*
Add ", ', and / to the list of chars that need HTML escaping.
Ryan Grove
2011-04-25
1
-3
/
+6
*
IE 7 hates trailing commas
David Stone
2011-01-25
1
-1
/
+1
*
Restructure things more simply
wycats
2010-12-29
1
-4
/
+1
*
escapeExpressions should return "" for falsy values
wycats
2010-12-21
1
-2
/
+2
*
Everything is working now on the new VM except for partials and inverse sections
wycats
2010-12-15
1
-38
/
+38
*
linting
wycats
2010-12-04
1
-8
/
+4
*
Fix up the compilation process
wycats
2010-12-04
1
-8
/
+6
*
A few more lingering bugs:
wycats
2010-12-03
1
-0
/
+13
*
Fix a number of outstanding issues:
wycats
2010-12-02
1
-0
/
+54