Skip to content

Releases: jsoverson/hackium

Fixed importing to typescript

Choose a tag to compare

@jsoverson jsoverson released this 25 Sep 21:55

v2.0.0...v2.0.1

QoL fixes

Choose a tag to compare

@jsoverson jsoverson released this 15 Sep 04:15

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

Choose a tag to compare

@jsoverson jsoverson released this 17 Aug 19:17
  • 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

Choose a tag to compare

@jsoverson jsoverson released this 17 Aug 19:08
  • added guard for undefined objects sent to logger ff32054

v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@jsoverson jsoverson released this 16 Aug 01:03
  • removed arguments to node on shebang, fixes #38 9e8f4aa

v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@jsoverson jsoverson released this 13 Aug 02:26

v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@jsoverson jsoverson released this 06 Aug 18:43
  • fixed typescript not knowing what assert does all of a sudden, addressed dependabot ec6e1a3

v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@jsoverson jsoverson released this 04 Aug 16:50

v1.0.3...v1.0.4

v1.0.2

Choose a tag to compare

@jsoverson jsoverson released this 04 Aug 16:43
  • fixed configuration merging 2cdc391

v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@jsoverson jsoverson released this 04 Aug 05:00
  • updated puppeteer, fixed types again e8f2171

v1.0.0...v1.0.1