v0.6.1
This release is a minor feature release.
Features:
- Custom element mount/cleanup functions now can take multiple arguments to register multiple callbacks at the same time.
Bug fixes:
- Fix a bug where trying to share dom objects that destam-dom generated could cause unexpected results.
- Fixed many transform bugs with
transform/staticMount
Improvements:
- More robust unit tests
- Implemented unit testing for jsx and staticMount transforms.