Skip to content

Commit 98be1e4

Browse files
committed
chore(release): 0.9.0
1 parent 69be52c commit 98be1e4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

33

4+
## [0.9.0](https://github.com/gost-dom/browser/compare/v0.8.0...v0.9.0) (2025-07-07)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* Remove anchor tag navigation server
10+
11+
This removes an internal test helper type from exported code.
12+
13+
* Move test server to unexported function in used package ([b8bf485](https://github.com/gost-dom/browser/commit/b8bf4854c214ff2f263fa9bbef3318760f11cbc1))
14+
15+
16+
### Features
17+
18+
* Export a Testing.TB aware logger ([351fc7f](https://github.com/gost-dom/browser/commit/351fc7f0ccdc2282282326ce7ce1923ea1b91e31))
19+
* FormData reads input element IDL instead of content attributes ([fe18a93](https://github.com/gost-dom/browser/commit/fe18a93fdc2580c6f99401c66fac0f8be71d6727))
20+
* Implement name/value IDL attributes on HTMLInputElement ([3919814](https://github.com/gost-dom/browser/commit/3919814beba42251ba718a0202647193febf7925))
21+
* Return with an error when using unfinished request option ([07634b9](https://github.com/gost-dom/browser/commit/07634b92e33ed55253bfb9c00a6b983eabf6e19d))
22+
23+
24+
### Bug Fixes
25+
26+
* Don't write to logger when closing browser ([ec5abb0](https://github.com/gost-dom/browser/commit/ec5abb0ede4611aa755e6c8dc440f009c642deda))
27+
* Fix TestLogger to now write after test is done ([004884b](https://github.com/gost-dom/browser/commit/004884b44c85423ec12d4b72c7000cee2ea1013e))
28+
429
## [0.8.0](https://github.com/gost-dom/browser/compare/v0.7.2...v0.8.0) (2025-07-03)
530

631

0 commit comments

Comments
 (0)