Skip to content

Releases: GoogleChrome/chrome-launcher

0.10.4 (Mon, Sep 17 2018)

17 Sep 22:05
Compare
Choose a tag to compare
  • 35842ba4 fix: ignore stdio on which call (#121)
  • f126c3a0 fix: reject promise on failed kill() (#112)
  • 5ee0fde2 Set custom error codes for all errors.
  • 841bdf3f Fix picking CHROME_PATH priority over other matches.
  • 6b10d748 Fix Travis CI build: GCE for chrome bug (#87)
  • d4aa8295 Fix readme's default logLevel (#85)
  • 5be71243 Type improvements (#102)
  • dd5fdd49 Stricter typing for logLevel (#105)
  • c9394cf7 Fix README typo: booelan ==> boolean (#104)
  • Update chrome-flags-for-tools.md

0.10.3 (Mon, Sep 17 2018)

17 Sep 20:10
Compare
Choose a tag to compare

UNPUBLISHED.
Bad release: had a breaking change.

We'll ship a 1.0.0 later with #124 in it

0.10.2 (Mon, Jan 8 2018)

08 Jan 22:52
Compare
Choose a tag to compare

0.10.2 (Mon, Jan 8 2018)

  • ef91605f Fix TS typing (#82)
  • baf2205f tests(travis): test on Node 9, drop testing on Node 7 (#80)

0.10.1 (Fri, Jan 5 2018)

  • a5bc8180 Fix getLocalAppDataPath for wsl (#75)
  • 70a91885 readme: recommend use of cri with chrome-launcher (#78)
  • d3ee63bd folder refactor: ts in /src, js in /dist (#69)

0.10.0 (Fri, Dec 8 2017)

08 Dec 21:24
Compare
Choose a tag to compare
  • 449c5238 Expose launched chrome child process object. (#67)
  • 0978891c Enable users to pass env vars into spawned chrome. (#66)
  • 0261f43b Add document covering the various chrome flags
  • 5617473c Make launcher the default export. (#63)
  • 483acff5 fix: support alpine linux by retrying grep with -r (#61)
  • eaa0bb87 docs: update maxConnectionRetries default to 50 (#58)

Shipped in 0.9.0 (Mon, 27 Nov 2017)

  • 4cc9c075 New: Add userDataDir flag to use default user profile instead (#48)
  • 94137051 Avoid selecting google-emacs (#35)

0.8.0 (Wed, 20 Sept 2017)

20 Sep 05:36
Compare
Choose a tag to compare
  • 256399c Add support for Windows Subsystem for Linux / BashOnWindows (#27)

0.7.0 (Thu, 14 Sept 2017)

14 Sep 19:55
Compare
Choose a tag to compare

Project moved to its own repo: https://github.com/GoogleChrome/chrome-launcher

  • 8d0766eb Retry connection for longer (#21)
  • 52cb50af only include PROGRAMFILES(X86) if present (#20)
  • 530822b9 log pid to kill (#22)
  • 1d617ab3 add support for connectionPollInterval and maxConnectionRetries (#19)
  • 7474971f Fix errors inside spawnPromise being ignored (GoogleChrome/lighthouse#2939)