File: Changes

package info (click to toggle)
libhtml-element-extended-perl 1.18-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: perl: 983; makefile: 2
file content (79 lines) | stat: -rw-r--r-- 2,702 bytes parent folder | download | duplicates (4)
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
Revision history for Perl extension HTML-Element-Extended.

1.18  Thu Jun 10 12:35:20 EDT 2010
        - added push_attr() method
        - tweaked glob dispatch for attr()

1.17  Wed May  3 16:52:03 EDT 2006
        - new_from_tree() uses a better rasterizer now, properly
          handling even more tortuous span issues. Thanks to Roland
          Schar.
        - Fixed as_XML rendering Thanks to Roger Crew.

1.16  Sat Feb 25 12:41:57 EST 2006
        - Fixed new_from_tree() to handle (ignore) tbody, thead and
          tfoot tags. Otherwise rows were ignored.

1.15  Fri Feb 24 15:34:13 EST 2006
        - Fixed some scoping issues ('my' collisions)
        - Fixed some undef issues running under -w (thanks to Carl
          Franks)

1.14  Sun Dec 11 04:01:53 EST 2005
        - Revised new_from_tree() to properly handle row and column
          span issues. Thanks to Mark L. Lott for debugging and
          prodding.

1.13  Mon Mar 28 15:14:12 EST 2005
        - Fixed nasty content bug

1.12  Wed Mar  9 02:30:10 EST 2005
        - Added new_from_tree() constructor which takes an HTML::Element
          object based on a table tag and converts it into a cohesive
          HTML::ElementTable structure.

1.11  Tue Apr  2 08:37:42 CST 2002
        - Added some version dependencies on prereq modules
        - More -w cleanup (tie/ref dep)

1.10  Mon Jan  8 19:29:59 CST 2001
        - Maintenance release (-w cleanup)

1.09  Fri Nov 10 02:21:30 CST 2000
        - Various bugs and warnings fixed.

1.08  Tue May  2 15:03:15 CDT 2000
        - clone() bug fix regarding text vs ref on first node.
        - adapted glob class to use content_list() rather than content()

1.07  Wed Apr 26 11:37:11 CDT 2000
        - More stable content policing, used for both table integrity
          and masking; new content methods should automatically be safe.
        - Deprecated delete_attr(), since this can now be addressed via
          attr($attr, undef).
        - Syntactical cleanup, code fleecing. Inherited constructors
          will work.

1.06  Tue Jan 25 20:05:05 CST 2000
1.05    - Versioning for the sake of CPAN

1.04  Tue Jan 25 20:05:05 CST 2000
        - Fixed incompatabilities with HTML::Element 1.45
        - Cleaned up -w noise
        - Improved globbing cascades
        - Added mailing list information

1.03  Wed Nov 17 23:53:58 CST 1999
        - dynamic maxrow, maxcol, extent bug fix

1.02  Thu Sep 16 15:33:41 CDT 1999
        - Bundle fix

1.01  Thu Aug 19 14:36:05 CDT 1999
        - Minor typos corrected for tests

0.09  Thu Jul  8 19:02:39 CDT 1999
        - initial merge from HTML::Element::*

1.00  Tue Jul 27 21:55:43 CDT 1999
        - initial release