Skip to content

Commit 9b3451f

Browse files
committed
chore(release): 0.6.0
1 parent 3e7d7c3 commit 9b3451f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog - Gost-DOM
22

33

4+
## [0.6.0](https://github.com/gost-dom/browser/compare/v0.5.8...v0.6.0) (2025-05-20)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* This renamed `CustomEventInit.Details` to `CustomEventInit.Detail` as
10+
this is the correct spelling according to the MDN documentation:
11+
https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/detail
12+
13+
As this value was not exposed to JavaScript previously, it is deemed
14+
unlikely that this will affect client code.
15+
16+
### Features
17+
18+
* Add element.id IDL attribute ([7140aeb](https://github.com/gost-dom/browser/commit/7140aeb88a429dae9935fa6474c1653e1901eed0))
19+
* Add element.next/previousElementSibling ([5e18652](https://github.com/gost-dom/browser/commit/5e18652f1bf30fc39b8f0fe90f1060ab7bae9ab8))
20+
* Log errors on unhandled promise rejection ([45645f0](https://github.com/gost-dom/browser/commit/45645f0b41cba4f6d4bbfc083c69a305b2ac0e7a))
21+
* Support CustomEvent.detail in JavaScript ([0598e74](https://github.com/gost-dom/browser/commit/0598e74b30b1f966192eb88bf94bda71cb4751b3))
22+
* Support deferred scripts. ([a02c244](https://github.com/gost-dom/browser/commit/a02c24450ddc692e9cb7f9b86dbec63748c68abe))
23+
* Support window.queueMicrotask ([7b307c4](https://github.com/gost-dom/browser/commit/7b307c46d5e8292ec46cd7c91d45f7beaee1e7a8))
24+
* **v8:** Add URLSearchParams ([48031f2](https://github.com/gost-dom/browser/commit/48031f21262fadbcc5032758034654088e5fe7a5))
25+
* **v8:** Evaluating a "wrapper" object returns the Go object ([769619c](https://github.com/gost-dom/browser/commit/769619c448ebe61aa0dc863401e2875250ac7b15))
26+
* **v8:** Implement URLSearchParams support in V8 host ([92ec474](https://github.com/gost-dom/browser/commit/92ec474bf4fb9e9f54fe0601017aa53ff369db9b))
27+
28+
29+
### Bug Fixes
30+
31+
* Clear node when calling Node.ReplaceChildren with no elements ([e5dd949](https://github.com/gost-dom/browser/commit/e5dd9494de9eb92b1b341b9599635e73b78edb72))
32+
433
## [0.5.8](https://github.com/gost-dom/browser/compare/v0.5.7...v0.5.8) (2025-05-11)
534

635

0 commit comments

Comments
 (0)