1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Revision history for Perl module HTML::Gumbo
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
|