Releases: ltwlf/json-diff-ts
Releases · ltwlf/json-diff-ts
v4.9.0
v4.9.0
Bug Fixes
- Fix
applyChangesetandrevertChangesetfor root-level arrays containing objects (#362) - Fix
compare()on root-level arrays producing unexpected UNCHANGED entries (#358) - Refactored
applyChangelistwith proper enriched path resolution for terminal array indices - Fix typo in array warning message (#361)
Enhancements
keysToSkipnow acceptsreadonly string[](#359)keyBycallback now receives the element index (#365)- Enhanced array handling for
undefinedvalues (#316)
Docs
- Fix Options Interface formatting in README (#360)
- Updated README release notes and Options types to match actual code