Version 0.15.2
Pre-release
Pre-release
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
.lengthproperty to array-like stores and exposeSymbol.isConcatSpreadableto 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