Finished changes for v0.21 - including documentation fixes and a new renderer
[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
c11fa570 9 - Tests now run under 5.005_02 without warnings
9d172425 10
110.20 Wed Jan 26 12:00:00 2005
8c63e224 12 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
13 - Added a "type" attribute to CELL to allow printing by the write_*() family
14
8ca5e726 150.19 Wed Dec 08 12:00:00 2004
16 - Fixed META.yml
17 - Added more values to the MANIFEST.SKIP
18 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
19 - Improved POD
20
dee1f239 210.18 Fri Nov 12 14:45:00 2004
22 - Removed 'use warnings' from all tests
23 - All warnings are suppressed unless $^W is true
24 - Added 'height' value for ROW
25 - Added 'width' value for CELL
26 - Fixed PM_FILTER to work on Redhat
27
280.17 Sat Nov 06 23:30:00 2004
dba6a68e 29 - Added worksheet protection
30 - Fixed several bugs found by adding more tests
31 - SCOPE node actually works
32 - CONDITIONAL / IF now handles string values correctly
33
340.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 35 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
36 - This means that the Unicode handling is cleaner from a source
37 perspective
38 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
39 - Finally have a semi-real testing suite!
40 - Added minimal Spreadsheet::WriteExcel mockobject
41 - Fixed several bugs in formats found by building tests
42 - HIDDEN node now actually works
43 - LOCKED node now actually works
44
37513eae 450.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 46 - Fixed bugs that were:
47 - preventing a worksheet from using a variable name in a loop
48 - allowing two worksheets to have the same name
49 - preventing a worksheet from being called '0' or '0.0'
50 - Added back-references. This allows for one cell to refer to another
51 cell in an Excel-aware way, especially in formulas.
52 - Added the following nodes:
53 - BACKREF
54 - RANGE
37513eae 55
560.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 57 - Added new format support for (nearly) all formats supported by
58 Spreadsheet::WriteExcel
59 - Fixed email address everywhere
35ea9bbd 60
610.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 62 - Fixed email address and added GoogleGroup
35ea9bbd 63
d0eafc11 640.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 65 - Fixed bug regarding empty arrays as loop variables
d0eafc11 66
670.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 68 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 69
700.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 71 - Parameters are now case-insensitive
d0eafc11 72
730.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 74 - Fixed bug with multiple worksheets
d0eafc11 75
760.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 77 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 78
790.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 80 - Fixed the MANIFEST to account for missing files
d0eafc11 81
820.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 83 - Added formulas (no back-references yet)
84 - Improved POD a little
d0eafc11 85
860.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 87 - Fixed a bug in formats
d0eafc11 88
890.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 90 - Added BIG_FILES as an option, which will use
91 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
92 - Changed the output() method to use a tied IO::Scalar (which is
93 now a requirement.
94 - Firmed up the infrastructure in Excel::Template::Format
95 - Added the following tags
96 - FORMAT
97 - HIDDEN
98 - LOCKED
99 - OUTLINE
100 - SHADOW
101 - STRIKEOUT
d0eafc11 102
1030.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 104 - Added XML::Parser as a required pre-requisite module
105 - Added Italic format
106 - Removed $VERSION from Excel::Template::Base (Unneeded)
107 - No documentation or testing changes
d0eafc11 108
1090.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 110 - documentation improvements
111 - No actual functional changes
d0eafc11 112
1130.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 114 - original version; created by ExtUtils::ModuleMaker 0.32