Releases: capricorn86/happy-dom
Releases · capricorn86/happy-dom
v16.7.1
👷♂️ Patch fixes
- Adds
ICookie
,IOptionalCookie
,CookieSameSiteEnum
andIVirtualServer
as exports to the index file - By @capricorn86 in task #1693 - Makes non-mandatory cookie properties optional in
CookieContainer.addCookies()
- By @capricorn86 in task #1693
v16.7.0
🎨 Features
- Adds support for simulating local HTTP servers that serves files from the local file system - By @capricorn86 in task #1688
- Read more about virtual servers in the Wiki
v16.6.0
v16.5.3
👷♂️ Patch fixes
- Fixes problem with encoding and decoding attribute values in HTML - By @capricorn86 in task #1678
- Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By @capricorn86 in task #1678
v16.5.2
👷♂️ Patch fixes
Event.target
should be the target element after an event has been dispatched - By @capricorn86 in task #1529
v16.5.1
👷♂️ Patch fixes
- Fixes issue where
Comment
,Text
andDocumentFragment
are not instances of their corresponding property onWindow
- By @capricorn86 in task #1577
v16.5.0
🎨 Features
- Adds property
GlobalRegistrator.isRegistered
- By @capricorn86 in task #1670
v16.4.3
👷♂️ Patch fixes
- Adds null check for if browser frame is available in
Response
during tear down of theWindow
- By @capricorn86 in task #1669
v16.4.2
👷♂️ Patch fixes
- Support using URL as an object for URL:s when using the Browser API - By @capricorn86 in task #1664
v16.4.1
👷♂️ Patch fixes
- Fixes issue where HTML assigned to
document.documentElement.innerHTML
isnt parsed correctly since v16 - By @capricorn86 in task #1663