forked from ruz/HTML-Gumbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
47 lines (29 loc) · 1.17 KB
/
Changes
File metadata and controls
47 lines (29 loc) · 1.17 KB
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
39
40
41
42
43
44
45
46
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) (CVE-2025-15646)
- 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