It's been a long time since my last release, here's to keep things fresh:
- Add function expression support for
$memoand$- This means you can now do
const foo = $memo(() => someStuff())
- This means you can now do
- Fix binding replacement to properly support variable shadowing
- Optimize compilation
In the future, I plan on deprecating the rollup and vite plugins they are just basically wrappers to the unplugin package. Also, since Solid 2.0 is near, expect some Solid Labels 1.0 soon.