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