Update Changes file
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
07ab243f 3 Fixed some documentation errors, thanks to Robert James Clay.
614e6e6c 4 Made Spreadsheet::WriteExcel links in format docs more generic (Nigel Metheringham)
d523f4e4 5 Added missing cell comment documentation
6
bc42be6f 70.33 Sun Feb 20 20:07:43 CET 2011
8 Implemented the COMMENT argument
9
05038395 100.32 Mon Jul 5 18:58:05 CEST 2010
bc42be6f 11 Official release for development release 0.31_1
12
87b1b243 130.31_1 Mon Jun 28 16:51:44 CEST 2010
0ba8883c 14 - Add autofilter to worksheet
b572596e 15 - Swichting to Module::Install
16
bf9809e5 170.31 Mo Dec 17 13:41:00 2007
18 - Add hide_gridlines to worksheet
19
1e753f77 200.30 Sa Dec 01 00:00:00 2007
21 - Add write_date_time to write a datetime-value into a cell
22
ddb9abcf 230.29 Mon Oct 08 12:00:00 2007
24 - Added merge_range as written by Stevan Little
25
82112547 260.28 Fri Jul 31 22:00:00 2005
27 - Added landscape and portrait orientations for worksheets
28
1aa9e458 290.27 Tue Jul 25 10:00:00 2006
30 - Fixed how widths are whitelisted to allow '.' for fractions
31
320.26 Fri Jun 02 15:30:00 2006
d5382a2d 33 - Fixed how widths are whitelisted to allow '.' for fractions
cf663350 34 - Fixed how certain formats are copied
35 - Added <image>
36 - Added <freezepanes>
d5382a2d 37
64f0fd9a 380.25 Thu May 26 11:00:00 2005
39 - Changed how the template file is opened to use 3-arg open() if available
40
9ee3aea0 410.24 Thu Mar 10 11:00:00 2005
8fd01531 42 - Implemented the KEEP_LEADING_ZEROS node
43 - This wraps the keep_leading_zeros() worksheet method
d01e4722 44 - Improved code coverage with more and better tests
9ee3aea0 45 - Am now above 90% coverage.
46 - Fixed bug involving relative values.
47 - Fixed bug involving formats when multiple Excel-Template objects ran in
48 the same process.
8fd01531 49 - Improved POD linking
50 - Every module/node reference in POD should link to the appropriate POD
d01e4722 51
e976988f 520.23 Fri Feb 25 15:00:00 2005
53 - Improved code coverage with more and better tests
54 - Fixed POD bug with Devel::Cover results
55 - Fixed bugs found in Factory::register while writing tests
56 - Base class wasn't loaded when class was registered.
57 - If registered class didn't exist, wouldn't die until parse()
58
590.22 Thu Feb 24 15:00:00 2005
a084e413 60 - new() now accepts either FILE or FILENAME
61 - parse() now accepts a filehandle or a filename
62
e976988f 630.21 Thu Feb 24 12:00:00 2005
9d172425 64 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
65 - Added code to Makefile.PL to skip .swp files in the Makefile
66 - Added RENDERER option to new()
67 - Deprecated BIG_FILE
68 - Added pod.t and pod_coverage.t
c11fa570 69 - Tests now run under 5.005_02 without warnings
9d172425 70
710.20 Wed Jan 26 12:00:00 2005
8c63e224 72 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
73 - Added a "type" attribute to CELL to allow printing by the write_*() family
74
8ca5e726 750.19 Wed Dec 08 12:00:00 2004
76 - Fixed META.yml
77 - Added more values to the MANIFEST.SKIP
78 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
79 - Improved POD
80
dee1f239 810.18 Fri Nov 12 14:45:00 2004
82 - Removed 'use warnings' from all tests
83 - All warnings are suppressed unless $^W is true
84 - Added 'height' value for ROW
85 - Added 'width' value for CELL
86 - Fixed PM_FILTER to work on Redhat
87
880.17 Sat Nov 06 23:30:00 2004
dba6a68e 89 - Added worksheet protection
90 - Fixed several bugs found by adding more tests
91 - SCOPE node actually works
92 - CONDITIONAL / IF now handles string values correctly
93
940.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 95 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
96 - This means that the Unicode handling is cleaner from a source
97 perspective
98 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
99 - Finally have a semi-real testing suite!
100 - Added minimal Spreadsheet::WriteExcel mockobject
101 - Fixed several bugs in formats found by building tests
102 - HIDDEN node now actually works
103 - LOCKED node now actually works
104
37513eae 1050.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 106 - Fixed bugs that were:
107 - preventing a worksheet from using a variable name in a loop
108 - allowing two worksheets to have the same name
109 - preventing a worksheet from being called '0' or '0.0'
110 - Added back-references. This allows for one cell to refer to another
111 cell in an Excel-aware way, especially in formulas.
112 - Added the following nodes:
113 - BACKREF
114 - RANGE
37513eae 115
1160.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 117 - Added new format support for (nearly) all formats supported by
118 Spreadsheet::WriteExcel
119 - Fixed email address everywhere
35ea9bbd 120
1210.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 122 - Fixed email address and added GoogleGroup
35ea9bbd 123
d0eafc11 1240.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 125 - Fixed bug regarding empty arrays as loop variables
d0eafc11 126
1270.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 128 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 129
1300.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 131 - Parameters are now case-insensitive
d0eafc11 132
1330.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 134 - Fixed bug with multiple worksheets
d0eafc11 135
1360.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 137 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 138
1390.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 140 - Fixed the MANIFEST to account for missing files
d0eafc11 141
1420.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 143 - Added formulas (no back-references yet)
144 - Improved POD a little
d0eafc11 145
1460.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 147 - Fixed a bug in formats
d0eafc11 148
1490.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 150 - Added BIG_FILES as an option, which will use
151 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
152 - Changed the output() method to use a tied IO::Scalar (which is
153 now a requirement.
154 - Firmed up the infrastructure in Excel::Template::Format
155 - Added the following tags
156 - FORMAT
157 - HIDDEN
158 - LOCKED
159 - OUTLINE
160 - SHADOW
161 - STRIKEOUT
d0eafc11 162
1630.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 164 - Added XML::Parser as a required pre-requisite module
165 - Added Italic format
166 - Removed $VERSION from Excel::Template::Base (Unneeded)
167 - No documentation or testing changes
d0eafc11 168
1690.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 170 - documentation improvements
171 - No actual functional changes
d0eafc11 172
1730.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 174 - original version; created by ExtUtils::ModuleMaker 0.32