v0.10.0
v0.10.0 makes significant changes to the reactive system. Key updates:
- Fixed synchronicity on all hooks/control flows.
- Adds the ability to use comparators on
createMemo
. - Fixes bugs with nested control flows.
- Fixes bugs with Suspense.
- Update Suspense
delayMs
tomaxDuration
to match React. (Usage ofmaxDuration
still experimental)