]> git.cworth.org Git - obsolete/notmuch-web/blob - node_modules/express/node_modules/qs/support/expresso/History.md
Install the "express" node module via npm
[obsolete/notmuch-web] / node_modules / express / node_modules / qs / support / expresso / History.md
1
2 0.7.2 / 2010-12-29 
3 ==================
4
5   * Fixed problem with `listen()` sometimes firing on the same tick [guillermo]
6
7 0.7.1 / 2010-12-28 
8 ==================
9
10   * Fixed `assert.request()` client logic into an issue() function, fired upon the `listen()` callback if the server doesn't have an assigned fd. [guillermo]
11   * Removed `--watch`
12
13 0.7.0 / 2010-11-19 
14 ==================
15
16   * Removed `assert` from test function signature
17     Just use `require('assert')` :) this will make integration
18     with libraries like [should](http://github.com/visionmedia/should) cleaner.
19
20 0.6.4 / 2010-11-02 
21 ==================
22
23   * Added regexp support to `assert.response()` headers
24   * Removed `waitForExit` code, causing issues
25
26 0.6.3 / 2010-11-02 
27 ==================
28
29   * Added `assert.response()` body RegExp support
30   * Fixed issue with _--serial_ not executing files sequentially. Closes #42
31   * Fixed hang when modules use `setInterval` - monitor running tests & force the process to quit after all have completed + timeout [Steve Mason]
32
33 0.6.2 / 2010-09-17 
34 ==================
35
36   * Added _node-jsocoverage_ to package.json (aka will respect npm's binroot)
37   * Added _-t, --timeout_ MS option, defaulting to 2000 ms
38   * Added _-s, --serial_
39   * __PREFIX__ clobberable
40   * Fixed `assert.response()` for latest node
41   * Fixed cov reporting from exploding on empty files
42
43 0.6.2 / 2010-08-03
44 ==================
45
46   * Added `assert.type()`
47   * Renamed `assert.isNotUndefined()` to `assert.isDefined()`
48   * Fixed `assert.includes()` param ordering
49
50 0.6.0 / 2010-07-31
51 ==================
52
53   * Added _docs/api.html_
54   * Added -w, --watch
55   * Added `Array` support to `assert.includes()`
56   * Added; outputting exceptions immediately. Closes #19
57   * Fixed `assert.includes()` param ordering
58   * Fixed `assert.length()` param ordering
59   * Fixed jscoverage links
60
61 0.5.0 / 2010-07-16
62 ==================
63
64   * Added support for async exports
65   * Added timeout support to `assert.response()`. Closes #3
66   * Added 4th arg callback support to `assert.response()`
67   * Added `assert.length()`
68   * Added `assert.match()`
69   * Added `assert.isUndefined()`
70   * Added `assert.isNull()`
71   * Added `assert.includes()`
72   * Added growlnotify support via -g, --growl
73   * Added -o, --only TESTS. Ex: --only "test foo()" --only "test foo(), test bar()"
74   * Removed profanity
75
76 0.4.0 / 2010-07-09
77 ==================
78
79   * Added reporting source coverage (respects --boring for color haters)
80   * Added callback to assert.response(). Closes #12
81   * Fixed; putting exceptions to stderr. Closes #13
82
83 0.3.1 / 2010-06-28
84 ==================
85
86   * Faster assert.response()
87
88 0.3.0 / 2010-06-28
89 ==================
90
91   * Added -p, --port NUM flags
92   * Added assert.response(). Closes #11
93
94 0.2.1 / 2010-06-25
95 ==================
96
97   * Fixed issue with reporting object assertions
98
99 0.2.0 / 2010-06-21
100 ==================
101
102   * Added `make uninstall`
103   * Added better readdir() failure message
104   * Fixed `make install` for kiwi
105
106 0.1.0 / 2010-06-15
107 ==================
108
109   * Added better usage docs via --help
110   * Added better conditional color support
111   * Added pre exit assertion support
112
113 0.0.3 / 2010-06-02
114 ==================
115
116   * Added more room for filenames in test coverage
117   * Added boring output support via --boring (suppress colored output)
118   * Fixed async failure exit status
119
120 0.0.2 / 2010-05-30
121 ==================
122
123   * Fixed exit status for CI support
124
125 0.0.1 / 2010-05-30
126 ==================
127
128   * Initial release