Codebase list libcolor-calc-perl / upstream/1.060 Changes
upstream/1.060

Tree @upstream/1.060 (Download .tar.gz)

Changes @upstream/1.060raw · history · blame

Revision history for Perl extension Color::Calc.

1.060 (2010-01-01)
	- release 1.059_20091227

1.059_20091227
	- new calc functions: opposite, round, safe

1.059_20091226
	- use Scalar::Util, List::Util
	- some clean-ups and refactorisations
	- remove obsolete modules

1.052 Mon Dec 14 00:00:00 2009
	- switch to Module::Build
	- FIXES: #52744: Undeclared dependency on Test::NoWarnings
	  (reported by ANDK)
	- better documentation

1.051 Fri Dec 11 00:00:00 2009
	- documentation and meta information fixes, switch to Github
	- no API/functionality changes

1.05 Sun Sep 14 22:00:00 2008
	- use warnings everywhere
	- use strict everywhere
	- Test::Pod & Test::Pod::Coverage
	- cleanup

1.04 Sun Dec 10 22:00:00 2006
	- fixed last test w/ Graphics::ColorObject
	  (reported by Nelson Elhage)

1.03 Thu Nov 16 16:45:00 2006
	- documentation update
	- fixes and tests for 'pdf' format

1.02 Mon Nov 13 00:00:00 2006
	- fixed tests without Graphics::ColorObject

1.01 Sat Nov 11 11:11:11 2006
	- fixed tests w/ Graphics::ColorObject (reported by
	  Ernesto Hernández-Novich)
	- fixed dependencies (reported by Ernesto Hernández-Novich)

1.00 Sat Sep 24 20:00:00 2005
	- new 'pdf' output format, which is accepted by PDF::API2 v.40
	- allow any number of hex digits per color in #RGB/#RRGGBB/
	  #RRRGGGBBB/...
	- better tests
	- FIX: #13731 import w/ use does not work under mod_perl

0.29_0003 Sat Apr 09 20:00:00 2005
	- fixed MANIFEST (broken distribution)

0.29_0002 Sat Mar 26 16:20:00 2005
	- Color::Calc::WWW now uses Graphics::ColorNames::WWW
	- Color::Calc::WWW was missing from distribution
	- removed 'pdf' output format as PDF::API2::Color is no longer
	- complete test suite

0.29_0001 Fri Mar 25 12:00:00 2005
	- added object-orientated interface
	- added procedural interface with customisation on import
	- added Color::Calc::WWW
	- color scheme is now selectable

0.20  Mon Mar 28 00:00:00 2004
	- added Color::Calc::<xxx> modules to select return type
	- added $Color::Calc::MODE to select return type
	- return value of xxx_tuple can be used as parameter
	- <xxx>_html returns color names instead of #RRGGBB if possible
	- support for Graphics::ColorObject (input/output)
	- support for PDF::API2::Color (input/output)
	- fixed import list

0.12  Thu Mar 18 00:00:00 2004
	- added xxx_html
	- should work with perl 5.005 now

0.10  Sun May 04 00:00:00 2003
	- added tests
	- added more functions
	- some documentation corrections

0.02  Sat Apr 26 00:00:00 2003
	- first public release