main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
1.8 KB
|
Line | |
---|
1 | 2.4.1 / 2022-02-22
|
---|
2 | ==================
|
---|
3 |
|
---|
4 | * Fix error on early async hooks implementations
|
---|
5 |
|
---|
6 | 2.4.0 / 2022-02-21
|
---|
7 | ==================
|
---|
8 |
|
---|
9 | * Prevent loss of async hooks context
|
---|
10 |
|
---|
11 | 2.3.0 / 2015-05-26
|
---|
12 | ==================
|
---|
13 |
|
---|
14 | * Add defined behavior for HTTP `CONNECT` requests
|
---|
15 | * Add defined behavior for HTTP `Upgrade` requests
|
---|
16 | * deps: ee-first@1.1.1
|
---|
17 |
|
---|
18 | 2.2.1 / 2015-04-22
|
---|
19 | ==================
|
---|
20 |
|
---|
21 | * Fix `isFinished(req)` when data buffered
|
---|
22 |
|
---|
23 | 2.2.0 / 2014-12-22
|
---|
24 | ==================
|
---|
25 |
|
---|
26 | * Add message object to callback arguments
|
---|
27 |
|
---|
28 | 2.1.1 / 2014-10-22
|
---|
29 | ==================
|
---|
30 |
|
---|
31 | * Fix handling of pipelined requests
|
---|
32 |
|
---|
33 | 2.1.0 / 2014-08-16
|
---|
34 | ==================
|
---|
35 |
|
---|
36 | * Check if `socket` is detached
|
---|
37 | * Return `undefined` for `isFinished` if state unknown
|
---|
38 |
|
---|
39 | 2.0.0 / 2014-08-16
|
---|
40 | ==================
|
---|
41 |
|
---|
42 | * Add `isFinished` function
|
---|
43 | * Move to `jshttp` organization
|
---|
44 | * Remove support for plain socket argument
|
---|
45 | * Rename to `on-finished`
|
---|
46 | * Support both `req` and `res` as arguments
|
---|
47 | * deps: ee-first@1.0.5
|
---|
48 |
|
---|
49 | 1.2.2 / 2014-06-10
|
---|
50 | ==================
|
---|
51 |
|
---|
52 | * Reduce listeners added to emitters
|
---|
53 | - avoids "event emitter leak" warnings when used multiple times on same request
|
---|
54 |
|
---|
55 | 1.2.1 / 2014-06-08
|
---|
56 | ==================
|
---|
57 |
|
---|
58 | * Fix returned value when already finished
|
---|
59 |
|
---|
60 | 1.2.0 / 2014-06-05
|
---|
61 | ==================
|
---|
62 |
|
---|
63 | * Call callback when called on already-finished socket
|
---|
64 |
|
---|
65 | 1.1.4 / 2014-05-27
|
---|
66 | ==================
|
---|
67 |
|
---|
68 | * Support node.js 0.8
|
---|
69 |
|
---|
70 | 1.1.3 / 2014-04-30
|
---|
71 | ==================
|
---|
72 |
|
---|
73 | * Make sure errors passed as instanceof `Error`
|
---|
74 |
|
---|
75 | 1.1.2 / 2014-04-18
|
---|
76 | ==================
|
---|
77 |
|
---|
78 | * Default the `socket` to passed-in object
|
---|
79 |
|
---|
80 | 1.1.1 / 2014-01-16
|
---|
81 | ==================
|
---|
82 |
|
---|
83 | * Rename module to `finished`
|
---|
84 |
|
---|
85 | 1.1.0 / 2013-12-25
|
---|
86 | ==================
|
---|
87 |
|
---|
88 | * Call callback when called on already-errored socket
|
---|
89 |
|
---|
90 | 1.0.1 / 2013-12-20
|
---|
91 | ==================
|
---|
92 |
|
---|
93 | * Actually pass the error to the callback
|
---|
94 |
|
---|
95 | 1.0.0 / 2013-12-20
|
---|
96 | ==================
|
---|
97 |
|
---|
98 | * Initial release
|
---|
Note:
See
TracBrowser
for help on using the repository browser.