Releases: thomasdondorf/puppeteer-cluster
Releases · thomasdondorf/puppeteer-cluster
v0.11.0
v0.10.0
Added
- Node.js support for version 6 and 7 added
v0.9.1
Fixed
- Circular structures led to crashs in case of crawling errors.
v0.9.0: npm token updated
Changed
- Cluster.task function signature changed from
Cluster.task(page, url)
toCluster.task({ page, data })
.Cluster.queue
can be passed any data instead of a string or object.
v0.8.1
Fixed
- The timeout-promise for a task was not canceled when a task threw an error.