Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md40
1 files changed, 24 insertions, 16 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 5215ea06816..3848cde97f6 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -456,7 +456,9 @@ An alias of [`assert.ok()`][].
<!-- YAML
added: v0.1.21
changes:
- - version: v16.0.0
+ - version:
+ - v16.0.0
+ - v14.18.0
pr-url: https://github.com/nodejs/node/pull/38113
description: In Legacy assertion mode, changed status from Deprecated to
Legacy.
@@ -475,18 +477,18 @@ changes:
pr-url: https://github.com/nodejs/node/pull/12142
description: The `Set` and `Map` content is also compared.
- version:
- - v6.4.0
- - v4.7.1
+ - v6.4.0
+ - v4.7.1
pr-url: https://github.com/nodejs/node/pull/8002
description: Typed array slices are handled correctly now.
- version:
- - v6.1.0
- - v4.5.0
+ - v6.1.0
+ - v4.5.0
pr-url: https://github.com/nodejs/node/pull/6432
description: Objects with circular references can be used as inputs now.
- version:
- - v5.10.1
- - v4.4.3
+ - v5.10.1
+ - v4.4.3
pr-url: https://github.com/nodejs/node/pull/5910
description: Handle non-`Uint8Array` typed arrays correctly.
-->
@@ -1127,7 +1129,9 @@ assert.doesNotThrow(
<!-- YAML
added: v0.1.21
changes:
- - version: v16.0.0
+ - version:
+ - v16.0.0
+ - v14.18.0
pr-url: https://github.com/nodejs/node/pull/38113
description: In Legacy assertion mode, changed status from Deprecated to
Legacy.
@@ -1455,7 +1459,9 @@ instance of an [`Error`][] then it will be thrown instead of the
<!-- YAML
added: v0.1.21
changes:
- - version: v16.0.0
+ - version:
+ - v16.0.0
+ - v14.18.0
pr-url: https://github.com/nodejs/node/pull/38113
description: In Legacy assertion mode, changed status from Deprecated to
Legacy.
@@ -1470,18 +1476,18 @@ changes:
pr-url: https://github.com/nodejs/node/pull/12142
description: The `Set` and `Map` content is also compared.
- version:
- - v6.4.0
- - v4.7.1
+ - v6.4.0
+ - v4.7.1
pr-url: https://github.com/nodejs/node/pull/8002
description: Typed array slices are handled correctly now.
- version:
- - v6.1.0
- - v4.5.0
+ - v6.1.0
+ - v4.5.0
pr-url: https://github.com/nodejs/node/pull/6432
description: Objects with circular references can be used as inputs now.
- version:
- - v5.10.1
- - v4.4.3
+ - v5.10.1
+ - v4.4.3
pr-url: https://github.com/nodejs/node/pull/5910
description: Handle non-`Uint8Array` typed arrays correctly.
-->
@@ -1635,7 +1641,9 @@ instead of the [`AssertionError`][].
<!-- YAML
added: v0.1.21
changes:
- - version: v16.0.0
+ - version:
+ - v16.0.0
+ - v14.18.0
pr-url: https://github.com/nodejs/node/pull/38113
description: In Legacy assertion mode, changed status from Deprecated to
Legacy.