first draft of auto_create/auto_update for dbix-class store
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
CommitLineData
5000f545 1Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
ad93b3e9 30.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
2aa8bdb6 80.03 XXX
9 Switch to Module::Install
10
60e8b82a 110.02 2006-12-16 2pm CST
12 Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
13
b81ead77 140.01 2006-11-10
15 First version, worked internally, completely undocumented