1 |
3a515b92
|
cagy
|
2.3.0 / 2015-05-26
|
2 |
|
|
==================
|
3 |
|
|
|
4 |
|
|
* Add defined behavior for HTTP `CONNECT` requests
|
5 |
|
|
* Add defined behavior for HTTP `Upgrade` requests
|
6 |
|
|
* deps: ee-first@1.1.1
|
7 |
|
|
|
8 |
|
|
2.2.1 / 2015-04-22
|
9 |
|
|
==================
|
10 |
|
|
|
11 |
|
|
* Fix `isFinished(req)` when data buffered
|
12 |
|
|
|
13 |
|
|
2.2.0 / 2014-12-22
|
14 |
|
|
==================
|
15 |
|
|
|
16 |
|
|
* Add message object to callback arguments
|
17 |
|
|
|
18 |
|
|
2.1.1 / 2014-10-22
|
19 |
|
|
==================
|
20 |
|
|
|
21 |
|
|
* Fix handling of pipelined requests
|
22 |
|
|
|
23 |
|
|
2.1.0 / 2014-08-16
|
24 |
|
|
==================
|
25 |
|
|
|
26 |
|
|
* Check if `socket` is detached
|
27 |
|
|
* Return `undefined` for `isFinished` if state unknown
|
28 |
|
|
|
29 |
|
|
2.0.0 / 2014-08-16
|
30 |
|
|
==================
|
31 |
|
|
|
32 |
|
|
* Add `isFinished` function
|
33 |
|
|
* Move to `jshttp` organization
|
34 |
|
|
* Remove support for plain socket argument
|
35 |
|
|
* Rename to `on-finished`
|
36 |
|
|
* Support both `req` and `res` as arguments
|
37 |
|
|
* deps: ee-first@1.0.5
|
38 |
|
|
|
39 |
|
|
1.2.2 / 2014-06-10
|
40 |
|
|
==================
|
41 |
|
|
|
42 |
|
|
* Reduce listeners added to emitters
|
43 |
|
|
- avoids "event emitter leak" warnings when used multiple times on same request
|
44 |
|
|
|
45 |
|
|
1.2.1 / 2014-06-08
|
46 |
|
|
==================
|
47 |
|
|
|
48 |
|
|
* Fix returned value when already finished
|
49 |
|
|
|
50 |
|
|
1.2.0 / 2014-06-05
|
51 |
|
|
==================
|
52 |
|
|
|
53 |
|
|
* Call callback when called on already-finished socket
|
54 |
|
|
|
55 |
|
|
1.1.4 / 2014-05-27
|
56 |
|
|
==================
|
57 |
|
|
|
58 |
|
|
* Support node.js 0.8
|
59 |
|
|
|
60 |
|
|
1.1.3 / 2014-04-30
|
61 |
|
|
==================
|
62 |
|
|
|
63 |
|
|
* Make sure errors passed as instanceof `Error`
|
64 |
|
|
|
65 |
|
|
1.1.2 / 2014-04-18
|
66 |
|
|
==================
|
67 |
|
|
|
68 |
|
|
* Default the `socket` to passed-in object
|
69 |
|
|
|
70 |
|
|
1.1.1 / 2014-01-16
|
71 |
|
|
==================
|
72 |
|
|
|
73 |
|
|
* Rename module to `finished`
|
74 |
|
|
|
75 |
|
|
1.1.0 / 2013-12-25
|
76 |
|
|
==================
|
77 |
|
|
|
78 |
|
|
* Call callback when called on already-errored socket
|
79 |
|
|
|
80 |
|
|
1.0.1 / 2013-12-20
|
81 |
|
|
==================
|
82 |
|
|
|
83 |
|
|
* Actually pass the error to the callback
|
84 |
|
|
|
85 |
|
|
1.0.0 / 2013-12-20
|
86 |
|
|
==================
|
87 |
|
|
|
88 |
|
|
* Initial release
|