Intermediate commit - just have to add/fix POD for two classes, then done
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
9d172425 30.21 Wed Feb 24 14:00:00 2005
4 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
5 - Added code to Makefile.PL to skip .swp files in the Makefile
6 - Added RENDERER option to new()
7 - Deprecated BIG_FILE
8 - Added pod.t and pod_coverage.t
9
100.20 Wed Jan 26 12:00:00 2005
8c63e224 11 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
12 - Added a "type" attribute to CELL to allow printing by the write_*() family
13
8ca5e726 140.19 Wed Dec 08 12:00:00 2004
15 - Fixed META.yml
16 - Added more values to the MANIFEST.SKIP
17 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
18 - Improved POD
19
dee1f239 200.18 Fri Nov 12 14:45:00 2004
21 - Removed 'use warnings' from all tests
22 - All warnings are suppressed unless $^W is true
23 - Added 'height' value for ROW
24 - Added 'width' value for CELL
25 - Fixed PM_FILTER to work on Redhat
26
270.17 Sat Nov 06 23:30:00 2004
dba6a68e 28 - Added worksheet protection
29 - Fixed several bugs found by adding more tests
30 - SCOPE node actually works
31 - CONDITIONAL / IF now handles string values correctly
32
330.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 34 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
35 - This means that the Unicode handling is cleaner from a source
36 perspective
37 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
38 - Finally have a semi-real testing suite!
39 - Added minimal Spreadsheet::WriteExcel mockobject
40 - Fixed several bugs in formats found by building tests
41 - HIDDEN node now actually works
42 - LOCKED node now actually works
43
37513eae 440.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 45 - Fixed bugs that were:
46 - preventing a worksheet from using a variable name in a loop
47 - allowing two worksheets to have the same name
48 - preventing a worksheet from being called '0' or '0.0'
49 - Added back-references. This allows for one cell to refer to another
50 cell in an Excel-aware way, especially in formulas.
51 - Added the following nodes:
52 - BACKREF
53 - RANGE
37513eae 54
550.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 56 - Added new format support for (nearly) all formats supported by
57 Spreadsheet::WriteExcel
58 - Fixed email address everywhere
35ea9bbd 59
600.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 61 - Fixed email address and added GoogleGroup
35ea9bbd 62
d0eafc11 630.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 64 - Fixed bug regarding empty arrays as loop variables
d0eafc11 65
660.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 67 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 68
690.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 70 - Parameters are now case-insensitive
d0eafc11 71
720.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 73 - Fixed bug with multiple worksheets
d0eafc11 74
750.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 76 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 77
780.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 79 - Fixed the MANIFEST to account for missing files
d0eafc11 80
810.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 82 - Added formulas (no back-references yet)
83 - Improved POD a little
d0eafc11 84
850.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 86 - Fixed a bug in formats
d0eafc11 87
880.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 89 - Added BIG_FILES as an option, which will use
90 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
91 - Changed the output() method to use a tied IO::Scalar (which is
92 now a requirement.
93 - Firmed up the infrastructure in Excel::Template::Format
94 - Added the following tags
95 - FORMAT
96 - HIDDEN
97 - LOCKED
98 - OUTLINE
99 - SHADOW
100 - STRIKEOUT
d0eafc11 101
1020.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 103 - Added XML::Parser as a required pre-requisite module
104 - Added Italic format
105 - Removed $VERSION from Excel::Template::Base (Unneeded)
106 - No documentation or testing changes
d0eafc11 107
1080.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 109 - documentation improvements
110 - No actual functional changes
d0eafc11 111
1120.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 113 - original version; created by ExtUtils::ModuleMaker 0.32