Skip to content

v4.9.0

Latest

Choose a tag to compare

@ltwlf ltwlf released this 15 Feb 16:14
· 2 commits to master since this release

v4.9.0

Bug Fixes

  • Fix applyChangeset and revertChangeset for root-level arrays containing objects (#362)
  • Fix compare() on root-level arrays producing unexpected UNCHANGED entries (#358)
  • Refactored applyChangelist with proper enriched path resolution for terminal array indices
  • Fix typo in array warning message (#361)

Enhancements

  • keysToSkip now accepts readonly string[] (#359)
  • keyBy callback now receives the element index (#365)
  • Enhanced array handling for undefined values (#316)

Docs

  • Fix Options Interface formatting in README (#360)
  • Updated README release notes and Options types to match actual code