Skip to content

Commit f98d3de

Browse files
author
Christoph Singer
committed
Changelog v2.0.0
1 parent e0ba45d commit f98d3de

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
Master (a.k.a 2.0-dev)
2-
======================
3-
4-
2019-04-18
1+
2.0.0
2+
=====
53

6-
__BC BREAK__
4+
2019-10-15
75

8-
Compatibility with Symfony 4.3:
6+
__BC BREAK__ for compatibility with Symfony 4.3 and up
97

108
- `HtmlPageCrawler::html()` is now just the parent `Crawler::html()` and acts as *getter* only.
119
Setting HTML content via `HtmlPageCrawler::html($html)` is *not possible* any more,
@@ -22,6 +20,16 @@ Compatibility with Symfony 4.3:
2220
- removed method `HtmlPageCrawler::isDisconnected()`
2321

2422

23+
1.4.2
24+
=====
25+
26+
2019-10-15
27+
28+
- undo deprecation of getInnerHtml()
29+
- deprecate setter use of attr()
30+
- deprecate isDisconnected()
31+
32+
2533
1.4.1
2634
=====
2735

0 commit comments

Comments
 (0)