File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Domain
2
2
<!-- YAML
3
+ deprecated: v1.4.2
3
4
changes:
4
5
- version: v8.8.0
5
6
description: Any `Promise`s created in VM contexts no longer have a
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ The `'removeListener'` event is emitted *after* the `listener` is removed.
303
303
### ` EventEmitter.listenerCount(emitter, eventName) `
304
304
<!-- YAML
305
305
added: v0.9.12
306
- deprecated: v4.0 .0
306
+ deprecated: v3.2 .0
307
307
-->
308
308
309
309
> Stability: 0 - Deprecated: Use [ ` emitter.listenerCount() ` ] [ ] instead.
Original file line number Diff line number Diff line change @@ -2339,6 +2339,8 @@ changes:
2339
2339
pr-url: https://github.com/nodejs/node/pull/7897
2340
2340
description: The `callback` parameter is no longer optional. Not passing
2341
2341
it will emit a deprecation warning with id DEP0013.
2342
+ - version: v0.4.7
2343
+ description: Documentation-only deprecation.
2342
2344
-->
2343
2345
2344
2346
* ` path ` {string|Buffer|URL}
@@ -2356,6 +2358,8 @@ changes:
2356
2358
- version: v10.6.0
2357
2359
pr-url: https://github.com/nodejs/node/pull/21498
2358
2360
description: This API is no longer deprecated.
2361
+ - version: v0.4.7
2362
+ description: Documentation-only deprecation.
2359
2363
-->
2360
2364
2361
2365
* ` path ` {string|Buffer|URL}
Original file line number Diff line number Diff line change 1
1
# Punycode
2
2
<!-- YAML
3
- changes:
4
- - version: v7.0.0
5
- pr-url: https://github.com/nodejs/node/pull/7941
6
- description: Accessing this module will now emit a deprecation warning.
3
+ deprecated: v7.0.0
7
4
-->
8
5
9
6
<!-- introduced_in=v0.10.0-->
You can’t perform that action at this time.
0 commit comments