Skip to content

Commit

Permalink
Update changelog for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Hainaux committed May 13, 2019
1 parent 046bf07 commit 46a648d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Next
- Add `puppeteer.connect` to connect to an existing Chromium instance
- Add `slowMo` parameter for `puppeteer.launch` et `puppeteer.connect` to slow down communications with the browser.
- Create `Worker` from service_worker and shared_worker.
- Use a default viewport of 1280x1024 by default (allow to pass null to disable the default).

## 1.5.0 (2019-05-07)
- Rename classes `Frame`, `Request` & `Response` to match the puppeteer API
- Add Worker class
Expand Down

0 comments on commit 46a648d

Please sign in to comment.