source: trip-planner-front/node_modules/depd/History.md@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.0 KB
Line 
11.1.2 / 2018-01-11
2==================
3
4 * perf: remove argument reassignment
5 * Support Node.js 0.6 to 9.x
6
71.1.1 / 2017-07-27
8==================
9
10 * Remove unnecessary `Buffer` loading
11 * Support Node.js 0.6 to 8.x
12
131.1.0 / 2015-09-14
14==================
15
16 * Enable strict mode in more places
17 * Support io.js 3.x
18 * Support io.js 2.x
19 * Support web browser loading
20 - Requires bundler like Browserify or webpack
21
221.0.1 / 2015-04-07
23==================
24
25 * Fix `TypeError`s when under `'use strict'` code
26 * Fix useless type name on auto-generated messages
27 * Support io.js 1.x
28 * Support Node.js 0.12
29
301.0.0 / 2014-09-17
31==================
32
33 * No changes
34
350.4.5 / 2014-09-09
36==================
37
38 * Improve call speed to functions using the function wrapper
39 * Support Node.js 0.6
40
410.4.4 / 2014-07-27
42==================
43
44 * Work-around v8 generating empty stack traces
45
460.4.3 / 2014-07-26
47==================
48
49 * Fix exception when global `Error.stackTraceLimit` is too low
50
510.4.2 / 2014-07-19
52==================
53
54 * Correct call site for wrapped functions and properties
55
560.4.1 / 2014-07-19
57==================
58
59 * Improve automatic message generation for function properties
60
610.4.0 / 2014-07-19
62==================
63
64 * Add `TRACE_DEPRECATION` environment variable
65 * Remove non-standard grey color from color output
66 * Support `--no-deprecation` argument
67 * Support `--trace-deprecation` argument
68 * Support `deprecate.property(fn, prop, message)`
69
700.3.0 / 2014-06-16
71==================
72
73 * Add `NO_DEPRECATION` environment variable
74
750.2.0 / 2014-06-15
76==================
77
78 * Add `deprecate.property(obj, prop, message)`
79 * Remove `supports-color` dependency for node.js 0.8
80
810.1.0 / 2014-06-15
82==================
83
84 * Add `deprecate.function(fn, message)`
85 * Add `process.on('deprecation', fn)` emitter
86 * Automatically generate message when omitted from `deprecate()`
87
880.0.1 / 2014-06-15
89==================
90
91 * Fix warning for dynamic calls at singe call site
92
930.0.0 / 2014-06-15
94==================
95
96 * Initial implementation
Note: See TracBrowser for help on using the repository browser.