Revision history for Perl extension HTML::Table.

2.08a 23 June 2008

2.08 10 April 2008

2.07b

          05 February 2008
        - Fixed error in setSectionRowWidth.
          Request from Ravi Kondamuru <ravikondamuru at gmail.com>

2.07a

          04 February 2008
        - Changed status from beta to full.
        - Fixed error in setCellHeight.
          Request from Ravi Kondamuru <ravikondamuru at gmail.com>

2.07-b2

          09 October 2007
        - Removed text output when empty table is printed.
          Request from Erik Tank <erik at atjeu.com>

2.07-b1

          17 September 2007
        - Changed order of output for table sections, to comply with the HTML 4.01 standard.

2.07-beta

          13 September 2007
        - Added THEAD, TFOOT and TBODY sections.
          Request from Miguel Santinho <msantinho at simplicidade.com>.
          
          There are now methods that take a section and section number as parameters.
          ie. setSectionCell ( 'tbody', 0, 2, 3, 'Cell 2,3'); 
          
          Existing methods default to working on the first tbody section, for backwards 
          compatibility.
          
          You can have only one each of tfoot and thead sections, but multiple tbody sections.

2.06

          4 June 2007
        - Added patch for even/odd row class support, supplied by Chris Weyl
          Thanks to Chris Weyl <cweyl at alumni.drew.edu> for this patch.

2.05

          15 March 2007
        - Fixed code so that all HTML tags and attributes are in lower case.

2.04

          23 January 2006
        - AUTOLOAD method was making the module sliently ignore calls to invalid
          methods.
          Thanks to Gordon Lack <gml4410 at ggr.co.uk> for the fix.

2.03

6 December 2005

2.02

18 March 2004

2.02-beta

          18 Feb 2004
        - Bug in getTable method, when using row attributes.  
          Thanks to Piotr Kodizis <Piotr.Kodzis at inteligo.pl> for bug report and fix

2.01-beta

          19 Nov 2003
        - Bug in sort routine caused by change to new data structure.  
          Thanks to Brad Rubenstein <Brad at bradrubenstein.com> for bug report and fix

2.00-beta

          24 Oct 2003
        - First beta test version of the 2.xx strand.  This version introduces a 
          new internal representation for the table data and attributes which 
          should make maintenance and development much easier.

1.20 22 Oct 2003

1.19 22 Aug 2003

1.18a 9 May 2003

1.18 6 May 2003

1.17 2 September 2002

1.16 22 July 2002

1.15 6 March 2002

1.14 27 Feb 2002

1.13 10 Jan 2002

1.12a 24 Oct 2001

1.12 23 Oct 2001

1.11 10 Aug 2001

1.10 06 Aug 2001

1.09 23 May 2001

1.08 15 May 2001

1.07d 15 May 2001

1.07c 15 May 2001

1.07b 7 March 2001

1.07a 1 March 2001

1.07 23 February 2001

1.06 13 February 2001

1.05a 8 February 2001

1.05 6 February 2001

1.04a 4 December 2000

1.04 17 August 2000

1.03 13 July 2000

1.02 12 July 2000

1.01 7th July 2000

1.00 5th July 2000

0.90 27th January 1998