X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=251ae25851c28f183d5f1cac307413fe91362884;hb=cf663350e6c614cc3704206b1389f1215ce481f5;hp=672b94bb701f6698612ced2ea9bc78fd00458c40;hpb=dee1f2390b1d5808099f96e088a0d4bc1e0ce27a;p=p5sagit%2FExcel-Template.git diff --git a/Changes b/Changes index 672b94b..251ae25 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,54 @@ Revision history for Perl distribution Excel::Template +0.26 Thu Jun 01 17:00:00 2005 + - Fixed how widths are whitelisted to allow '.' for fractions + - Fixed how certain formats are copied + - Added + - Added + +0.25 Thu May 26 11:00:00 2005 + - Changed how the template file is opened to use 3-arg open() if available + +0.24 Thu Mar 10 11:00:00 2005 + - Implemented the KEEP_LEADING_ZEROS node + - This wraps the keep_leading_zeros() worksheet method + - Improved code coverage with more and better tests + - Am now above 90% coverage. + - Fixed bug involving relative values. + - Fixed bug involving formats when multiple Excel-Template objects ran in + the same process. + - Improved POD linking + - Every module/node reference in POD should link to the appropriate POD + +0.23 Fri Feb 25 15:00:00 2005 + - Improved code coverage with more and better tests + - Fixed POD bug with Devel::Cover results + - Fixed bugs found in Factory::register while writing tests + - Base class wasn't loaded when class was registered. + - If registered class didn't exist, wouldn't die until parse() + +0.22 Thu Feb 24 15:00:00 2005 + - new() now accepts either FILE or FILENAME + - parse() now accepts a filehandle or a filename + +0.21 Thu Feb 24 12:00:00 2005 + - Fixed documentation bug in BACKREF (Thanks to Paul Williams) + - Added code to Makefile.PL to skip .swp files in the Makefile + - Added RENDERER option to new() + - Deprecated BIG_FILE + - Added pod.t and pod_coverage.t + - Tests now run under 5.005_02 without warnings + +0.20 Wed Jan 26 12:00:00 2005 + - Removed PM_FILTER by adding an optional USE_UNICODE runtime parameter. + - Added a "type" attribute to CELL to allow printing by the write_*() family + +0.19 Wed Dec 08 12:00:00 2004 + - Fixed META.yml + - Added more values to the MANIFEST.SKIP + - Fixed PM_FILTER to work on Win32 (Thanks, Corion!) + - Improved POD + 0.18 Fri Nov 12 14:45:00 2004 - Removed 'use warnings' from all tests - All warnings are suppressed unless $^W is true