Forgot to add to Changes
[p5sagit/Excel-Template.git] / Changes
1 Revision history for Perl module Excel::Template
2
3 0.14 Wed Nov 04 13:30:00 2004
4         - Added new format support for (nearly) all formats supported by
5           Spreadsheet::WriteExcel
6         - Fixed email address everywhere
7
8 0.13 Thu Oct 29 07:30:00 2004
9         - Fixed email address and added GoogleGroup
10
11 0.12 Thu Apr 08 07:30:00 2004
12         - Fixed bug regarding empty arrays as loop variables
13
14 0.11 Wed Mar 17 16:00:00 2004
15         - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
16
17 0.10 Wed Mar 17 16:00:00 2004
18         - Parameters are now case-insensitive
19
20 0.09 Mon Feb 02 16:00:00 2004
21         - Fixed bug with multiple worksheets
22
23 0.08 Fri Jan 30 14:00:00 2004
24         - Added Base to the params for XML::Parser to allow for entity includes
25
26 0.07 Fri Jan 23 08:30:00 2004
27         - Fixed the MANIFEST to account for missing files
28
29 0.06 Mon Jan 20 11:00:00 2004
30         - Added formulas (no back-references yet)
31         - Improved POD a little
32
33 0.05 Wed Jan 16 12:30:00 2004
34         - Fixed a bug in formats
35
36 0.04 Wed Jan 16 12:00:00 2004
37         - Added BIG_FILES as an option, which will use
38           Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
39         - Changed the output() method to use a tied IO::Scalar (which is
40           now a requirement.
41         - Firmed up the infrastructure in Excel::Template::Format
42         - Added the following tags
43             - FORMAT
44             - HIDDEN
45             - LOCKED
46             - OUTLINE
47             - SHADOW
48             - STRIKEOUT
49
50 0.03 Wed Dec 03 20:30:00 2003
51         - Added XML::Parser as a required pre-requisite module
52         - Added Italic format
53         - Removed $VERSION from Excel::Template::Base (Unneeded)
54         - No documentation or testing changes
55
56 0.02 Sun Nov 30 17:00:00 2003
57         - documentation improvements
58         - No actual functional changes
59
60 0.01 Tue Nov 18 14:23:42 2003
61         - original version; created by ExtUtils::ModuleMaker 0.32
62
63