Commit c1e16d1 1 parent 910deff commit c1e16d1 Copy full SHA for c1e16d1
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 @@ -305,7 +305,7 @@ The `'removeListener'` event is emitted *after* the `listener` is removed.
305
305
### ` EventEmitter.listenerCount(emitter, eventName) `
306
306
<!-- YAML
307
307
added: v0.9.12
308
- deprecated: v4.0 .0
308
+ deprecated: v3.2 .0
309
309
-->
310
310
311
311
> Stability: 0 - Deprecated: Use [ ` emitter.listenerCount() ` ] [ ] instead.
Original file line number Diff line number Diff line change @@ -2399,6 +2399,8 @@ changes:
2399
2399
pr-url: https://github.com/nodejs/node/pull/7897
2400
2400
description: The `callback` parameter is no longer optional. Not passing
2401
2401
it will emit a deprecation warning with id DEP0013.
2402
+ - version: v0.4.7
2403
+ description: Documentation-only deprecation.
2402
2404
-->
2403
2405
2404
2406
* ` path ` {string|Buffer|URL}
@@ -2416,6 +2418,8 @@ changes:
2416
2418
- version: v10.6.0
2417
2419
pr-url: https://github.com/nodejs/node/pull/21498
2418
2420
description: This API is no longer deprecated.
2421
+ - version: v0.4.7
2422
+ description: Documentation-only deprecation.
2419
2423
-->
2420
2424
2421
2425
* ` 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