Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
d01e4722 30.24 ??? Mar 0? ??:00:00 2005
4 - Improved code coverage with more and better tests
5
e976988f 60.23 Fri Feb 25 15:00:00 2005
7 - Improved code coverage with more and better tests
8 - Fixed POD bug with Devel::Cover results
9 - Fixed bugs found in Factory::register while writing tests
10 - Base class wasn't loaded when class was registered.
11 - If registered class didn't exist, wouldn't die until parse()
12
130.22 Thu Feb 24 15:00:00 2005
a084e413 14 - new() now accepts either FILE or FILENAME
15 - parse() now accepts a filehandle or a filename
16
e976988f 170.21 Thu Feb 24 12:00:00 2005
9d172425 18 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
19 - Added code to Makefile.PL to skip .swp files in the Makefile
20 - Added RENDERER option to new()
21 - Deprecated BIG_FILE
22 - Added pod.t and pod_coverage.t
c11fa570 23 - Tests now run under 5.005_02 without warnings
9d172425 24
250.20 Wed Jan 26 12:00:00 2005
8c63e224 26 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
27 - Added a "type" attribute to CELL to allow printing by the write_*() family
28
8ca5e726 290.19 Wed Dec 08 12:00:00 2004
30 - Fixed META.yml
31 - Added more values to the MANIFEST.SKIP
32 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
33 - Improved POD
34
dee1f239 350.18 Fri Nov 12 14:45:00 2004
36 - Removed 'use warnings' from all tests
37 - All warnings are suppressed unless $^W is true
38 - Added 'height' value for ROW
39 - Added 'width' value for CELL
40 - Fixed PM_FILTER to work on Redhat
41
420.17 Sat Nov 06 23:30:00 2004
dba6a68e 43 - Added worksheet protection
44 - Fixed several bugs found by adding more tests
45 - SCOPE node actually works
46 - CONDITIONAL / IF now handles string values correctly
47
480.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 49 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
50 - This means that the Unicode handling is cleaner from a source
51 perspective
52 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
53 - Finally have a semi-real testing suite!
54 - Added minimal Spreadsheet::WriteExcel mockobject
55 - Fixed several bugs in formats found by building tests
56 - HIDDEN node now actually works
57 - LOCKED node now actually works
58
37513eae 590.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 60 - Fixed bugs that were:
61 - preventing a worksheet from using a variable name in a loop
62 - allowing two worksheets to have the same name
63 - preventing a worksheet from being called '0' or '0.0'
64 - Added back-references. This allows for one cell to refer to another
65 cell in an Excel-aware way, especially in formulas.
66 - Added the following nodes:
67 - BACKREF
68 - RANGE
37513eae 69
700.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 71 - Added new format support for (nearly) all formats supported by
72 Spreadsheet::WriteExcel
73 - Fixed email address everywhere
35ea9bbd 74
750.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 76 - Fixed email address and added GoogleGroup
35ea9bbd 77
d0eafc11 780.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 79 - Fixed bug regarding empty arrays as loop variables
d0eafc11 80
810.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 82 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 83
840.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 85 - Parameters are now case-insensitive
d0eafc11 86
870.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 88 - Fixed bug with multiple worksheets
d0eafc11 89
900.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 91 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 92
930.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 94 - Fixed the MANIFEST to account for missing files
d0eafc11 95
960.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 97 - Added formulas (no back-references yet)
98 - Improved POD a little
d0eafc11 99
1000.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 101 - Fixed a bug in formats
d0eafc11 102
1030.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 104 - Added BIG_FILES as an option, which will use
105 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
106 - Changed the output() method to use a tied IO::Scalar (which is
107 now a requirement.
108 - Firmed up the infrastructure in Excel::Template::Format
109 - Added the following tags
110 - FORMAT
111 - HIDDEN
112 - LOCKED
113 - OUTLINE
114 - SHADOW
115 - STRIKEOUT
d0eafc11 116
1170.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 118 - Added XML::Parser as a required pre-requisite module
119 - Added Italic format
120 - Removed $VERSION from Excel::Template::Base (Unneeded)
121 - No documentation or testing changes
d0eafc11 122
1230.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 124 - documentation improvements
125 - No actual functional changes
d0eafc11 126
1270.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 128 - original version; created by ExtUtils::ModuleMaker 0.32