Skip to content

Commit 6a02652

Browse files
committed
Add changelog
1 parent 70730e9 commit 6a02652

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)