This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Lots of fixes and updates thanks to all the contributions. Major updates since the last minor version:
- Drastic updates to TypeScript types thanks to @rbiggs, @Gustorn, @r0skar
- Improved detection of dynamic expressions by using AST grammar
- Ternary & Boolean detection for more efficient expression evaluation
- Improved handling of static expressions (strings, number, template literals)
- Skip event handlers during SSR
- Allow arbitrary deep namespaces on Component tag, thanks to @mduclehcm
- Properly handle children on intrinsic elements, thanks to @mduclehcm
- Add hydration event execution into compiled output (addresses uncanny valley during hydration) with @mduclehcm