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!