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: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
3.0.0
2
+
=====
3
+
4
+
2022-04-13
5
+
6
+
Changed some method signatures (added argument type hints and return types) in HtmlPageCrawler for compatibility with the base Crawler class from Symfony 6. So, this release is only compatible with Symfony 6 and up.
7
+
8
+
Otherwise there are no changes, so it does not require changes in code using this lib.
Copy file name to clipboardexpand all lines: UPGRADE.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
Upgrade from 2.x to 3.0
2
+
-----------------------
3
+
4
+
Release 3.x is compatible only with Symfony 6, while older releases are compatible with Symfony up to 5.4.
5
+
Otherwise there are no changes in our API, so no changes should be required in your code using this lib. Just upgrade to Version 3 when you upgrade your project to Symfony 6 and all should be well.
0 commit comments