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