source: node_modules/on-finished/HISTORY.md

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 
12.4.1 / 2022-02-22
2==================
3
4 * Fix error on early async hooks implementations
5
62.4.0 / 2022-02-21
7==================
8
9 * Prevent loss of async hooks context
10
112.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
182.2.1 / 2015-04-22
19==================
20
21 * Fix `isFinished(req)` when data buffered
22
232.2.0 / 2014-12-22
24==================
25
26 * Add message object to callback arguments
27
282.1.1 / 2014-10-22
29==================
30
31 * Fix handling of pipelined requests
32
332.1.0 / 2014-08-16
34==================
35
36 * Check if `socket` is detached
37 * Return `undefined` for `isFinished` if state unknown
38
392.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
491.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
551.2.1 / 2014-06-08
56==================
57
58 * Fix returned value when already finished
59
601.2.0 / 2014-06-05
61==================
62
63 * Call callback when called on already-finished socket
64
651.1.4 / 2014-05-27
66==================
67
68 * Support node.js 0.8
69
701.1.3 / 2014-04-30
71==================
72
73 * Make sure errors passed as instanceof `Error`
74
751.1.2 / 2014-04-18
76==================
77
78 * Default the `socket` to passed-in object
79
801.1.1 / 2014-01-16
81==================
82
83 * Rename module to `finished`
84
851.1.0 / 2013-12-25
86==================
87
88 * Call callback when called on already-errored socket
89
901.0.1 / 2013-12-20
91==================
92
93 * Actually pass the error to the callback
94
951.0.0 / 2013-12-20
96==================
97
98 * Initial release
Note: See TracBrowser for help on using the repository browser.