🎨 Features
- Adds support for ESM. Happy DOM will still have support for CommonJS. (#873)
- Migrates to Vitest for unit tests internally. (#963)
👷♂️ Patch fixes
- Adds support for capturing errors when executing Javascript in
HTMLScriptElement
. It will log the errors in the console and trigger an error event instead of failing the entire execution. (#816)