Version 0.05 change entry
[dbsrgits/DBIx-Class-InflateColumn-Object-Enum.git] / Changes
1 Revision history for DBIx-Class-InflateColumn-Object-Enum
2
3 0.05 Jan 27th 2014
4         - Updated dist build to distzilla
5 0.04    Jan 27th 2009
6         - Removed self dependency 
7 0.03    Nov 11th 2008
8         - Modified error verbage as per request from mst
9         - Changed ChangeLog sorting from latest -> oldest
10         - Migrated from internal svn repo to dbic-class svn repo
11
12 0.02    Oct 25th 2008
13         - Expanded testing database and tap tests to test for varchar 
14           nullable and non-nullable and database native enum nullable 
15           and non-nullable 
16         - Fixed a implmentation for Object::Enum->new so that columns value
17           on inflation is set correctly. This could have been considered
18           a nasty bug. Discovered through new tests.
19         - Added sanity check for inflation value set for invalid values so 
20           that we don't get Object::Enum's die for invalid value as I don't
21           like that behavior. Maybe a column_info to control check would be 
22           more reasonable?
23         - Changed allowable values usages from values column_info property
24           to extra->list property to make this modules usage fall more 
25           inline with how SQL::Translator handles native enum database
26           types. As per suggestion from Bernhard Graf.
27         - Added to code to enable smarter default_value handling
28
29 0.01    Oct 23rd 2008
30         - Register_column implemented
31         - Test database schema implemented
32         - Wrote base TAP tests