v1.0.0
After 2+ years of active development and running on production environments, I'm proud to release v1.0.0 of the library. With the help of some awesome folks we've managed to create the best library (in my opinion) to parse and manipulate HTML5 documents in PHP. Thank you for the support.
Changes from the previous stable version (0.6.*):
- Added support for LIBXML_HTML_NOIMPLIED and LIBXML_HTML_NODEFDTD options in loadHTML().
- A new line added after the DOCTYPE for better compatibility with DOMDocument.
- The LIBXML_NOENT option is now not added by default.