Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move noConflict implementation to module | kpdecker | 2015-04-27 | 1 | -14/+7 |
| | | | | | | DRYs the code to avoid escapes like #1004 Fixes #1004 | ||||
* | Remove jshint completely | kpdecker | 2015-04-27 | 1 | -1/+0 |
| | |||||
* | Update for let and optional parameters | kpdecker | 2015-04-20 | 1 | -3/+3 |
| | |||||
* | Add full support for es6 | kpdecker | 2015-04-16 | 1 | -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 coverage | kpdecker | 2014-12-26 | 1 | -0/+2 |
| | |||||
* | Provide Handlebars.noConflict implementation | kpdecker | 2014-11-26 | 1 | -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 build | kpdecker | 2014-08-25 | 1 | -0/+2 |
| | |||||
* | Expose escapeExpression on the root object | kpdecker | 2014-08-25 | 1 | -0/+1 |
| | |||||
* | Run jshint on output | kpdecker | 2013-12-01 | 1 | -0/+1 |
| | | | Allows us to execute jshint in non-forced mode. | ||||
* | Create runtime specific module | kpdecker | 2013-10-09 | 1 | -0/+30 |