Bump version to v0.34 & update Changes file
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
100a09f5 30.34 Sun Apr 29 21:21:38 CEST 2012
c1e4ae46 4 Behavior of merge_range adjusted, now it works:
5 <merge_range> Content </ merge_range>. (As described in the POD)
cbac675a 6 Merge range formatting tends to collide with non-merged formatting,
7 thanks to Nigel Metheringham.
07ab243f 8 Fixed some documentation errors, thanks to Robert James Clay.
614e6e6c 9 Made Spreadsheet::WriteExcel links in format docs more generic (Nigel Metheringham)
d523f4e4 10 Added missing cell comment documentation
11
bc42be6f 120.33 Sun Feb 20 20:07:43 CET 2011
13 Implemented the COMMENT argument
14
05038395 150.32 Mon Jul 5 18:58:05 CEST 2010
bc42be6f 16 Official release for development release 0.31_1
17
87b1b243 180.31_1 Mon Jun 28 16:51:44 CEST 2010
0ba8883c 19 - Add autofilter to worksheet
b572596e 20 - Swichting to Module::Install
21
bf9809e5 220.31 Mo Dec 17 13:41:00 2007
23 - Add hide_gridlines to worksheet
24
1e753f77 250.30 Sa Dec 01 00:00:00 2007
26 - Add write_date_time to write a datetime-value into a cell
27
ddb9abcf 280.29 Mon Oct 08 12:00:00 2007
29 - Added merge_range as written by Stevan Little
30
82112547 310.28 Fri Jul 31 22:00:00 2005
32 - Added landscape and portrait orientations for worksheets
33
1aa9e458 340.27 Tue Jul 25 10:00:00 2006
35 - Fixed how widths are whitelisted to allow '.' for fractions
36
370.26 Fri Jun 02 15:30:00 2006
d5382a2d 38 - Fixed how widths are whitelisted to allow '.' for fractions
cf663350 39 - Fixed how certain formats are copied
40 - Added <image>
41 - Added <freezepanes>
d5382a2d 42
64f0fd9a 430.25 Thu May 26 11:00:00 2005
44 - Changed how the template file is opened to use 3-arg open() if available
45
9ee3aea0 460.24 Thu Mar 10 11:00:00 2005
8fd01531 47 - Implemented the KEEP_LEADING_ZEROS node
48 - This wraps the keep_leading_zeros() worksheet method
d01e4722 49 - Improved code coverage with more and better tests
9ee3aea0 50 - Am now above 90% coverage.
51 - Fixed bug involving relative values.
52 - Fixed bug involving formats when multiple Excel-Template objects ran in
53 the same process.
8fd01531 54 - Improved POD linking
55 - Every module/node reference in POD should link to the appropriate POD
d01e4722 56
e976988f 570.23 Fri Feb 25 15:00:00 2005
58 - Improved code coverage with more and better tests
59 - Fixed POD bug with Devel::Cover results
60 - Fixed bugs found in Factory::register while writing tests
61 - Base class wasn't loaded when class was registered.
62 - If registered class didn't exist, wouldn't die until parse()
63
640.22 Thu Feb 24 15:00:00 2005
a084e413 65 - new() now accepts either FILE or FILENAME
66 - parse() now accepts a filehandle or a filename
67
e976988f 680.21 Thu Feb 24 12:00:00 2005
9d172425 69 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
70 - Added code to Makefile.PL to skip .swp files in the Makefile
71 - Added RENDERER option to new()
72 - Deprecated BIG_FILE
73 - Added pod.t and pod_coverage.t
c11fa570 74 - Tests now run under 5.005_02 without warnings
9d172425 75
760.20 Wed Jan 26 12:00:00 2005
8c63e224 77 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
78 - Added a "type" attribute to CELL to allow printing by the write_*() family
79
8ca5e726 800.19 Wed Dec 08 12:00:00 2004
81 - Fixed META.yml
82 - Added more values to the MANIFEST.SKIP
83 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
84 - Improved POD
85
dee1f239 860.18 Fri Nov 12 14:45:00 2004
87 - Removed 'use warnings' from all tests
88 - All warnings are suppressed unless $^W is true
89 - Added 'height' value for ROW
90 - Added 'width' value for CELL
91 - Fixed PM_FILTER to work on Redhat
92
930.17 Sat Nov 06 23:30:00 2004
dba6a68e 94 - Added worksheet protection
95 - Fixed several bugs found by adding more tests
96 - SCOPE node actually works
97 - CONDITIONAL / IF now handles string values correctly
98
990.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 100 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
101 - This means that the Unicode handling is cleaner from a source
102 perspective
103 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
104 - Finally have a semi-real testing suite!
105 - Added minimal Spreadsheet::WriteExcel mockobject
106 - Fixed several bugs in formats found by building tests
107 - HIDDEN node now actually works
108 - LOCKED node now actually works
109
37513eae 1100.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 111 - Fixed bugs that were:
112 - preventing a worksheet from using a variable name in a loop
113 - allowing two worksheets to have the same name
114 - preventing a worksheet from being called '0' or '0.0'
115 - Added back-references. This allows for one cell to refer to another
116 cell in an Excel-aware way, especially in formulas.
117 - Added the following nodes:
118 - BACKREF
119 - RANGE
37513eae 120
1210.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 122 - Added new format support for (nearly) all formats supported by
123 Spreadsheet::WriteExcel
124 - Fixed email address everywhere
35ea9bbd 125
1260.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 127 - Fixed email address and added GoogleGroup
35ea9bbd 128
d0eafc11 1290.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 130 - Fixed bug regarding empty arrays as loop variables
d0eafc11 131
1320.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 133 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 134
1350.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 136 - Parameters are now case-insensitive
d0eafc11 137
1380.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 139 - Fixed bug with multiple worksheets
d0eafc11 140
1410.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 142 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 143
1440.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 145 - Fixed the MANIFEST to account for missing files
d0eafc11 146
1470.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 148 - Added formulas (no back-references yet)
149 - Improved POD a little
d0eafc11 150
1510.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 152 - Fixed a bug in formats
d0eafc11 153
1540.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 155 - Added BIG_FILES as an option, which will use
156 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
157 - Changed the output() method to use a tied IO::Scalar (which is
158 now a requirement.
159 - Firmed up the infrastructure in Excel::Template::Format
160 - Added the following tags
161 - FORMAT
162 - HIDDEN
163 - LOCKED
164 - OUTLINE
165 - SHADOW
166 - STRIKEOUT
d0eafc11 167
1680.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 169 - Added XML::Parser as a required pre-requisite module
170 - Added Italic format
171 - Removed $VERSION from Excel::Template::Base (Unneeded)
172 - No documentation or testing changes
d0eafc11 173
1740.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 175 - documentation improvements
176 - No actual functional changes
d0eafc11 177
1780.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 179 - original version; created by ExtUtils::ModuleMaker 0.32