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