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