Skip to content

Version 0.15.2

Pre-release
Pre-release

Choose a tag to compare

@estherbrunner estherbrunner released this 08 Nov 23:07
· 298 commits to main since this release
5a4ab87

What's Changed

New Features

  • .sort() method on stores to sort entries in place, avoiding change notifications for nested signals which only changed position
  • Add .length property to array-like stores and expose Symbol.isConcatSpreadable to make them behave (almost) like native arrays

Bugfixes

  • Fix type inference bug related to toSignal() function
  • Improve type inference of array-like stores
  • Validate that input for diff() function is either record or array
  • Fix bug with sparse arrays in diff()

Full Changelog: v0.15.0...v0.15.2