Projekt

Obecné

Profil

Stáhnout (2.01 KB) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
1.1.2 / 2018-01-11
2
==================
3
4
  * perf: remove argument reassignment
5
  * Support Node.js 0.6 to 9.x
6
7
1.1.1 / 2017-07-27
8
==================
9
10
  * Remove unnecessary `Buffer` loading
11
  * Support Node.js 0.6 to 8.x
12
13
1.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
22
1.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
30
1.0.0 / 2014-09-17
31
==================
32
33
  * No changes
34
35
0.4.5 / 2014-09-09
36
==================
37
38
  * Improve call speed to functions using the function wrapper
39
  * Support Node.js 0.6
40
41
0.4.4 / 2014-07-27
42
==================
43
44
  * Work-around v8 generating empty stack traces
45
46
0.4.3 / 2014-07-26
47
==================
48
49
  * Fix exception when global `Error.stackTraceLimit` is too low
50
51
0.4.2 / 2014-07-19
52
==================
53
54
  * Correct call site for wrapped functions and properties
55
56
0.4.1 / 2014-07-19
57
==================
58
59
  * Improve automatic message generation for function properties
60
61
0.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
70
0.3.0 / 2014-06-16
71
==================
72
73
  * Add `NO_DEPRECATION` environment variable
74
75
0.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
81
0.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
88
0.0.1 / 2014-06-15
89
==================
90
91
  * Fix warning for dynamic calls at singe call site
92
93
0.0.0 / 2014-06-15
94
==================
95
96
  * Initial implementation