Revision history for Perl module HTML::Gumbo 0.19 2026-05-21 - remove Alien::LibGumbo as a runtime dependency (thanks to Graham Ollis) - tree_to_callback: don't check document nodes for void elements (thanks to Niko Tyni) - Fix memory leak in tree mode (rt.cpan.org #128667) - Add test for tree mode memory leak (rt.cpan.org #128667) (thanks to Nick Kostyria) - Fix callback example (rt.cpan.org #122716) (thanks to gregor herrmann) - Fix wrong code path with GUMBO_NODE_TEMPLATE (thanks to Niko Tyni) - Add tests for GUMBO_NODE_TEMPLATE handling 0.18 2018-06-23 - fix HTML escaping when parsing to string, RT#125227 thanks to Jim Brandt 0.17 2015-01-13 - fix for threaded perl 0.16 2016-01-12 - fragments parsing - fix unreferenced scalar error with 'tree' format 0.14 2015-12-28 - croak in case we don't know what to do 0.13 2014-07-17 - Additional fix for threaded perl 0.12 2013-10-09 - perl 5.10 compatibility 0.11 2013-10-09 - use c89 scoping of iterator in for loops - fixes for threaded perls - skip test if HTML::TreeBuilder is not installed 0.1 2013-09-30 - first release to CPAN