1 $Id: /html-treebuilder-xpath/Changes 40 2006-05-15T07:42:34.182385Z mrodrigu $
2 Revision history for Perl extension HTML::TreeBuilder::XPath.
7 fix: comment() did not work, as the text was in {text} not {_text}
8 report and initial patch by perlover
13 added: make the link _parent a weakref
14 sent by Graham Barr https://rt.cpan.org/Public/Bug/Display.html?id=68896
19 fix: added getLocalName on elements
20 see https://rt.cpan.org/Public/Bug/Display.html?id=61746
21 found and fixed by Tokuhiro Matsuno
27 added: mention $tree->delete in docs to warn about memory leaks
28 fix: pod fix (https://rt.cpan.org/Ticket/Display.html?id=46203)
32 # minor feature addition
33 new: find_nodes_as_strings method which returns a list of strings
34 new: findvalues method which returns a list of values
35 new: as_XML_compact method, a replacement for HTML::TreeBuilder as_XML
36 new: as_XML_indented method, same as as_XML_compact, except indents the output
43 added support for the id function, see RT #30792
44 at https://rt.cpan.org/Ticket/Display.html?id=30792 bug reported, and
45 a fix proposed by tokuhirom
47 fix: a bug where the as_XML method on text nodes returned non escaped
48 text, spotted by Tatsuhiko Miyagawa
49 at the moment the output is quite ugly, as ugly as HTML::Element as_XM.
55 fix: a bug that prevented the 'following' and 'preceding' axis to work
56 fix: set version dependency with XML::XPathEngine
61 fix: a bug that prevented the 'following' axis to be used
67 a bug that caused a crash when an element had a value of 0
68 (patch by Martin Sarfy)
73 tests: added pod and pod coverage tests
77 # extended perl version support
78 fix: changed the required version of perl from 5.8.4 to 5.6.0
83 fix: bug that caused results not to be ordered properly when
84 there were more than 10 results (cf RT #18705) spotted by rnapier
89 fix: dependency to XML::XPathEngine in the Makefile
93 new: original version; created by h2xs 1.23 with options
94 -A -X -nHTML::TreeBuilder::XPath --use-new-tests --skip-exporter