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