Skip to content

Release v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 18:38
  • 98be1e4 chore(release): 0.9.0
  • 69be52c chore: Merge tag 'v0.8.0'
  • 7caed60 doc: Fix grammar in readme files
  • e507663 test: Fix some matcher reporting
  • 8254c3e test: Fix commented line, and verify recorded events
  • 81bbfad test: Improve error messages for failed matchers
  • 5e9c036 doc: Fix typo in package documentation
  • 1c0a0e5 doc: Improve uievent package docs
  • 693a19c work: Don't panic on nil pointers in KeyboardController
  • 390041f work: Implement cancel behaviour for keydown events
  • 1708e8d test: Extract test helpers and matchers to separate file
  • 52006be test: Extract duplicated setup
  • d82b7d9 doc: Update getting started documentation
  • b8bf485 refactor!: Move test server to unexported function in used package
  • f3e6055 doc: Update code docs for package key.
  • fc49f0f doc: Update getting-started documentation
  • 1c64671 doc: Update keyboard input doc
  • 19eb58b doc: Skeleton input-controller-docs
  • 28ebfed doc: Add gosthttp package docs
  • 07b43f4 cleanup: Remove unused package
  • 9cd8c90 Updates to code structure
  • 3d2b515 refactor: Move KeyboardController to input/controller
  • 61ce170 refactor: Extract Key type to keys package
  • c3238b2 work: Send string as a keyboard sequence
  • ea6d325 doc: Update developer docs
  • 6873d07 work: Keyboard test page
  • 24e7b03 work: Controller updates input before dispatching event
  • ec73991 test: Fix datastar test page
  • cc9643f work: Remove keypress events
  • 400ee0d work: Set IDL value attribute instead of content attribute
  • 6993fce work: Letter keys dispatch 4 keyboard events
  • f13412f work: Pressing keys ab with input field focused sets value "ab"
  • d4b19ea work: Create a skeleton HTML page for exploring behaviour
  • 322620d test: Refactor datastar test to use the exported test logger
  • 351fc7f feat: Export a Testing.TB aware logger
  • b786db1 refactor: Reuse name IDL attribute where it wasn't used before
  • fe18a93 feat: FormData reads input element IDL instead of content attributes
  • 3919814 feat: Implement name/value IDL attributes on HTMLInputElement
  • f401376 refactor: Move polyfills installation to separate file
  • 1c7bca0 refactor: Autogenerate HTMLOrSVGElement.dataset implementation
  • a91920d refactor: simplify for loop with range
  • 07634b9 feat: Return with an error when using unfinished request option
  • f89806c doc: Improve documentation of piping log output to Go test.
  • 2e4d4dd doc: Update readme files
  • 004884b fix: Fix TestLogger to now write after test is done
  • ec5abb0 fix: Don't write to logger when closing browser
  • 9d8428b test: Fix typo in test comments
  • 84caf25 chore(release): 0.8.0