summaryrefslogtreecommitdiffstats
path: root/lib/handlebars.runtime.js
Commit message (Collapse)AuthorAgeFilesLines
* Move noConflict implementation to modulekpdecker2015-04-271-14/+7
| | | | | | DRYs the code to avoid escapes like #1004 Fixes #1004
* Remove jshint completelykpdecker2015-04-271-1/+0
|
* Update for let and optional parameterskpdecker2015-04-201-3/+3
|
* Add full support for es6kpdecker2015-04-161-8/+8
| | | | | | | | Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions. Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules. Fixes #855 Fixes #993
* Bump code coveragekpdecker2014-12-261-0/+2
|
* Provide Handlebars.noConflict implementationkpdecker2014-11-261-0/+9
| | | | | Allows for users who are loading via a global pattern to avoid conflicting with other instances of the library. Fixes #887
* Expose default compatibility wrapper for umd buildkpdecker2014-08-251-0/+2
|
* Expose escapeExpression on the root objectkpdecker2014-08-251-0/+1
|
* Run jshint on outputkpdecker2013-12-011-0/+1
| | | Allows us to execute jshint in non-forced mode.
* Create runtime specific modulekpdecker2013-10-091-0/+30