1.8.0
- xhtm replaces htm: real HTML input (void tags, optional closers, comments, tables)
- O(1) reactive text updates: primitive emits set .data directly, no re-diff
- Auto-dispose: subscriptions release when the element or the observable is dropped
- Fix: two observable props wrote to the same attribute
- Fix: numeric style values threw
- Fix: hyphenated class names mangled by literal stripping
- bench/index.js: npm run bench
Full Changelog: v1.7.0...v1.8.0