Skip to content

Releases: dtolstyi/node-chromium

node-chromium v3.0.3

18 Oct 11:22
Compare
Choose a tag to compare

Added TypeScript typings

node-chromium v3.0.2

02 Sep 08:02
Compare
Choose a tag to compare

Fixed the issue with http/https proxies not working due to incorrect got agent configuration.

node-chromium v3.0.1

10 Aug 07:33
Compare
Choose a tag to compare

Added env variable to skip automatic download / extract (install) of chromium binaries to be able to perform it later programmatically.

node-chromium v3.0.0

04 Aug 09:47
Compare
Choose a tag to compare

New Features

  1. Added support of caching mechanism and it's turned on by default. It means that chromium archive is going to be downloaded only if it's not available from cache
  2. Added progress bar to track download state

Breaking Changes

Updated env variables naming convention. Now, all the variables connected to node-chromium module start with NODE_CHROMIUM prefix.
Breaking change from version 2.2.0:
Variable: CHROMIUM_REVISION changed to NODE_CHROMIUM_REVISION
Variable: CHROMIUM_DOWNLOAD_HOST changed to NODE_CHROMIUM_DOWNLOAD_HOST

Kudos to @ricksbrown for this major release which was done thanks to his great work and efforts!

node-chromium v2.2.0

31 Jul 06:48
Compare
Choose a tag to compare

Added possibility to specify chromium revision to download and alternative CDN URL (via environment variables and .npmrc file).

node-chromium v2.1.0

12 Dec 18:29
Compare
Choose a tag to compare

Added support for HTTP/HTTPS proxies when downloading chromium binaries

node-chromium v2.0.0

16 Nov 13:52
Compare
Choose a tag to compare

Dropped support of Node.js 6.x.x and move to async / await syntax.

node-chromium v1.1.1

16 Nov 13:36
Compare
Choose a tag to compare

Added backward compatibility and support of Node.js 6.x

node-chromium v1.1.0

14 Nov 13:47
Compare
Choose a tag to compare
node-chromius v.1.1.0 Release