Revision history for Perl package GD-Graph-Cartesian

0.07 2012-03-19
  - Updated package with my current best practices
    - Objects are Lazy loaded
    - Moved all initializing to methods
    - Use first and minmax from utils
    - Added tests kwalitee.t, changes.t, and pod-coverage.t
  - Fixed performance issue where minmax was not being cached correctly - Colin Goddard at discuva.com

0.06 2009-08-31
  - Documentation
  - Cleaned up examples

0.05 2009-08-31

0.04 2009-05-05
  - require GD >= 2.02

0.02 2007-07-25
  - Updated the color algorithm to allocate unique colors only

0.01 2007-07-23
  - Original version based on GD::Graph::Polar