v0.2.0
This release includes many improvements.
Breaking changes:
- Element properties can no longer be duplicated
- Special casing for event listeners has been removed.
click=
now must be$onclick=
to utilize the native browser's handling. The old version supports the new style so a transition can be more gradual. - Styles with a object topology must now use the
$style
property.
Improvements:
- Performance improvements (mostly in the memory/garbage collection area)
- All array mounts are now reconciliated as they are all managed through the same code.
- Replacing a html node will now directly use
replaceChild