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