| OLD | NEW |
| 1 | 1 |
| 2 1.9.1 / 2014-03-19 | 2 1.9.1 / 2014-03-19 |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 * deps update | 5 * deps update |
| 6 * util: [getActual] select actual logic now allows undefined for actual. Close
s #183 | 6 * util: [getActual] select actual logic now allows undefined for actual. Close
s #183 |
| 7 * docs: [config] make public, express param type | 7 * docs: [config] make public, express param type |
| 8 * Merge pull request #251 from romario333/threshold3 | 8 * Merge pull request #251 from romario333/threshold3 |
| 9 * Fix issue #166 - configurable threshold in objDisplay. | 9 * Fix issue #166 - configurable threshold in objDisplay. |
| 10 * Move configuration options to config.js. | 10 * Move configuration options to config.js. |
| (...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 * test browser build | 886 * test browser build |
| 887 * assertion cleanup | 887 * assertion cleanup |
| 888 * client compile script | 888 * client compile script |
| 889 * makefile | 889 * makefile |
| 890 * most of the basic assertions | 890 * most of the basic assertions |
| 891 * allow no parameters to assertion error | 891 * allow no parameters to assertion error |
| 892 * name change | 892 * name change |
| 893 * assertion error instance | 893 * assertion error instance |
| 894 * main exports: assert() & expect() | 894 * main exports: assert() & expect() |
| 895 * initialize | 895 * initialize |
| OLD | NEW |