@@ -455,6 +455,10 @@ An alias of [`assert.ok()`][].
455
455
<!-- YAML
456
456
added: v0.1.21
457
457
changes:
458
+ - version: REPLACEME
459
+ pr-url: https://github.com/nodejs/node/pull/38113
460
+ description: In Legacy assertion mode, changed status from Deprecated to
461
+ Legacy.
458
462
- version: v14.0.0
459
463
pr-url: https://github.com/nodejs/node/pull/30766
460
464
description: NaN is now treated as being identical in case both sides are
@@ -496,7 +500,7 @@ An alias of [`assert.deepStrictEqual()`][].
496
500
497
501
** Legacy assertion mode**
498
502
499
- > Stability: 0 - Deprecated : Use [ ` assert.deepStrictEqual() ` ] [ ] instead.
503
+ > Stability: 3 - Legacy : Use [ ` assert.deepStrictEqual() ` ] [ ] instead.
500
504
501
505
Tests for deep equality between the ` actual ` and ` expected ` parameters. Consider
502
506
using [ ` assert.deepStrictEqual() ` ] [ ] instead. [ ` assert.deepEqual() ` ] [ ] can have
@@ -1122,6 +1126,10 @@ assert.doesNotThrow(
1122
1126
<!-- YAML
1123
1127
added: v0.1.21
1124
1128
changes:
1129
+ - version: REPLACEME
1130
+ pr-url: https://github.com/nodejs/node/pull/38113
1131
+ description: In Legacy assertion mode, changed status from Deprecated to
1132
+ Legacy.
1125
1133
- version: v14.0.0
1126
1134
pr-url: https://github.com/nodejs/node/pull/30766
1127
1135
description: NaN is now treated as being identical in case both sides are
@@ -1138,7 +1146,7 @@ An alias of [`assert.strictEqual()`][].
1138
1146
1139
1147
** Legacy assertion mode**
1140
1148
1141
- > Stability: 0 - Deprecated : Use [ ` assert.strictEqual() ` ] [ ] instead.
1149
+ > Stability: 3 - Legacy : Use [ ` assert.strictEqual() ` ] [ ] instead.
1142
1150
1143
1151
Tests shallow, coercive equality between the ` actual ` and ` expected ` parameters
1144
1152
using the [ Abstract Equality Comparison] [ ] ( ` == ` ). ` NaN ` is special handled
@@ -1446,6 +1454,10 @@ instance of an [`Error`][] then it will be thrown instead of the
1446
1454
<!-- YAML
1447
1455
added: v0.1.21
1448
1456
changes:
1457
+ - version: REPLACEME
1458
+ pr-url: https://github.com/nodejs/node/pull/38113
1459
+ description: In Legacy assertion mode, changed status from Deprecated to
1460
+ Legacy.
1449
1461
- version: v14.0.0
1450
1462
pr-url: https://github.com/nodejs/node/pull/30766
1451
1463
description: NaN is now treated as being identical in case both sides are
@@ -1483,7 +1495,7 @@ An alias of [`assert.notDeepStrictEqual()`][].
1483
1495
1484
1496
** Legacy assertion mode**
1485
1497
1486
- > Stability: 0 - Deprecated : Use [ ` assert.notDeepStrictEqual() ` ] [ ] instead.
1498
+ > Stability: 3 - Legacy : Use [ ` assert.notDeepStrictEqual() ` ] [ ] instead.
1487
1499
1488
1500
Tests for any deep inequality. Opposite of [ ` assert.deepEqual() ` ] [ ] .
1489
1501
@@ -1622,6 +1634,10 @@ instead of the [`AssertionError`][].
1622
1634
<!-- YAML
1623
1635
added: v0.1.21
1624
1636
changes:
1637
+ - version: REPLACEME
1638
+ pr-url: https://github.com/nodejs/node/pull/38113
1639
+ description: In Legacy assertion mode, changed status from Deprecated to
1640
+ Legacy.
1625
1641
- version: v14.0.0
1626
1642
pr-url: https://github.com/nodejs/node/pull/30766
1627
1643
description: NaN is now treated as being identical in case both sides are
@@ -1638,7 +1654,7 @@ An alias of [`assert.notStrictEqual()`][].
1638
1654
1639
1655
** Legacy assertion mode**
1640
1656
1641
- > Stability: 0 - Deprecated : Use [ ` assert.notStrictEqual() ` ] [ ] instead.
1657
+ > Stability: 3 - Legacy : Use [ ` assert.notStrictEqual() ` ] [ ] instead.
1642
1658
1643
1659
Tests shallow, coercive inequality with the [ Abstract Equality Comparison] [ ]
1644
1660
(` != ` ). ` NaN ` is special handled and treated as being identical in case both
0 commit comments