- Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
[p5sagit/Excel-Template.git] / Changes
1 Revision history for Perl distribution Excel::Template
2
3 0.16 Fri Nov 05 16:15:00 2004
4     - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
5         - This means that the Unicode handling is cleaner from a source
6           perspective
7     - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
8     - Finally have a semi-real testing suite!
9         - Added minimal Spreadsheet::WriteExcel mockobject
10     - Fixed several bugs in formats found by building tests
11       - HIDDEN node now actually works
12       - LOCKED node now actually works
13
14 0.15 Thu Nov 04 16:15:00 2004
15     - Fixed bugs that were:
16         - preventing a worksheet from using a variable name in a loop
17         - allowing two worksheets to have the same name
18         - preventing a worksheet from being called '0' or '0.0'
19     - Added back-references. This allows for one cell to refer to another
20       cell in an Excel-aware way, especially in formulas.
21     - Added the following nodes:
22         - BACKREF
23         - RANGE
24
25 0.14 Thu Nov 04 13:30:00 2004
26     - Added new format support for (nearly) all formats supported by
27       Spreadsheet::WriteExcel
28     - Fixed email address everywhere
29
30 0.13 Thu Oct 29 07:30:00 2004
31     - Fixed email address and added GoogleGroup
32
33 0.12 Thu Apr 08 07:30:00 2004
34     - Fixed bug regarding empty arrays as loop variables
35
36 0.11 Wed Mar 17 16:00:00 2004
37     - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
38
39 0.10 Wed Mar 17 16:00:00 2004
40     - Parameters are now case-insensitive
41
42 0.09 Mon Feb 02 16:00:00 2004
43     - Fixed bug with multiple worksheets
44
45 0.08 Fri Jan 30 14:00:00 2004
46     - Added Base to the params for XML::Parser to allow for entity includes
47
48 0.07 Fri Jan 23 08:30:00 2004
49     - Fixed the MANIFEST to account for missing files
50
51 0.06 Mon Jan 20 11:00:00 2004
52     - Added formulas (no back-references yet)
53     - Improved POD a little
54
55 0.05 Wed Jan 16 12:30:00 2004
56     - Fixed a bug in formats
57
58 0.04 Wed Jan 16 12:00:00 2004
59     - Added BIG_FILES as an option, which will use
60       Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
61     - Changed the output() method to use a tied IO::Scalar (which is
62       now a requirement.
63     - Firmed up the infrastructure in Excel::Template::Format
64     - Added the following tags
65           - FORMAT
66           - HIDDEN
67           - LOCKED
68           - OUTLINE
69           - SHADOW
70           - STRIKEOUT
71
72 0.03 Wed Dec 03 20:30:00 2003
73     - Added XML::Parser as a required pre-requisite module
74     - Added Italic format
75     - Removed $VERSION from Excel::Template::Base (Unneeded)
76     - No documentation or testing changes
77
78 0.02 Sun Nov 30 17:00:00 2003
79     - documentation improvements
80     - No actual functional changes
81
82 0.01 Tue Nov 18 14:23:42 2003
83     - original version; created by ExtUtils::ModuleMaker 0.32