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