aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/History.md
blob: c644cdfb6b2081f9fc6c2b93cfaf0cbc52667957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
0.9.2 / 2011-10-12 
==================

  * Fixed serial support

0.9.1 / 2011-10-12 
==================

  * Added 0.5.x support
  * Added regex based test name filtering argument
  * Removed "sys" module related calls

0.8.1 / 2011-07-07 
==================

  * Revert "Changed: explicitly exit on failure"
  * acquire port number from servers that are already running and wait until server started up

0.8.0 / 2011-07-05 
==================

  * Changed: explicitly exit on failure

0.7.9 / 2011-06-22 
==================

  * Fixed; increase maxListeners to prevent reaching the limit

0.7.8 / 2011-06-22 
==================

  * Added `--json [file]` flag to output JSON test coverage reports

0.7.7 / 2011-05-24 
==================

  * Moved to new http request API. Fixing Connection Refused error [Renault John Lecoultre]
  * Added encoding option to request function. Defaults to utf8 as before. [nateps]

0.7.6 / 2011-04-20 
==================

  * Added teardown for serial tests. Sync tests no longer require parameter. [Raevel]

0.7.5 / 2011-03-31 
==================

  * Fixed; removed some ansi-escape sequences in --boring mode [Norbert Schultz]

0.7.4 / 2011-03-27 
==================

  * Added coffee-script support (wahoo...)

0.7.3 / 2011-03-02 
==================

  * Fixed server listening check. Closes #62. [Andrew Stone]

0.7.2 / 2010-12-29 
==================

  * Fixed problem with `listen()` sometimes firing on the same tick [guillermo]

0.7.1 / 2010-12-28 
==================

  * Fixed `assert.request()` client logic into an issue() function, fired upon the `listen()` callback if the server doesn't have an assigned fd. [guillermo]
  * Removed `--watch`

0.7.0 / 2010-11-19 
==================

  * Removed `assert` from test function signature
    Just use `require('assert')` :) this will make integration
    with libraries like [should](http://github.com/visionmedia/should) cleaner.

0.6.4 / 2010-11-02 
==================

  * Added regexp support to `assert.response()` headers
  * Removed `waitForExit` code, causing issues

0.6.3 / 2010-11-02 
==================

  * Added `assert.response()` body RegExp support
  * Fixed issue with _--serial_ not executing files sequentially. Closes #42
  * Fixed hang when modules use `setInterval` - monitor running tests & force the process to quit after all have completed + timeout [Steve Mason]

0.6.2 / 2010-09-17 
==================

  * Added _node-jsocoverage_ to package.json (aka will respect npm's binroot)
  * Added _-t, --timeout_ MS option, defaulting to 2000 ms
  * Added _-s, --serial_
  * __PREFIX__ clobberable
  * Fixed `assert.response()` for latest node
  * Fixed cov reporting from exploding on empty files

0.6.2 / 2010-08-03
==================

  * Added `assert.type()`
  * Renamed `assert.isNotUndefined()` to `assert.isDefined()`
  * Fixed `assert.includes()` param ordering

0.6.0 / 2010-07-31
==================

  * Added _docs/api.html_
  * Added -w, --watch
  * Added `Array` support to `assert.includes()`
  * Added; outputting exceptions immediately. Closes #19
  * Fixed `assert.includes()` param ordering
  * Fixed `assert.length()` param ordering
  * Fixed jscoverage links

0.5.0 / 2010-07-16
==================

  * Added support for async exports
  * Added timeout support to `assert.response()`. Closes #3
  * Added 4th arg callback support to `assert.response()`
  * Added `assert.length()`
  * Added `assert.match()`
  * Added `assert.isUndefined()`
  * Added `assert.isNull()`
  * Added `assert.includes()`
  * Added growlnotify support via -g, --growl
  * Added -o, --only TESTS. Ex: --only "test foo()" --only "test foo(), test bar()"
  * Removed profanity

0.4.0 / 2010-07-09
==================

  * Added reporting source coverage (respects --boring for color haters)
  * Added callback to assert.response(). Closes #12
  * Fixed; putting exceptions to stderr. Closes #13

0.3.1 / 2010-06-28
==================

  * Faster assert.response()

0.3.0 / 2010-06-28
==================

  * Added -p, --port NUM flags
  * Added assert.response(). Closes #11

0.2.1 / 2010-06-25
==================

  * Fixed issue with reporting object assertions

0.2.0 / 2010-06-21
==================

  * Added `make uninstall`
  * Added better readdir() failure message
  * Fixed `make install` for kiwi

0.1.0 / 2010-06-15
==================

  * Added better usage docs via --help
  * Added better conditional color support
  * Added pre exit assertion support

0.0.3 / 2010-06-02
==================

  * Added more room for filenames in test coverage
  * Added boring output support via --boring (suppress colored output)
  * Fixed async failure exit status

0.0.2 / 2010-05-30
==================

  * Fixed exit status for CI support

0.0.1 / 2010-05-30
==================

  * Initial release