UNPKG

1.51 kBMarkdownView Raw
1
20.7.1 / 2013-07-02
3==================
4
5 * update superagent
6
70.7.0 / 2013-06-04
8==================
9
10 * add error properties so test frameworks can show diffs etc. Closes #65
11
120.6.1 / 2013-06-02
13==================
14
15 * fix: EADDRINUSE errnos, use ephemeral ports now
16 * fix: handling of socket errors
17
180.6.0 / 2013-04-15
19==================
20
21 * add exposing of `Test` to enable extensibility
22 * add request.agent(app) support
23 * add request(url) test. Closes #33
24
250.5.1 2012-12-07
26==================
27
28 * fix .expect(status) should assert only status
29
300.5.0/ 2012-11-28
31==================
32
33 * add support for multiple body assertions
34
350.4.2 / 2012-11-17
36==================
37
38 * add .buffer() so that responses with no content-length are testable. closes #36
39 * add failing test for #36
40 * update superagent
41
420.4.1 / 2012-11-14
43==================
44
45 * update superagent
46
470.4.0 / 2012-10-18
48==================
49
50 * add url support [vesln]
51
520.3.1 / 2012-10-01
53==================
54
55 * update superagent
56
570.3.0 / 2012-09-24
58==================
59
60 * add `https.Server` support [fengmk2]
61
620.2.0 / 2012-08-29
63==================
64
65 * update superagent. Closes #18
66
670.1.2 / 2012-07-15
68==================
69
70 * change bind address from 0.0.0.0 to 127.0.0.1 to prevent EADDRNOTAVAIL on windows
71
720.1.1 / 2012-07-03
73==================
74
75 * add `.expect(status, body, fn)` support
76 * add `.expect(status, body)` support
77
780.1.0 / 2012-07-02
79==================
80
81 * add parsed body assertion support. Closes #1