r13918@rob-kinyons-powerbook58: rob | 2006-06-02 10:04:04 -0400
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
3271754f 30.26 Thu Jun 01 17:00:00 2005
d5382a2d 4 - Fixed how widths are whitelisted to allow '.' for fractions
5
64f0fd9a 60.25 Thu May 26 11:00:00 2005
7 - Changed how the template file is opened to use 3-arg open() if available
8
9ee3aea0 90.24 Thu Mar 10 11:00:00 2005
8fd01531 10 - Implemented the KEEP_LEADING_ZEROS node
11 - This wraps the keep_leading_zeros() worksheet method
d01e4722 12 - Improved code coverage with more and better tests
9ee3aea0 13 - Am now above 90% coverage.
14 - Fixed bug involving relative values.
15 - Fixed bug involving formats when multiple Excel-Template objects ran in
16 the same process.
8fd01531 17 - Improved POD linking
18 - Every module/node reference in POD should link to the appropriate POD
d01e4722 19
e976988f 200.23 Fri Feb 25 15:00:00 2005
21 - Improved code coverage with more and better tests
22 - Fixed POD bug with Devel::Cover results
23 - Fixed bugs found in Factory::register while writing tests
24 - Base class wasn't loaded when class was registered.
25 - If registered class didn't exist, wouldn't die until parse()
26
270.22 Thu Feb 24 15:00:00 2005
a084e413 28 - new() now accepts either FILE or FILENAME
29 - parse() now accepts a filehandle or a filename
30
e976988f 310.21 Thu Feb 24 12:00:00 2005
9d172425 32 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
33 - Added code to Makefile.PL to skip .swp files in the Makefile
34 - Added RENDERER option to new()
35 - Deprecated BIG_FILE
36 - Added pod.t and pod_coverage.t
c11fa570 37 - Tests now run under 5.005_02 without warnings
9d172425 38
390.20 Wed Jan 26 12:00:00 2005
8c63e224 40 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
41 - Added a "type" attribute to CELL to allow printing by the write_*() family
42
8ca5e726 430.19 Wed Dec 08 12:00:00 2004
44 - Fixed META.yml
45 - Added more values to the MANIFEST.SKIP
46 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
47 - Improved POD
48
dee1f239 490.18 Fri Nov 12 14:45:00 2004
50 - Removed 'use warnings' from all tests
51 - All warnings are suppressed unless $^W is true
52 - Added 'height' value for ROW
53 - Added 'width' value for CELL
54 - Fixed PM_FILTER to work on Redhat
55
560.17 Sat Nov 06 23:30:00 2004
dba6a68e 57 - Added worksheet protection
58 - Fixed several bugs found by adding more tests
59 - SCOPE node actually works
60 - CONDITIONAL / IF now handles string values correctly
61
620.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 63 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
64 - This means that the Unicode handling is cleaner from a source
65 perspective
66 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
67 - Finally have a semi-real testing suite!
68 - Added minimal Spreadsheet::WriteExcel mockobject
69 - Fixed several bugs in formats found by building tests
70 - HIDDEN node now actually works
71 - LOCKED node now actually works
72
37513eae 730.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 74 - Fixed bugs that were:
75 - preventing a worksheet from using a variable name in a loop
76 - allowing two worksheets to have the same name
77 - preventing a worksheet from being called '0' or '0.0'
78 - Added back-references. This allows for one cell to refer to another
79 cell in an Excel-aware way, especially in formulas.
80 - Added the following nodes:
81 - BACKREF
82 - RANGE
37513eae 83
840.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 85 - Added new format support for (nearly) all formats supported by
86 Spreadsheet::WriteExcel
87 - Fixed email address everywhere
35ea9bbd 88
890.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 90 - Fixed email address and added GoogleGroup
35ea9bbd 91
d0eafc11 920.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 93 - Fixed bug regarding empty arrays as loop variables
d0eafc11 94
950.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 96 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 97
980.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 99 - Parameters are now case-insensitive
d0eafc11 100
1010.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 102 - Fixed bug with multiple worksheets
d0eafc11 103
1040.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 105 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 106
1070.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 108 - Fixed the MANIFEST to account for missing files
d0eafc11 109
1100.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 111 - Added formulas (no back-references yet)
112 - Improved POD a little
d0eafc11 113
1140.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 115 - Fixed a bug in formats
d0eafc11 116
1170.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 118 - Added BIG_FILES as an option, which will use
119 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
120 - Changed the output() method to use a tied IO::Scalar (which is
121 now a requirement.
122 - Firmed up the infrastructure in Excel::Template::Format
123 - Added the following tags
124 - FORMAT
125 - HIDDEN
126 - LOCKED
127 - OUTLINE
128 - SHADOW
129 - STRIKEOUT
d0eafc11 130
1310.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 132 - Added XML::Parser as a required pre-requisite module
133 - Added Italic format
134 - Removed $VERSION from Excel::Template::Base (Unneeded)
135 - No documentation or testing changes
d0eafc11 136
1370.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 138 - documentation improvements
139 - No actual functional changes
d0eafc11 140
1410.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 142 - original version; created by ExtUtils::ModuleMaker 0.32