Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add full support for es6 | kpdecker | 2015-04-16 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Use toHTML vs. instanceof checks for SafeString | kpdecker | 2014-11-08 | 1 | -1/+1 |
| | | | | | | Allows for us to play nicely in environments such as Node that could have multiple versions of the library loaded. Also allows for implementors to provide their own behavior, provided they know what they are doing. Fixes #886 | ||||
* | Break safe string out into standalone module | kpdecker | 2013-10-01 | 1 | -0/+10 |