0.1.7
Bug Fixes
- #273 Fix deepStrictEqual to perform deep value comparison
- Changed
deepStrictEqualto use deep value comparison instead of strict instance comparison - Now properly compares nested object values, arrays, and complex structures
- Aligns behavior with Node.js assert.deepStrictEqual semantics
- Maintains strict type checking while performing recursive value comparison
- Changed
What's Changed
- Add CODEOWNERS file for tripwire approvers by @nev21 in #265
- Revise CODEOWNERS file for clarity by @nev21 in #266
- Update CODEOWNERS to reflect new team by @nev21 in #267
- docs: Update copilot instructions by @nev21 in #268
- Add Node.js assert migration guide documenting deepStrictEqual behavioral difference by @Copilot in #270
- Fix deepStrictEqual to perform deep value comparison by @Copilot in #273
- fix(deepEqual): prevent null return breaking nested Promise/function comparisons by @nev21 in #275
- [Release] Increase version to 0.1.7 by @Copilot in #274
Full Changelog: v0.1.6...v0.1.7