HTML5 PHP v2.4.0 Release Notes

Release Date: 2018-11-17 // over 5 years ago
  • ๐Ÿš€ 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