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