You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrading/upgrading_to_v0x.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ title: Upgrading to v0.x
5
5
6
6
This page summarizes the breaking changes between Crawlee for Python zero-based versions.
7
7
8
+
## Upgrading to v0.5
9
+
10
+
This section summarizes the breaking changes between v0.4.x and v0.5.0.
11
+
12
+
### BeautifulSoupParser
13
+
- Renamed `BeautifulSoupParser` to `BeautifulSoupParserType`. Probably used only in type hints. Please replace previous usages of `BeautifulSoupParser` by `BeautifulSoupParserType`.
14
+
-`BeautifulSoupParser` is now a new class that is used in refactored class `BeautifulSoupCrawler`.
15
+
8
16
## Upgrading to v0.4
9
17
10
18
This section summarizes the breaking changes between v0.3.x and v0.4.0.
0 commit comments