File: Changes

package info (click to toggle)
libhtml-treebuilder-xpath-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: perl: 507; makefile: 2
file content (96 lines) | stat: -rw-r--r-- 2,778 bytes parent folder | download | duplicates (3)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
$Id: /html-treebuilder-xpath/Changes 40 2006-05-15T07:42:34.182385Z mrodrigu  $
Revision history for Perl extension HTML::TreeBuilder::XPath.

version 0.14
date: 2011-09-20
# bug fix
fix:   comment() did not work, as the text was in {text} not {_text}
       report and initial patch by perlover

version 0.13
date: 2011-06-19
# minor improvement
added: make the link _parent a weakref
       sent by Graham Barr https://rt.cpan.org/Public/Bug/Display.html?id=68896

version 0.12
date:   2010-09-29
# minor bug fix
fix:    added getLocalName on elements
        see https://rt.cpan.org/Public/Bug/Display.html?id=61746
        found and fixed by Tokuhiro Matsuno
added:  a few tests

version 0.11
date:  	2009-05-19
# minor bug fixes
added:  mention $tree->delete in docs to warn about memory leaks
fix:    pod fix (https://rt.cpan.org/Ticket/Display.html?id=46203)

version: 0.10
date: 2008-02-11
# minor feature addition
new: find_nodes_as_strings method which returns a list of strings
new: findvalues method which returns a list of values  
new: as_XML_compact method, a replacement for HTML::TreeBuilder as_XML
new: as_XML_indented method, same as as_XML_compact, except indents the output
   

version: 0.09
date: 2007-11-20
# 2 bug fixes
fix:
         added support for the id function, see RT #30792 
         at https://rt.cpan.org/Ticket/Display.html?id=30792 bug reported, and
         a fix proposed by tokuhirom 

fix:     a bug where the as_XML method on text nodes returned non escaped
         text, spotted by Tatsuhiko Miyagawa
         at the moment the output is quite ugly, as ugly as HTML::Element as_XM.


version: 0.08
date: 2007-01-20
# bug fixes
fix:     a bug that prevented the 'following' and 'preceding' axis to work
fix:     set version dependency with XML::XPathEngine 

version: 0.07
date:    2007-01-05
# bug fix
fix:     a bug that prevented the 'following' axis to be used

version: 0.06
date:    2006-08-07
# bug fix
fix: 
         a bug that caused a crash when an element had a value of 0 
         (patch by Martin Sarfy)

version: 0.05 
date:    2006-05-17
# more tests
tests:   added pod and pod coverage tests

version: 0.04 
date:    2006-05-15
# extended perl version support
fix:     changed the required version of perl from 5.8.4 to 5.6.0

version: 0.03 
date:    2006-04-20
# bug fix
fix:     bug that caused results not to be ordered properly when
         there were more than 10 results (cf RT #18705) spotted by rnapier

version: 0.02 
date:    2006-02-27
# bug fix
fix:     dependency to XML::XPathEngine in the Makefile

version: 0.01 
date:    2006-02-15
new:     original version; created by h2xs 1.23 with options
           -A -X -nHTML::TreeBuilder::XPath --use-new-tests --skip-exporter
           --skip-autoloader