Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-static / node_modules / send / node_modules / depd / History.md
1 1.0.0 / 2014-09-17
2 ==================
3
4   * No changes
5
6 0.4.5 / 2014-09-09
7 ==================
8
9   * Improve call speed to functions using the function wrapper
10   * Support Node.js 0.6
11
12 0.4.4 / 2014-07-27
13 ==================
14
15   * Work-around v8 generating empty stack traces
16
17 0.4.3 / 2014-07-26
18 ==================
19
20   * Fix exception when global `Error.stackTraceLimit` is too low
21
22 0.4.2 / 2014-07-19
23 ==================
24
25   * Correct call site for wrapped functions and properties
26
27 0.4.1 / 2014-07-19
28 ==================
29
30   * Improve automatic message generation for function properties
31
32 0.4.0 / 2014-07-19
33 ==================
34
35   * Add `TRACE_DEPRECATION` environment variable
36   * Remove non-standard grey color from color output
37   * Support `--no-deprecation` argument
38   * Support `--trace-deprecation` argument
39   * Support `deprecate.property(fn, prop, message)`
40
41 0.3.0 / 2014-06-16
42 ==================
43
44   * Add `NO_DEPRECATION` environment variable
45
46 0.2.0 / 2014-06-15
47 ==================
48
49   * Add `deprecate.property(obj, prop, message)`
50   * Remove `supports-color` dependency for node.js 0.8
51
52 0.1.0 / 2014-06-15
53 ==================
54
55   * Add `deprecate.function(fn, message)`
56   * Add `process.on('deprecation', fn)` emitter
57   * Automatically generate message when omitted from `deprecate()`
58
59 0.0.1 / 2014-06-15
60 ==================
61
62   * Fix warning for dynamic calls at singe call site
63
64 0.0.0 / 2014-06-15
65 ==================
66
67   * Initial implementation