Releases: Masterminds/html5-php
Releases · Masterminds/html5-php
2.6.0
2.5.0
This release brings again big performance improvements (thanks @stof for the excellent work).
v2.5
is 3.5 times faster than v2.4
and 11 times faster than v2.3
!
Here a list of the changes:
2.4.0
This release brings big performance improvements (thanks @tgalopin for the excellent work).
Based on the test/benchmark/run.php
benchmark, 2.4.0 is 2x faster than 2.3.1 when parsing HTML5 documents.
Here a list of the changes:
- #148: Improve performance by moving sequence matching
- #147: Improve the Tokenizer performance
- #146: Improve performance by relying on a native string instead of InputStream
- #144: Add DOM extension in composer.json
- #145: Add more extensions on composer.json, improve phpdocs and remove dead code
- #143: Remove experimental comment
2.3.1
2.3.0
Release 2.2.2
Release 2.2.1
- #109: Fixed issue where address tag could be written without closing tag
2.2.0
- #105: Enable composer cache (for CI/CD)
- #100: Use mb_substitute_character inset of ini_set for environments where
ini_set is disable (e.g., shared hosting) - #98: Allow link, meta, style tags in noscript tags
- #96: Fixed xml:href on svgs that use the "use" breaking
- #94: Counting UTF8 characters performance improvement
- #93: Use newer version of coveralls package
- #90: Remove duplicate test
- #87: Allow multiple root nodes