Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / depd / History.md
1 1.0.1 / 2015-04-07
2 ==================
3
4   * Fix `TypeError`s when under `'use strict'` code
5   * Fix useless type name on auto-generated messages
6   * Support io.js 1.x
7   * Support Node.js 0.12
8
9 1.0.0 / 2014-09-17
10 ==================
11
12   * No changes
13
14 0.4.5 / 2014-09-09
15 ==================
16
17   * Improve call speed to functions using the function wrapper
18   * Support Node.js 0.6
19
20 0.4.4 / 2014-07-27
21 ==================
22
23   * Work-around v8 generating empty stack traces
24
25 0.4.3 / 2014-07-26
26 ==================
27
28   * Fix exception when global `Error.stackTraceLimit` is too low
29
30 0.4.2 / 2014-07-19
31 ==================
32
33   * Correct call site for wrapped functions and properties
34
35 0.4.1 / 2014-07-19
36 ==================
37
38   * Improve automatic message generation for function properties
39
40 0.4.0 / 2014-07-19
41 ==================
42
43   * Add `TRACE_DEPRECATION` environment variable
44   * Remove non-standard grey color from color output
45   * Support `--no-deprecation` argument
46   * Support `--trace-deprecation` argument
47   * Support `deprecate.property(fn, prop, message)`
48
49 0.3.0 / 2014-06-16
50 ==================
51
52   * Add `NO_DEPRECATION` environment variable
53
54 0.2.0 / 2014-06-15
55 ==================
56
57   * Add `deprecate.property(obj, prop, message)`
58   * Remove `supports-color` dependency for node.js 0.8
59
60 0.1.0 / 2014-06-15
61 ==================
62
63   * Add `deprecate.function(fn, message)`
64   * Add `process.on('deprecation', fn)` emitter
65   * Automatically generate message when omitted from `deprecate()`
66
67 0.0.1 / 2014-06-15
68 ==================
69
70   * Fix warning for dynamic calls at singe call site
71
72 0.0.0 / 2014-06-15
73 ==================
74
75   * Initial implementation