Name: js-handler/node_modules/nodeunit/deps/ejs/node_modules/expresso/History.md
| 1: | 0.9.2 / 2011-10-12 |
| 2: | ================== |
| 3: | |
| 4: | * Fixed serial support |
| 5: | |
| 6: | 0.9.1 / 2011-10-12 |
| 7: | ================== |
| 8: | |
| 9: | * Added 0.5.x support |
| 10: | * Added regex based test name filtering argument |
| 11: | * Removed "sys" module related calls |
| 12: | |
| 13: | 0.8.1 / 2011-07-07 |
| 14: | ================== |
| 15: | |
| 16: | * Revert "Changed: explicitly exit on failure" |
| 17: | * acquire port number from servers that are already running and wait until server started up |
| 18: | |
| 19: | 0.8.0 / 2011-07-05 |
| 20: | ================== |
| 21: | |
| 22: | * Changed: explicitly exit on failure |
| 23: | |
| 24: | 0.7.9 / 2011-06-22 |
| 25: | ================== |
| 26: | |
| 27: | * Fixed; increase maxListeners to prevent reaching the limit |
| 28: | |
| 29: | 0.7.8 / 2011-06-22 |
| 30: | ================== |
| 31: | |
| 32: | * Added `--json [file]` flag to output JSON test coverage reports |
| 33: | |
| 34: | 0.7.7 / 2011-05-24 |
| 35: | ================== |
| 36: | |
| 37: | * Moved to new http request API. Fixing Connection Refused error [Renault John Lecoultre] |
| 38: | * Added encoding option to request function. Defaults to utf8 as before. [nateps] |
| 39: | |
| 40: | 0.7.6 / 2011-04-20 |
| 41: | ================== |
| 42: | |
| 43: | * Added teardown for serial tests. Sync tests no longer require parameter. [Raevel] |
| 44: | |
| 45: | 0.7.5 / 2011-03-31 |
| 46: | ================== |
| 47: | |
| 48: | * Fixed; removed some ansi-escape sequences in --boring mode [Norbert Schultz] |
| 49: | |
| 50: | 0.7.4 / 2011-03-27 |
| 51: | ================== |
| 52: | |
| 53: | * Added coffee-script support (wahoo...) |
| 54: | |
| 55: | 0.7.3 / 2011-03-02 |
| 56: | ================== |
| 57: | |
| 58: | * Fixed server listening check. Closes #62. [Andrew Stone] |
| 59: | |
| 60: | 0.7.2 / 2010-12-29 |
| 61: | ================== |
| 62: | |
| 63: | * Fixed problem with `listen()` sometimes firing on the same tick [guillermo] |
| 64: | |
| 65: | 0.7.1 / 2010-12-28 |
| 66: | ================== |
| 67: | |
| 68: | * Fixed `assert.request()` client logic into an issue() function, fired upon the `listen()` callback if the server doesn't have an assigned fd. [guillermo] |
| 69: | * Removed `--watch` |
| 70: | |
| 71: | 0.7.0 / 2010-11-19 |
| 72: | ================== |
| 73: | |
| 74: | * Removed `assert` from test function signature |
| 75: | Just use `require('assert')` :) this will make integration |
| 76: | with libraries like [should](http://github.com/visionmedia/should) cleaner. |
| 77: | |
| 78: | 0.6.4 / 2010-11-02 |
| 79: | ================== |
| 80: | |
| 81: | * Added regexp support to `assert.response()` headers |
| 82: | * Removed `waitForExit` code, causing issues |
| 83: | |
| 84: | 0.6.3 / 2010-11-02 |
| 85: | ================== |
| 86: | |
| 87: | * Added `assert.response()` body RegExp support |
| 88: | * Fixed issue with _--serial_ not executing files sequentially. Closes #42 |
| 89: | * Fixed hang when modules use `setInterval` - monitor running tests & force the process to quit after all have completed + timeout [Steve Mason] |
| 90: | |
| 91: | 0.6.2 / 2010-09-17 |
| 92: | ================== |
| 93: | |
| 94: | * Added _node-jsocoverage_ to package.json (aka will respect npm's binroot) |
| 95: | * Added _-t, --timeout_ MS option, defaulting to 2000 ms |
| 96: | * Added _-s, --serial_ |
| 97: | * __PREFIX__ clobberable |
| 98: | * Fixed `assert.response()` for latest node |
| 99: | * Fixed cov reporting from exploding on empty files |
| 100: | |
| 101: | 0.6.2 / 2010-08-03 |
| 102: | ================== |
| 103: | |
| 104: | * Added `assert.type()` |
| 105: | * Renamed `assert.isNotUndefined()` to `assert.isDefined()` |
| 106: | * Fixed `assert.includes()` param ordering |
| 107: | |
| 108: | 0.6.0 / 2010-07-31 |
| 109: | ================== |
| 110: | |
| 111: | * Added _docs/api.html_ |
| 112: | * Added -w, --watch |
| 113: | * Added `Array` support to `assert.includes()` |
| 114: | * Added; outputting exceptions immediately. Closes #19 |
| 115: | * Fixed `assert.includes()` param ordering |
| 116: | * Fixed `assert.length()` param ordering |
| 117: | * Fixed jscoverage links |
| 118: | |
| 119: | 0.5.0 / 2010-07-16 |
| 120: | ================== |
| 121: | |
| 122: | * Added support for async exports |
| 123: | * Added timeout support to `assert.response()`. Closes #3 |
| 124: | * Added 4th arg callback support to `assert.response()` |
| 125: | * Added `assert.length()` |
| 126: | * Added `assert.match()` |
| 127: | * Added `assert.isUndefined()` |
| 128: | * Added `assert.isNull()` |
| 129: | * Added `assert.includes()` |
| 130: | * Added growlnotify support via -g, --growl |
| 131: | * Added -o, --only TESTS. Ex: --only "test foo()" --only "test foo(), test bar()" |
| 132: | * Removed profanity |
| 133: | |
| 134: | 0.4.0 / 2010-07-09 |
| 135: | ================== |
| 136: | |
| 137: | * Added reporting source coverage (respects --boring for color haters) |
| 138: | * Added callback to assert.response(). Closes #12 |
| 139: | * Fixed; putting exceptions to stderr. Closes #13 |
| 140: | |
| 141: | 0.3.1 / 2010-06-28 |
| 142: | ================== |
| 143: | |
| 144: | * Faster assert.response() |
| 145: | |
| 146: | 0.3.0 / 2010-06-28 |
| 147: | ================== |
| 148: | |
| 149: | * Added -p, --port NUM flags |
| 150: | * Added assert.response(). Closes #11 |
| 151: | |
| 152: | 0.2.1 / 2010-06-25 |
| 153: | ================== |
| 154: | |
| 155: | * Fixed issue with reporting object assertions |
| 156: | |
| 157: | 0.2.0 / 2010-06-21 |
| 158: | ================== |
| 159: | |
| 160: | * Added `make uninstall` |
| 161: | * Added better readdir() failure message |
| 162: | * Fixed `make install` for kiwi |
| 163: | |
| 164: | 0.1.0 / 2010-06-15 |
| 165: | ================== |
| 166: | |
| 167: | * Added better usage docs via --help |
| 168: | * Added better conditional color support |
| 169: | * Added pre exit assertion support |
| 170: | |
| 171: | 0.0.3 / 2010-06-02 |
| 172: | ================== |
| 173: | |
| 174: | * Added more room for filenames in test coverage |
| 175: | * Added boring output support via --boring (suppress colored output) |
| 176: | * Fixed async failure exit status |
| 177: | |
| 178: | 0.0.2 / 2010-05-30 |
| 179: | ================== |
| 180: | |
| 181: | * Fixed exit status for CI support |
| 182: | |
| 183: | 0.0.1 / 2010-05-30 |
| 184: | ================== |
| 185: | |
| 186: | * Initial release |
