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