- docs(html): note about reportSnabbdomError in HTMLDriverOptions (18b915f)
- feat(html): add reportSnabbdomError option to HTMLDriverOptions (d8b0423), closes #922
- chore(html): use isolate v5 in tests (4ed925f)
- fix(html): support TypeScript's strict mode (4a4119e)
- fix(html): error handling for makeHtmlDriver method (#714) (fd02418), closes #714 #710
- fix(html): update cycle/dom to 21, update snabbdom (d7a5f8e)
- fix(html): update dependencies, move to pnpm (11f3068)
- fix(html): upgrade Typescript to 3.1 (a4f1212)
- If you use JavaScript, there are no breaking changes. If you use TypeScript, this package may not work anymore with versions of TS below 3.1.
- Snabbdom got updated to version 0.7.0 and html inside
text
is now properly escaped. See /~https://github.com/snabbdom/snabbdom-to-html/releases for detailed information
- html: update important dependencies (81c37f2)
- html: depend on cycle/dom v18 API (e576a52)
- html: This version follows the same breaking changes as cycle/dom v18
- html: update all dependencies to their latest versions (2e794b8)