Skip to content

Releases: wasinger/htmlpagedom

Version 1.4.0

13 May 09:34
Compare
Choose a tag to compare

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

29 Apr 17:21
Compare
Choose a tag to compare
Version 2.0.0-alpha1 Pre-release
Pre-release

First development release with changed API for compatibility with Symfony 4.3

Version 1.3.2

18 Apr 09:37
Compare
Choose a tag to compare

Mark this version as incompatible to Symfony 4.3

Version 1.3.1

08 Mar 21:23
Compare
Choose a tag to compare

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

06 Oct 08:12
Compare
Choose a tag to compare
  • 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 of count($crawler)

Version 1.2.3

22 Mar 15:03
Compare
Choose a tag to compare

Work with symfony/dom-crawler 3.x

Version 1.2.2

18 Mar 20:16
Compare
Choose a tag to compare

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

09 Nov 15:22
Compare
Choose a tag to compare
v1.2.1

again allow version 2.3 of Symfony components

Version 1.2.0

06 Nov 19:51
Compare
Choose a tag to compare

new methods HtmlPage::minify() and HtmlPage::indent() for compressing or nicely indenting the HTML document

Symfony 2.8 breaks HtmlPageDom

07 Oct 14:38
Compare
Choose a tag to compare

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.