Now throws exceptions when id_field is invalid or can not be determined
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
1 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
3 0.10    2007-07-07 3pm CST
4         Proper handling of missing id_field config (load from primary_key)
5         Throw exception if id_field specified does not exist
6         Full test suite added.  (based loosely on old DBIC store)
7
8 0.03    XXX
9         Switch to Module::Install
10
11 0.02    2006-12-16 2pm CST
12         Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
13         
14 0.01    2006-11-10 
15         First version, worked internally, completely undocumented