Skip to content

Releases: gost-dom/browser

Release v0.5.5

11 Apr 11:33
Compare
Choose a tag to compare
  • 3c930c9 chore(release): 0.5.5
  • 41973b3 test: Extract general http request recorder
  • b6b86a8 build: Create release automatically on pushing tag
  • 992fee9 feat(dom): Handle checkbox input types
  • 43c359c test(html): Convert ginkgo test
  • a9414f8 Add deprecated notice to changelog

Release v0.5.4

11 Apr 11:05
Compare
Choose a tag to compare
  • a9414f8 Add deprecated notice to changelog
  • 048e69a chore(release): 0.5.4
  • cd7b4bc fix: "Fix" typo in event phase const name
  • 9d43d9c refactor: Simplify removing slice element
  • 654a995 cleanup: Remove unnecessary codegen config
  • 58c61c1 refactor: Auto generate event JS wrappers
  • 197d7d9 test: Cleanup remnants of code depending on ginko
  • 1a677cd test: Convert scripttest tests
  • 6945725 test: Convert script Document tests
  • de3cc20 test: Convert ginkgo test to testify suite
  • 5467955 refactor(codegen): Extract V8TargetGenerators
  • 9e4cd47 refactor(codegen): Add idl.Type return type
  • d92b1f2 chore(codegen): Updage webref dependency
  • ce293b3 refactor(codegen): Remove useless local var
  • 5718748 refactor(codegen): Add custom arg rule to JS gen
  • 6510018 refactor(codegen): General cleanup
  • 9b79a0a refactor(codegen): Extract engine generators
  • b4512a6 refactor(codegen): Extract model generators
  • 3ea5d30 refactor(codegen): Extract common generators
  • 25373d4 refactor(codegen): Wrapper method gen control flow
  • 24c3ed0 refactor(codegen): Extract wrapper method flow
  • 5993d80 refactor(codegen): Move flow control of methods
  • 927b417 refactor(codegen): Harmonise callback body intf
  • 8a5cbb5 cleanup: Remove unused type
  • effaeed dom: Implement SetInnerHTML
  • a5276cf fix: InsertAdjacentHTML only handled elements
  • 416470e cleanup: Remove unnecessary DOM parser logic
  • d9d03a7 test(dom): Convert ginkgo tests for Element
  • 08eafdd test: Fix bad caching of gomegas
  • 36c87e1 test: Extract AssertFixture
  • 2a5a843 docs: Update commit guidelines
  • 555af5c test: Cleanup
  • 0f62f8a test: Move variables to the owner fixture
  • 038bcf5 test: Replace fixture with new package
  • e7e5906 test: Refactor fixture component
  • dcc903b cleanup: Remove Println statements
  • ab7b038 docs: Rewrite commit guidelines
  • 4303c1f Remove comments

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