Skip to content

Commit

Permalink
Bump puppeteer, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Jul 8, 2019
1 parent f1204cd commit 2e01dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ NEXT
- Fix multiple log lines appearing when a crawler was about to finish.
- Add `Apify.utils.puppeteer.enqueueLinksByClickingElements()` function which enables you
to add requests to the queue from pure JavaScript navigations, form submissions etc.
- Add `Apify.utils.puppeteer.infiniteScroll()` function which helps you with scrolling to the bottom
of websites that auto-load new content.
- The `RequestQueue.handledCount()` function has been resurrected from deprecation,
in order to have compatible interface with `RequestList`.
- Add `useExtendedUniqueKey` option to `Request` constructor to include `method` and `payload`
in the `Request`'s computed `uniqueKey`.
- Updated Puppeteer to 1.18.0
- Updated Puppeteer to 1.18.1
- Updated `apify-client` to 0.5.22

0.14.15 / 2019-05-31
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
"why-is-node-running": "^2.0.3"
},
"optionalDependencies": {
"puppeteer": "1.18.0"
"puppeteer": "1.18.1"
}
}

0 comments on commit 2e01dd6

Please sign in to comment.