v0.21.0
Changed
- Updated dependencies to their latest versions
- In particular the devDependencies
puppeteer
andpuppeteer-core
received a major upgrade (to version3
)
- In particular the devDependencies
peerDependencies
was changed to^1.5.0 || ^2.0.0 || ^3.0.0
as there were no changes regarding the API that this library uses.- Removed support for Node.js version 8 as puppeteer dropped support for it.
- Added check to ensure
maxConcurrency
is set (#243)