File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ to integrate `asyncio`-based projects such as `Playwright`.
3232$ pip install scrapy-playwright
3333```
3434
35+ ## Changelog
36+
37+ Please see the [ changelog.md] ( changelog.md ) file.
38+
3539
3640## Configuration
3741
Original file line number Diff line number Diff line change 1+ # scrapy-playwright changelog
2+
3+ ### [ v0.0.4] ( https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.4 ) (2021-07-16)
4+
5+ * Add support for multiple browser contexts ([ #13 ] ( https://github.com/scrapy-plugins/scrapy-playwright/pull/13 ) )
6+ * Deprecate ` PLAYWRIGHT_CONTEXT_ARGS ` setting in favor of ` PLAYWRIGHT_CONTEXTS `
7+
8+
9+ ### [ v0.0.3] ( https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.3 ) (2021-02-22)
10+
11+ * Snake case (requires playwright-python >= [ v1.8.0a1] ( https://github.com/microsoft/playwright-python/releases/tag/v1.8.0a1 ) )
12+
13+
14+ ### [ v0.0.2] ( https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.2 ) (2021-01-13)
15+
16+ * ` PLAYWRIGHT_CONTEXT_ARGS ` setting (ability to pass keyword arguments to the browser context)
17+
18+ ### [ v0.0.1] ( https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.1 ) (2020-12-18)
19+
20+ Initial public release.
You can’t perform that action at this time.
0 commit comments