Releases: wasinger/htmlpagedom
Version 2.0.4
Improved compatibility with PHP 8.3 for the 2.x version (compatible with Symfony 4 & 5)
Version 3.0.2
Support symfony 7. Thanks to @pfuhrmann
Version 2.0.3
Prevent removal of closing tags in strings containing html in embedded javascript
Version 3.0.1
Prevent removal of closing tags in strings containing html in embedded javascript
Version 2.0.2
Includes fix for libxml deprecations.
Release 3.0.0
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.
Otherwise there are no changes, so it does not require changes in code using this lib.
Version 2.0.1
Dependencies: Allow Symfony 5
Version 2.0.0
HtmlPageDom is now compatible with Symfony 4.3 and up.
Version 1.4.2
More deprecations in preparation of v2
Version 1.4.1
Bugfix: setText() should convert special chars. Closes #34.