added repo URL
[HTML-TreeBuilder-XPath.git] / Changes
blob68ef1850b72ea744e5f05f0658654f3e3cb5d094
1 $Id: /html-treebuilder-xpath/Changes 40 2006-05-15T07:42:34.182385Z mrodrigu  $
2 Revision history for Perl extension HTML::TreeBuilder::XPath.
4 version 0.14
5 date: 2011-09-20
6 # bug fix
7 fix:   comment() did not work, as the text was in {text} not {_text}
8        report and initial patch by perlover
10 version 0.13
11 date: 2011-06-19
12 # minor improvement
13 added: make the link _parent a weakref
14        sent by Graham Barr https://rt.cpan.org/Public/Bug/Display.html?id=68896
16 version 0.12
17 date:   2010-09-29
18 # minor bug fix
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
22 added:  a few tests
24 version 0.11
25 date:   2009-05-19
26 # minor bug fixes
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)
30 version: 0.10
31 date: 2008-02-11
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
37    
39 version: 0.09
40 date: 2007-11-20
41 # 2 bug fixes
42 fix:
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.
52 version: 0.08
53 date: 2007-01-20
54 # bug fixes
55 fix:     a bug that prevented the 'following' and 'preceding' axis to work
56 fix:     set version dependency with XML::XPathEngine 
58 version: 0.07
59 date:    2007-01-05
60 # bug fix
61 fix:     a bug that prevented the 'following' axis to be used
63 version: 0.06
64 date:    2006-08-07
65 # bug fix
66 fix: 
67          a bug that caused a crash when an element had a value of 0 
68          (patch by Martin Sarfy)
70 version: 0.05 
71 date:    2006-05-17
72 # more tests
73 tests:   added pod and pod coverage tests
75 version: 0.04 
76 date:    2006-05-15
77 # extended perl version support
78 fix:     changed the required version of perl from 5.8.4 to 5.6.0
80 version: 0.03 
81 date:    2006-04-20
82 # bug fix
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
86 version: 0.02 
87 date:    2006-02-27
88 # bug fix
89 fix:     dependency to XML::XPathEngine in the Makefile
91 version: 0.01 
92 date:    2006-02-15
93 new:     original version; created by h2xs 1.23 with options
94            -A -X -nHTML::TreeBuilder::XPath --use-new-tests --skip-exporter
95            --skip-autoloader