UNPKG

1.45 kBMarkdownView Raw
1
20.7.0 / 2013-06-04
3==================
4
5 * add error properties so test frameworks can show diffs etc. Closes #65
6
70.6.1 / 2013-06-02
8==================
9
10 * fix: EADDRINUSE errnos, use ephemeral ports now
11 * fix: handling of socket errors
12
130.6.0 / 2013-04-15
14==================
15
16 * add exposing of `Test` to enable extensibility
17 * add request.agent(app) support
18 * add request(url) test. Closes #33
19
200.5.1 2012-12-07
21==================
22
23 * fix .expect(status) should assert only status
24
250.5.0/ 2012-11-28
26==================
27
28 * add support for multiple body assertions
29
300.4.2 / 2012-11-17
31==================
32
33 * add .buffer() so that responses with no content-length are testable. closes #36
34 * add failing test for #36
35 * update superagent
36
370.4.1 / 2012-11-14
38==================
39
40 * update superagent
41
420.4.0 / 2012-10-18
43==================
44
45 * add url support [vesln]
46
470.3.1 / 2012-10-01
48==================
49
50 * update superagent
51
520.3.0 / 2012-09-24
53==================
54
55 * add `https.Server` support [fengmk2]
56
570.2.0 / 2012-08-29
58==================
59
60 * update superagent. Closes #18
61
620.1.2 / 2012-07-15
63==================
64
65 * change bind address from 0.0.0.0 to 127.0.0.1 to prevent EADDRNOTAVAIL on windows
66
670.1.1 / 2012-07-03
68==================
69
70 * add `.expect(status, body, fn)` support
71 * add `.expect(status, body)` support
72
730.1.0 / 2012-07-02
74==================
75
76 * add parsed body assertion support. Closes #1