Revision history for Class::PObject
=======================================
2.06_03 Saturday, September 06, 2003
- FIX: Minor bug fix in columns() method
2.06_02 Saturday, September 06, 2003
- NEW: Full type-mapping functionality
- NEW: HAS-A relationships through type-mapping
2.05_01 Tuesday, September 02, 2003
- More optimized load_ids() DBI driver method thanks to extended
_prepare_select() method in Driver/DBI.pm
- First attempt for providing extensible type-map supported,
but still not functional.
2.05 Wednesday, August 27, 2003
- Minor inaccuracies in the Iterator.pm's manual fixed
- Test suit fixed
2.04 Wednesday, August 27, 2003
- Iterator class was missing in the distribution
2.03 Tuesday, August 26, 2003
- More comprehensive manual
- Object iterator supported through fetch() method
- Driver specs revisited
2.00_01 Saturday, August 23, 2003
- Stable drivers and driver specifications
- DBI-related drivers re-written
- More complete manuals
- More test suits
1.8 Friday, June 20, 2003
- 'csv' driver fixed, and should be stable.
- empty object in array context used to load an array with a single
undefined value. Fixed in this release
- drivers no longed need to provide remove_all() method. If missing
Class::PObject will take care of them using remove()
- 'file' driver now works undef taint mode
1.7 Monday, June 09, 2003
- in cases no matches can be loaded, load() of the drivers' still
used to return a defined array with a single undefined element.
Fixed in 1.7
1.5 Monday, June 09, 2003
- columns() method added.
- struct() is documented
1.3 Sunday, June 08, 2003
- first public release, alpha
0.01 Tuesday, June 03 2003
- original version; created by h2xs 1.21 with options
AXn Class::Struct::Persistent
=======================================
$Id: Changes,v 1.10.2.2 2003/09/06 14:03:06 sherzodr Exp $