Releases: dtolstyi/node-chromium
node-chromium v3.0.3
node-chromium v3.0.2
Fixed the issue with http/https proxies not working due to incorrect got
agent configuration.
node-chromium v3.0.1
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
New Features
- 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
- 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
Added possibility to specify chromium revision to download and alternative CDN URL (via environment variables and .npmrc
file).
node-chromium v2.1.0
Added support for HTTP/HTTPS proxies when downloading chromium binaries
node-chromium v2.0.0
Dropped support of Node.js 6.x.x and move to async
/ await
syntax.
node-chromium v1.1.1
Added backward compatibility and support of Node.js 6.x
node-chromium v1.1.0
node-chromius v.1.1.0 Release