!!!BREAKING CHANGE!!!
New h({ }) hook is used in most places to create HTML nodes. It could lead to issues in some edge cases, especially if you use undocumented API.
What's Changed
- added
h({ })hook to rendering options, to intercept HTML element creation - Add support for nested smart tags by @freewaying in #186
- Fix typo in README by @hjryan in #192
New Contributors
- @freewaying made their first contribution in #186
- @hjryan made their first contribution in #192
Full Changelog: 0.3.6...0.4.0