Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests under IE | kpdecker | 2015-09-23 | 1 | -5/+5 |
| | |||||
* | Better assert message in shouldThrow | kpdecker | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | Add object option to test runner | kpdecker | 2015-08-18 | 1 | -1/+4 |
| | |||||
* | Cleanup stack traces for test assertions | kpdecker | 2015-08-14 | 1 | -6/+22 |
| | |||||
* | Add full support for es6 | kpdecker | 2015-04-16 | 1 | -3/+2 |
| | | | | | | | | 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 | ||||
* | Include error info when throwing type error | kpdecker | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | Add preventIndent option for partials | kpdecker | 2014-11-02 | 1 | -1/+1 |
| | | | | | This disables the standalone partial indent behavior required by the Mustache spec and allows for users to utilize partials in the same manner as under 1.x. Fixes #858 | ||||
* | Additional test coverage | kpdecker | 2014-08-15 | 1 | -0/+4 |
| | |||||
* | Increase test coverage a touch | kpdecker | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | Implement recursive field lookup in compat mode | kpdecker | 2014-08-13 | 1 | -1/+1 |
| | | | | | | Provides the mustache behavior of recursive lookup without the use of depthed paths. Note that this does incur a fairly dramatic performance penalty for depthed queries. | ||||
* | Allow compat flag in test specs | kpdecker | 2014-08-11 | 1 | -2/+7 |
| | |||||
* | Minor test cleanup | kpdecker | 2014-08-11 | 1 | -2/+2 |
| | |||||
* | Move away from should asserts to internal | kpdecker | 2013-12-23 | 1 | -4/+6 |
| | | | | This is needed as neither Sinon nor Chai support in-browser testing under IE. | ||||
* | Use shouldThrow helper for test asserts | kpdecker | 2013-12-23 | 1 | -0/+18 |
| | |||||
* | Refactor qunit unit tests | kpdecker | 2013-06-01 | 1 | -0/+28 |
Allows for testing node, browser, and precompiled modes in the node tests. Also reorganizes the qunit spec file to provide better organization. |