82df0baa8679cce5a5fa604823674bc36e2d0e95
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
1 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
3 0.104   2008-02-15
4         Added ability to avoid DB hits when restoring from session
5
6 0.103   2008-02-07
7         Added missing DBIx::Class dependancy in Makefile.PL so 
8         that the damn test bots stop emailing me. 
9
10 0.102   2008-01-23
11         Catalyst::Authentication::Store::DBIx::Class::User
12           - Explicitly call auto_create() against resultset()
13           - Explicitly call auto_update() against _user()
14           - Document the above
15
16 0.101   2007-12-02
17         Implemented basic auto_update_user and auto_create_user support
18
19 0.10    2007-07-07 3pm CST
20         Proper handling of missing id_field config (load from primary_key)
21         Throw exception if id_field specified does not exist
22         Full test suite added.  (based loosely on old DBIC store)
23
24 0.03    XXX
25         Switch to Module::Install
26
27 0.02    2006-12-16 2pm CST
28         Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
29         
30 0.01    2006-11-10 
31         First version, worked internally, completely undocumented