Sourced from deep-equal's changelog.
v2.2.1 - 2023-04-27
Commits
- [Tests] add passing tests covering object key ordering
51c9ff6- [Refactor] use
array-buffer-byte-lengthf47822c- [Deps] update
is-array-buffer,regexp.prototype.flags160d851- [Deps] update
es-get-iterator,get-intrinsic2e08e95- [Dev Deps] update
object.getownpropertydescriptors63e9ab7- [Dev Deps] update
tapec8db964v2.2.0 - 2023-01-05
Commits
- [New] add support for
SharedArrayBuffer0ef51c7- [Refactor] use
is-array-bufferpackage0360ee1- [Fix]
whichTypedArraycan return false in both casesdf3e3c4- [Dev Deps] update
aud,object.getownpropertydescriptors6d62ea4- [Dev Deps] update
ljharb/eslint-config15aab59- [Deps] update
which-typed-array8dfce27- [eslint] remove
.eslintignoreaf46773v2.1.0 - 2022-11-02
Fixed
- [New] add support for
ArrayBuffer[https://github.com/facebook/flipper/issues/94](https://github.com/inspect-js/node-deep-equal/issues/94)Commits
- [actions] reuse common workflows
12de287- [actions] use
node/installinstead ofnode/run; usecodecovactionec248b9- [Tests] run assert tests on a dynamic matrix
695aebd- [readme] add badges
492e159- [Test] ArrayBuffers in node < 0.12 have a nonconfigurable own
byteLengthproperty40f4b87- [meta] use
npmignoreto autogenerate an npmignore file2627269- [Dev Deps] update
eslint,ljharb/eslint-config,safe-publish-latest,tape7a05bb7- [Deps] update
call-bind,es-get-iterator,get-intrinsic,is-arguments,is-regex,regexp.prototype.flags,side-channel,which-boxed-primitive,which-typed-arrayc0844e6- [actions] update codecov uploader
b1b0552- [Dev Deps] update
eslint,ljharb/eslint-config,aud,auto-changelog,has-symbols,object.getownpropertydescriptors,tape9a1ccf5- [meta] do not publish github action workflow files
2d63384- [actions] update rebase action to use reusable workflow
69d21f5- [Dev Deps] update
eslint,ljharb/eslint-config,aud,has-symbols,object.getownpropertydescriptors,tape297aae8- [Tests] add tests for regexes with the same source but different flags
29c8a0d- [Dev Deps] update
eslint,ljharb/eslint-config9e64ec9- [Deps] update
is-arguments,is-date-object,is-regex,which-typed-arrayedfb752- [Dev Deps] update
eslint,ljharb/eslint-config,auto-changelog,tape7b5f7a3- [Dev Deps] update
eslint,ljharb/eslint-config,has-typed-arrays,tapee328a23- [Deps] update
get-intrinsic,regexp.prototype.flags,which-typed-array29123a7
... (truncated)
6ea6b8d v2.2.1f47822c [Refactor] use array-buffer-byte-length160d851 [Deps] update is-array-buffer, regexp.prototype.flags63e9ab7 [Dev Deps] update object.getownpropertydescriptors2e08e95 [Deps] update es-get-iterator, get-intrinsicc8db964 [Dev Deps] update tape51c9ff6 [Tests] add passing tests covering object key orderingb9d9e54 v2.2.00ef51c7 [New] add support for SharedArrayBuffer0360ee1 [Refactor] use is-array-buffer package