@@ -20,6 +20,9 @@ An alias of [`assert.ok()`][].
2020<!-- YAML
2121added: v0.1.21
2222changes:
23+ - version: REPLACEME
24+ pr-url: https://github.com/nodejs/node/pull/15001
25+ description: Error names and messages are now properly compared
2326 - version: v8.0.0
2427 pr-url: https://github.com/nodejs/node/pull/12142
2528 description: Set and Map content is also compared
@@ -105,7 +108,7 @@ parameter is undefined, a default error message is assigned.
105108added: v1.2.0
106109changes:
107110 - version: REPLACEME
108- pr-url: https://github.com/nodejs/node/pull/12142
111+ pr-url: https://github.com/nodejs/node/pull/15001
109112 description: Error names and messages are now properly compared
110113 - version: v8.0.0
111114 pr-url: https://github.com/nodejs/node/pull/12142
@@ -345,6 +348,22 @@ assert.ifError(new Error());
345348## assert.notDeepEqual(actual, expected[ , message] )
346349<!-- YAML
347350added: v0.1.21
351+ changes:
352+ - version: REPLACEME
353+ pr-url: https://github.com/nodejs/node/pull/15001
354+ description: Error names and messages are now properly compared
355+ - version: v8.0.0
356+ pr-url: https://github.com/nodejs/node/pull/12142
357+ description: Set and Map content is also compared
358+ - version: v6.4.0, v4.7.1
359+ pr-url: https://github.com/nodejs/node/pull/8002
360+ description: Typed array slices are handled correctly now.
361+ - version: v6.1.0, v4.5.0
362+ pr-url: https://github.com/nodejs/node/pull/6432
363+ description: Objects with circular references can be used as inputs now.
364+ - version: v5.10.1, v4.4.3
365+ pr-url: https://github.com/nodejs/node/pull/5910
366+ description: Handle non-`Uint8Array` typed arrays correctly.
348367-->
349368* ` actual ` {any}
350369* ` expected ` {any}
@@ -392,6 +411,22 @@ parameter is undefined, a default error message is assigned.
392411## assert.notDeepStrictEqual(actual, expected[ , message] )
393412<!-- YAML
394413added: v1.2.0
414+ changes:
415+ - version: REPLACEME
416+ pr-url: https://github.com/nodejs/node/pull/15001
417+ description: Error names and messages are now properly compared
418+ - version: v8.0.0
419+ pr-url: https://github.com/nodejs/node/pull/12142
420+ description: Set and Map content is also compared
421+ - version: v6.4.0, v4.7.1
422+ pr-url: https://github.com/nodejs/node/pull/8002
423+ description: Typed array slices are handled correctly now.
424+ - version: v6.1.0
425+ pr-url: https://github.com/nodejs/node/pull/6432
426+ description: Objects with circular references can be used as inputs now.
427+ - version: v5.10.1, v4.4.3
428+ pr-url: https://github.com/nodejs/node/pull/5910
429+ description: Handle non-`Uint8Array` typed arrays correctly.
395430-->
396431* ` actual ` {any}
397432* ` expected ` {any}
0 commit comments