Improved tests and documentation. Fixed a few bugs in register()
[p5sagit/Excel-Template.git] / Changes
1 Revision history for Perl distribution Excel::Template
2
3 0.23 Fri Feb 25 15:00:00 2005
4     - Improved code coverage with more and better tests
5     - Fixed POD bug with Devel::Cover results
6     - Fixed bugs found in Factory::register while writing tests
7       - Base class wasn't loaded when class was registered.
8       - If registered class didn't exist, wouldn't die until parse()
9
10 0.22 Thu Feb 24 15:00:00 2005
11     - new() now accepts either FILE or FILENAME
12     - parse() now accepts a filehandle or a filename
13
14 0.21 Thu Feb 24 12:00:00 2005
15     - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
16     - Added code to Makefile.PL to skip .swp files in the Makefile
17     - Added RENDERER option to new()
18       - Deprecated BIG_FILE
19     - Added pod.t and pod_coverage.t
20     - Tests now run under 5.005_02 without warnings
21
22 0.20 Wed Jan 26 12:00:00 2005
23     - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
24     - Added a "type" attribute to CELL to allow printing by the write_*() family
25
26 0.19 Wed Dec 08 12:00:00 2004
27     - Fixed META.yml
28     - Added more values to the MANIFEST.SKIP
29     - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
30     - Improved POD
31
32 0.18 Fri Nov 12 14:45:00 2004
33     - Removed 'use warnings' from all tests
34     - All warnings are suppressed unless $^W is true
35     - Added 'height' value for ROW
36     - Added 'width' value for CELL
37     - Fixed PM_FILTER to work on Redhat
38
39 0.17 Sat Nov 06 23:30:00 2004
40     - Added worksheet protection
41     - Fixed several bugs found by adding more tests
42         - SCOPE node actually works
43         - CONDITIONAL / IF now handles string values correctly
44
45 0.16 Fri Nov 05 13:30:00 2004
46     - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
47         - This means that the Unicode handling is cleaner from a source
48           perspective
49     - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
50     - Finally have a semi-real testing suite!
51         - Added minimal Spreadsheet::WriteExcel mockobject
52     - Fixed several bugs in formats found by building tests
53       - HIDDEN node now actually works
54       - LOCKED node now actually works
55
56 0.15 Thu Nov 04 16:15:00 2004
57     - Fixed bugs that were:
58         - preventing a worksheet from using a variable name in a loop
59         - allowing two worksheets to have the same name
60         - preventing a worksheet from being called '0' or '0.0'
61     - Added back-references. This allows for one cell to refer to another
62       cell in an Excel-aware way, especially in formulas.
63     - Added the following nodes:
64         - BACKREF
65         - RANGE
66
67 0.14 Thu Nov 04 13:30:00 2004
68     - Added new format support for (nearly) all formats supported by
69       Spreadsheet::WriteExcel
70     - Fixed email address everywhere
71
72 0.13 Thu Oct 29 07:30:00 2004
73     - Fixed email address and added GoogleGroup
74
75 0.12 Thu Apr 08 07:30:00 2004
76     - Fixed bug regarding empty arrays as loop variables
77
78 0.11 Wed Mar 17 16:00:00 2004
79     - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
80
81 0.10 Wed Mar 17 16:00:00 2004
82     - Parameters are now case-insensitive
83
84 0.09 Mon Feb 02 16:00:00 2004
85     - Fixed bug with multiple worksheets
86
87 0.08 Fri Jan 30 14:00:00 2004
88     - Added Base to the params for XML::Parser to allow for entity includes
89
90 0.07 Fri Jan 23 08:30:00 2004
91     - Fixed the MANIFEST to account for missing files
92
93 0.06 Mon Jan 20 11:00:00 2004
94     - Added formulas (no back-references yet)
95     - Improved POD a little
96
97 0.05 Wed Jan 16 12:30:00 2004
98     - Fixed a bug in formats
99
100 0.04 Wed Jan 16 12:00:00 2004
101     - Added BIG_FILES as an option, which will use
102       Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
103     - Changed the output() method to use a tied IO::Scalar (which is
104       now a requirement.
105     - Firmed up the infrastructure in Excel::Template::Format
106     - Added the following tags
107           - FORMAT
108           - HIDDEN
109           - LOCKED
110           - OUTLINE
111           - SHADOW
112           - STRIKEOUT
113
114 0.03 Wed Dec 03 20:30:00 2003
115     - Added XML::Parser as a required pre-requisite module
116     - Added Italic format
117     - Removed $VERSION from Excel::Template::Base (Unneeded)
118     - No documentation or testing changes
119
120 0.02 Sun Nov 30 17:00:00 2003
121     - documentation improvements
122     - No actual functional changes
123
124 0.01 Tue Nov 18 14:23:42 2003
125     - original version; created by ExtUtils::ModuleMaker 0.32