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