missing dependency fixed
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
1 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
3 0.107   2008-09-29
4                    - Fix the typo in exception during authenticate
5                    - Doc fixes and clarifications
6
7 0.105   2008-03-19
8         Throw an exception if no fields are provided during authenticate
9            - better than retrieving a random user. 
10            - still possible to do an empty search by using searchargs
11         
12 0.104   2008-02-15
13         Added ability to avoid DB hits when restoring from session
14
15 0.103   2008-02-07
16         Added missing DBIx::Class dependancy in Makefile.PL so 
17         that the damn test bots stop emailing me. 
18
19 0.102   2008-01-23
20         Catalyst::Authentication::Store::DBIx::Class::User
21           - Explicitly call auto_create() against resultset()
22           - Explicitly call auto_update() against _user()
23           - Document the above
24
25 0.101   2007-12-02
26         Implemented basic auto_update_user and auto_create_user support
27
28 0.10    2007-07-07 3pm CST
29         Proper handling of missing id_field config (load from primary_key)
30         Throw exception if id_field specified does not exist
31         Full test suite added.  (based loosely on old DBIC store)
32
33 0.03    XXX
34         Switch to Module::Install
35
36 0.02    2006-12-16 2pm CST
37         Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
38         
39 0.01    2006-11-10 
40         First version, worked internally, completely undocumented