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