🎨 Features
- Adds support for setting and deleting values in the HTMLElement.dataset object. The changes will be reflected to the attributes of the element. (#405)
- Improves performance of Element.getAttributeNS() which is used in many places within Happy DOM. (#405)
👷♂️ Patch fixes
- Fixes issue with dataset keys not being in lower camel case. (#435)