Skip to content

v0.4.5

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 20:01

0.4.5 (2026-08-31)

Added

  • bidi: support status/1 and response_headers/1 on Chrome BiDi (cb4c6a7)
  • browser: add status/1 and response_headers/1 (e31c711)
  • query: add a wait: option for "now" and "not yet" (#68) (c78a96c)
  • separate application and test-suite configuration (#66) (e7d4998)
  • support setting the User-Agent (299e6fd)

Fixed

  • default visit/3 to DOMContentLoaded instead of load (fcf824a), closes #77
  • defer W.check() to a microtask from LV's onPatchEnd (e808f13), closes #70
  • install onPatchEnd through a shared callback registry (c5fd008), closes #69

Changed

Documentation

  • add a guide for scraping with the Lightpanda driver (d784463)
  • cover both drivers for scraping; surface it in the description (f9f0227)
  • de-anchor the README intro from testing (d6302a4)
  • frame auto-wait as a feature for both testing and scraping (11b6de6)