Skip to content

Releases: jsoverson/hackium

Fixed importing to typescript

25 Sep 21:55
Compare
Choose a tag to compare

QoL fixes

15 Sep 04:15
Compare
Choose a tag to compare

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

v1.0.9

17 Aug 19:17
Compare
Choose a tag to compare
  • added toString() to guard against non-strings being sent to logger. Actually fixes #39 now. ded811d

v1.0.8...v1.0.9

v1.0.8

17 Aug 19:08
Compare
Choose a tag to compare
  • added guard for undefined objects sent to logger ff32054

v1.0.7...v1.0.8

v1.0.7

16 Aug 01:03
Compare
Choose a tag to compare
  • removed arguments to node on shebang, fixes #38 9e8f4aa

v1.0.6...v1.0.7

v1.0.6

13 Aug 02:26
Compare
Choose a tag to compare

v1.0.5...v1.0.6

v1.0.5

06 Aug 18:43
Compare
Choose a tag to compare
  • fixed typescript not knowing what assert does all of a sudden, addressed dependabot ec6e1a3

v1.0.4...v1.0.5

v1.0.4

04 Aug 16:50
Compare
Choose a tag to compare

v1.0.3...v1.0.4

v1.0.2

04 Aug 16:43
Compare
Choose a tag to compare
  • fixed configuration merging 2cdc391

v1.0.1...v1.0.2

v1.0.1

04 Aug 05:00
Compare
Choose a tag to compare
  • updated puppeteer, fixed types again e8f2171

v1.0.0...v1.0.1