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