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