Skip to content

QoL fixes

Choose a tag to compare

@jsoverson jsoverson released this 15 Sep 04:15
· 2 commits to master since this release

Breaking changes:

  • Fixed how options are merged when passed to hackium.launch() which may break scripts that already accounted for broken behavior. Previously, passing options like hackium.launch({headless:false}) would not stick, now they will.

All changes:

  • type checking input to mouse.click, fixes #49, cleanup 48d43ee
  • Merge branch 'jbransom-fix/browser-setProxy-error-handling' 9cb1335
  • added pause/unpause, startRepl/closeRepl, clearSiteData, Page lifecycle methods for plugins, converted most tests to headless, fixed .launch() arg types and override behavior f6c057d
  • Update README.md af83e9e
  • added pause/unpause, startRepl/closeRepl, clearSiteData, Page lifecycle methods for plugins, converted most tests to headless, fixed .launch() arg types and override behavior 02fc166
  • fix/handle HackiumBrowser setProxy errors d6062f3
  • Update README.md 7e982df
  • fix url and add minimum nodeJS version f7013c4

v1.0.9...v2.0.0