Releases: wasinger/htmlpagedom
Version 1.4.0
Preparation for a smooth migration to 2.x / Symfony 4.3:
deprecate setter use of html() and text(),
deprecate getInnerHtml(),
new methods setText() and getCombinedText()
Version 2.0.0-alpha1
First development release with changed API for compatibility with Symfony 4.3
Version 1.3.2
Mark this version as incompatible to Symfony 4.3
Version 1.3.1
Updated composer requirements, PHPUnit tests and travis configuration to make sure it works with symfony/dom-crawler 3.4 and 4.x and PHP 7.2
Version 1.3.0
- new method
unwrapInner
(thanks to @ttk) - it's now possible to get the number of nodes in the crawler using the
$crawler->length
property like in Javascript instead ofcount($crawler)
Version 1.2.3
Work with symfony/dom-crawler 3.x
Version 1.2.2
Since Symfony 2.8.3, HtmlPageDom now works with DomCrawler from Symfony 2.8. Still no support for DomCrawler from Symfony 3.
Version 1.2.1
v1.2.1 again allow version 2.3 of Symfony components
Version 1.2.0
new methods HtmlPage::minify()
and HtmlPage::indent()
for compressing or nicely indenting the HTML document
Symfony 2.8 breaks HtmlPageDom
Changed required Symfony version to be less than 2.8 because of breaking changes in the Crawler component. Removed "semi-official support" for HHVM because Travis tests on HHVM fail again.