Skip to content

node-chromium v3.0.0

Compare
Choose a tag to compare
@dtolstyi dtolstyi released this 04 Aug 09:47
· 9 commits to master since this release

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!