]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/depd/History.md
Updated to use the latest TI 15.4-Stack v2.1.0 from the SimpleLink CC13x0 SDK v1.30.
[apps/tidep0084.git] / example / iot-gateway / node_modules / depd / History.md
1 1.1.0 / 2015-09-14
2 ==================
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
10 1.0.1 / 2015-04-07
11 ==================
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
18 1.0.0 / 2014-09-17
19 ==================
21   * No changes
23 0.4.5 / 2014-09-09
24 ==================
26   * Improve call speed to functions using the function wrapper
27   * Support Node.js 0.6
29 0.4.4 / 2014-07-27
30 ==================
32   * Work-around v8 generating empty stack traces
34 0.4.3 / 2014-07-26
35 ==================
37   * Fix exception when global `Error.stackTraceLimit` is too low
39 0.4.2 / 2014-07-19
40 ==================
42   * Correct call site for wrapped functions and properties
44 0.4.1 / 2014-07-19
45 ==================
47   * Improve automatic message generation for function properties
49 0.4.0 / 2014-07-19
50 ==================
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)`
58 0.3.0 / 2014-06-16
59 ==================
61   * Add `NO_DEPRECATION` environment variable
63 0.2.0 / 2014-06-15
64 ==================
66   * Add `deprecate.property(obj, prop, message)`
67   * Remove `supports-color` dependency for node.js 0.8
69 0.1.0 / 2014-06-15
70 ==================
72   * Add `deprecate.function(fn, message)`
73   * Add `process.on('deprecation', fn)` emitter
74   * Automatically generate message when omitted from `deprecate()`
76 0.0.1 / 2014-06-15
77 ==================
79   * Fix warning for dynamic calls at singe call site
81 0.0.0 / 2014-06-15
82 ==================
84   * Initial implementation