Skip to content

v0.3.5

Latest
Compare
Choose a tag to compare
@aerotoad aerotoad released this 17 Mar 15:58
· 27 commits to main since this release

0.3.5 (2023-03-17)

⚠ BREAKING CHANGES

  • store: Derived store callback now will always receive an array of values unless there it was created with only one store dependency.

Features

  • Add vitest and initial tests (1b5467c)
  • router: Order routes to avoid infinite recursion (308a791)

Bug Fixes

  • core: State doesn't throw if initial value is null (a7c05a5)

  • Make root route detection more solid (a112389)

  • store: Derived callback only called once on start (dd0c505)

  • store: Ensure all subscriptions ran before running callback (f9d120b)

  • store: Ensure callback runs on every dependency change (4e35bcb)

  • store: Update derived callback param (f269d47)