Skip to content

Releases: gost-dom/browser

Release v0.5.3

22 Mar 15:34
Compare
Choose a tag to compare

Properly handle HTTP redirects.

Was supposed to be part of 0.5.2, but was hiding in a different branch.

  • 5429bce chore(release): 0.5.3
  • 92fcabb feat: Handle new location after redirects
  • a97819b work: XHR ResponseURL working
  • ca495cd work: Handle too many redirects
  • a5b947b work: Handle 301 redirects from user agent
  • 62696c0 docs: Add missing language on code block
  • dd25efb docs: Update getting-started.md about redirects
  • e5fd5d3 docs: Fix minor issue in feature list
  • 61bc2e4 docs: Remove remarks about missing feature
  • fd207e1 chore: Fix? release workflow
  • f017318 build: Workflow for manually creating release

Release v0.5.2

22 Mar 13:46
Compare
Choose a tag to compare
  • fd207e1 chore: Fix? release workflow
  • f017318 build: Workflow for manually creating release
  • 730a4d1 chore(release): 0.5.2
  • 70fb78a feat: Handle form post 307/308 status codes
  • a9ca7c8 test: Convert HTMLFormElement tests
  • 6a84917 test: Fixture sets the testing.TB recursively
  • 0fd803a test: Experimental fixture package
  • 81f8ce8 test: Convert HTMLForm IDL attribute tests
  • aad9b01 refactor(html): Unified user agent HTTP requests
  • 46a430f docs: Improve internal testing tool docs
  • 8d0015f refactor: Move internal package
  • a17cb2a test(html): Extreact window location tests
  • 952f99c test(html): Convert window base and history tests
  • 267470d deprecate: Consistent browser construction
  • a12314e docs: Improve documentation for getting started
  • 31b6453 feat: Improve logging of error cases
  • 9836b26 Change workflow name for github releases

v0.5.1

20 Mar 14:38
Compare
Choose a tag to compare

0.5.1 (2025-03-20)

Features

v0.5.0

16 Mar 14:39
Compare
Choose a tag to compare

Full Changelog: v0.4.1...v0.5.0

v0.4.0

06 Mar 07:43
Compare
Choose a tag to compare

Full Changelog: [https://github.com/gost-dom/browser/compare/v0.3.1...v0.4.0]

Missing note about breaking change in changelog:

This is breaking change because of a major refactor, moving event types (c777cc4). Also see this discussion thread

v0.3.1

05 Mar 13:16
Compare
Choose a tag to compare

Fix form post missing correct request header.

Thanks to @areknoster for identifying, and creating a reproducible test case.

v0.3.0

02 Mar 18:48
Compare
Choose a tag to compare
chore(release): 0.3.0