summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/utils.js
Commit message (Expand)AuthorAgeFilesLines
* Update to latest eslintkpdecker2015-09-011-2/+2
* Escape = in HTML contentkpdecker2015-09-011-3/+4
* Increase code coveragekpdecker2015-08-011-4/+4
* Move helpers into separate moduleskpdecker2015-08-011-0/+6
* Remove jshint completelykpdecker2015-04-271-1/+0
* Update for let and optional parameterskpdecker2015-04-201-10/+10
* Add full support for es6kpdecker2015-04-161-6/+8
* Optimize hot path in escapeExpressionkpdecker2015-03-161-13/+15
* Fix block param evaluation under older IEkpdecker2014-12-271-0/+10
* Implement block parameterskpdecker2014-12-261-0/+5
* Remove unused vars and add jshint checkingkpdecker2014-12-161-2/+0
* Use toHTML vs. instanceof checks for SafeStringkpdecker2014-11-081-2/+2
* Render false literal as “false”kpdecker2014-08-251-1/+3
* Increase test coverage a touchkpdecker2014-08-141-1/+3
* Add contextPath tracking in builtin helperskpdecker2014-01-171-0/+4
* Improve usefulness of extend util, properly use namespace property, update se...Blake Embrey2014-01-161-4/+8
* Run jshint on outputkpdecker2013-12-011-0/+1
* Allow extend to work with non-prototyped objectskpdecker2013-12-011-1/+1
* Unify isArray/isFunction/toString implementationskpdecker2013-11-051-2/+20
* Cleanup unused var warningskpdecker2013-10-091-2/+1
* Break safe string out into standalone modulekpdecker2013-10-011-11/+4
* Break exception class out into a standalone modulekpdecker2013-10-011-13/+0
* Merge branch 'master' into es6-moduleskpdecker2013-09-021-3/+4
|\
| * Simplify falsy handlingkpdecker2013-08-241-1/+1
| * Unify isFunction/isArray handlingkpdecker2013-08-241-2/+3
| * jshintkpdecker2013-08-241-0/+2
* | Merge commit '87b5d4ee61605b026506e92c9e8873d867c5f150' into es6-moduleskpdecker2013-09-021-2/+2
|\ \ | |/
| * Use the ('' + string) form of string coercionParker Selbert2013-08-141-2/+2
* | Initial work on ES6 modulesYehuda Katz2013-07-011-46/+37
|/
* added local pointer to handlerbars.utils to allow this to browserify properly...Tommy Messbauer2013-05-091-0/+2
* Allow multiple partial and helper registrationkpdecker2013-04-071-0/+8
* Force toString in escapeExpressionkpdecker2013-04-061-0/+5
* Remove unnecessary child scopeskpdecker2013-02-161-35/+33
* mergeTommy Messbauer2013-02-111-5/+1
|\
| * Simplify isEmptykpdecker2013-01-131-5/+1
* | Merged upstream master and ran unit testsTommy Messbauer2012-11-261-5/+7
|\ \ | |/
| * Fix handling of Errors in ChromePeter Wagenet2012-11-021-4/+6
| * properly handle amperstands when HTML escapingBrian Palmer2012-02-291-1/+2
* | Factory update with tabs to spaces.. sorry :(Tommy Messbauer2012-11-261-56/+56
* | Commiting initial factory codeTommy Messbauer2012-08-291-55/+59
|/
* Fixed whitespace and semi-colonsPeter Wagenet2012-02-081-1/+1
* Handlebars errors should copy the message overYehuda Katz2011-12-271-0/+2
* Fix module loading within nodekpdecker2011-07-301-1/+1
* * Remove legacy support for inverse sections as additional parameters.tomhuda2011-07-071-1/+6
* Updated the boolean functions to work with YUI compressor. Linted other files...gleitz2011-06-221-1/+1
* Remove / from the list of escaped chars and add `.Ryan Grove2011-05-091-3/+3
* Add ", ', and / to the list of chars that need HTML escaping.Ryan Grove2011-04-251-3/+6
* IE 7 hates trailing commasDavid Stone2011-01-251-1/+1
* Restructure things more simplywycats2010-12-291-4/+1
* escapeExpressions should return "" for falsy valueswycats2010-12-211-2/+2
* Everything is working now on the new VM except for partials and inverse sectionswycats2010-12-151-38/+38
* lintingwycats2010-12-041-8/+4
* Fix up the compilation processwycats2010-12-041-8/+6
* A few more lingering bugs:wycats2010-12-031-0/+13
* Fix a number of outstanding issues:wycats2010-12-021-0/+54