Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/obj-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.15.0] - 2026-07-17

### Fixed
- Fixed `patch()` losing `null` prototypes of nested objects; previously only the root object's `null` prototype was preserved.
- Fixed two invalid `Date`s (`NaN` timestamps) being reported as changed; they now compare as equal, consistent with `NaN === NaN` handling for primitives.
Expand Down
2 changes: 1 addition & 1 deletion packages/obj-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"json",
"track"
],
"version": "0.14.0",
"version": "0.15.0",
"author": {
"name": "Thanga Ganapathy",
"email": "ganapathy888@gmail.com",
Expand Down
Loading