Merge current-dev 0.30 back to trunk
[p5sagit/Excel-Template.git] / Changes
CommitLineData
37513eae 1Revision history for Perl distribution Excel::Template
2
1e753f77 30.30 Sa Dec 01 00:00:00 2007
4 - Add write_date_time to write a datetime-value into a cell
5
ddb9abcf 60.29 Mon Oct 08 12:00:00 2007
7 - Added merge_range as written by Stevan Little
8
82112547 90.28 Fri Jul 31 22:00:00 2005
10 - Added landscape and portrait orientations for worksheets
11
1aa9e458 120.27 Tue Jul 25 10:00:00 2006
13 - Fixed how widths are whitelisted to allow '.' for fractions
14
150.26 Fri Jun 02 15:30:00 2006
d5382a2d 16 - Fixed how widths are whitelisted to allow '.' for fractions
cf663350 17 - Fixed how certain formats are copied
18 - Added <image>
19 - Added <freezepanes>
d5382a2d 20
64f0fd9a 210.25 Thu May 26 11:00:00 2005
22 - Changed how the template file is opened to use 3-arg open() if available
23
9ee3aea0 240.24 Thu Mar 10 11:00:00 2005
8fd01531 25 - Implemented the KEEP_LEADING_ZEROS node
26 - This wraps the keep_leading_zeros() worksheet method
d01e4722 27 - Improved code coverage with more and better tests
9ee3aea0 28 - Am now above 90% coverage.
29 - Fixed bug involving relative values.
30 - Fixed bug involving formats when multiple Excel-Template objects ran in
31 the same process.
8fd01531 32 - Improved POD linking
33 - Every module/node reference in POD should link to the appropriate POD
d01e4722 34
e976988f 350.23 Fri Feb 25 15:00:00 2005
36 - Improved code coverage with more and better tests
37 - Fixed POD bug with Devel::Cover results
38 - Fixed bugs found in Factory::register while writing tests
39 - Base class wasn't loaded when class was registered.
40 - If registered class didn't exist, wouldn't die until parse()
41
420.22 Thu Feb 24 15:00:00 2005
a084e413 43 - new() now accepts either FILE or FILENAME
44 - parse() now accepts a filehandle or a filename
45
e976988f 460.21 Thu Feb 24 12:00:00 2005
9d172425 47 - Fixed documentation bug in BACKREF (Thanks to Paul Williams)
48 - Added code to Makefile.PL to skip .swp files in the Makefile
49 - Added RENDERER option to new()
50 - Deprecated BIG_FILE
51 - Added pod.t and pod_coverage.t
c11fa570 52 - Tests now run under 5.005_02 without warnings
9d172425 53
540.20 Wed Jan 26 12:00:00 2005
8c63e224 55 - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter.
56 - Added a "type" attribute to CELL to allow printing by the write_*() family
57
8ca5e726 580.19 Wed Dec 08 12:00:00 2004
59 - Fixed META.yml
60 - Added more values to the MANIFEST.SKIP
61 - Fixed PM_FILTER to work on Win32 (Thanks, Corion!)
62 - Improved POD
63
dee1f239 640.18 Fri Nov 12 14:45:00 2004
65 - Removed 'use warnings' from all tests
66 - All warnings are suppressed unless $^W is true
67 - Added 'height' value for ROW
68 - Added 'width' value for CELL
69 - Fixed PM_FILTER to work on Redhat
70
710.17 Sat Nov 06 23:30:00 2004
dba6a68e 72 - Added worksheet protection
73 - Fixed several bugs found by adding more tests
74 - SCOPE node actually works
75 - CONDITIONAL / IF now handles string values correctly
76
770.16 Fri Nov 05 13:30:00 2004
b6bc5a5d 78 - Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
79 - This means that the Unicode handling is cleaner from a source
80 perspective
81 - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
82 - Finally have a semi-real testing suite!
83 - Added minimal Spreadsheet::WriteExcel mockobject
84 - Fixed several bugs in formats found by building tests
85 - HIDDEN node now actually works
86 - LOCKED node now actually works
87
37513eae 880.15 Thu Nov 04 16:15:00 2004
b6bc5a5d 89 - Fixed bugs that were:
90 - preventing a worksheet from using a variable name in a loop
91 - allowing two worksheets to have the same name
92 - preventing a worksheet from being called '0' or '0.0'
93 - Added back-references. This allows for one cell to refer to another
94 cell in an Excel-aware way, especially in formulas.
95 - Added the following nodes:
96 - BACKREF
97 - RANGE
37513eae 98
990.14 Thu Nov 04 13:30:00 2004
b6bc5a5d 100 - Added new format support for (nearly) all formats supported by
101 Spreadsheet::WriteExcel
102 - Fixed email address everywhere
35ea9bbd 103
1040.13 Thu Oct 29 07:30:00 2004
b6bc5a5d 105 - Fixed email address and added GoogleGroup
35ea9bbd 106
d0eafc11 1070.12 Thu Apr 08 07:30:00 2004
b6bc5a5d 108 - Fixed bug regarding empty arrays as loop variables
d0eafc11 109
1100.11 Wed Mar 17 16:00:00 2004
b6bc5a5d 111 - Fixed bug introduced in 0.10 (Loops were not case-insensitive)
d0eafc11 112
1130.10 Wed Mar 17 16:00:00 2004
b6bc5a5d 114 - Parameters are now case-insensitive
d0eafc11 115
1160.09 Mon Feb 02 16:00:00 2004
b6bc5a5d 117 - Fixed bug with multiple worksheets
d0eafc11 118
1190.08 Fri Jan 30 14:00:00 2004
b6bc5a5d 120 - Added Base to the params for XML::Parser to allow for entity includes
d0eafc11 121
1220.07 Fri Jan 23 08:30:00 2004
b6bc5a5d 123 - Fixed the MANIFEST to account for missing files
d0eafc11 124
1250.06 Mon Jan 20 11:00:00 2004
b6bc5a5d 126 - Added formulas (no back-references yet)
127 - Improved POD a little
d0eafc11 128
1290.05 Wed Jan 16 12:30:00 2004
b6bc5a5d 130 - Fixed a bug in formats
d0eafc11 131
1320.04 Wed Jan 16 12:00:00 2004
b6bc5a5d 133 - Added BIG_FILES as an option, which will use
134 Spreadsheet::WriteExcel::Big as the renderer (yet unimplemented)
135 - Changed the output() method to use a tied IO::Scalar (which is
136 now a requirement.
137 - Firmed up the infrastructure in Excel::Template::Format
138 - Added the following tags
139 - FORMAT
140 - HIDDEN
141 - LOCKED
142 - OUTLINE
143 - SHADOW
144 - STRIKEOUT
d0eafc11 145
1460.03 Wed Dec 03 20:30:00 2003
b6bc5a5d 147 - Added XML::Parser as a required pre-requisite module
148 - Added Italic format
149 - Removed $VERSION from Excel::Template::Base (Unneeded)
150 - No documentation or testing changes
d0eafc11 151
1520.02 Sun Nov 30 17:00:00 2003
b6bc5a5d 153 - documentation improvements
154 - No actual functional changes
d0eafc11 155
1560.01 Tue Nov 18 14:23:42 2003
b6bc5a5d 157 - original version; created by ExtUtils::ModuleMaker 0.32