changes and version update in prep for release
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
CommitLineData
5000f545 1Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
2
bf76ff13 30.107 2008-09-29
4 - Fix the typo in exception during authenticate
5 - Doc fixes and clarifications
6
87920e64 70.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
f26005a7 120.104 2008-02-15
13 Added ability to avoid DB hits when restoring from session
14
150.103 2008-02-07
16 Added missing DBIx::Class dependancy in Makefile.PL so
17 that the damn test bots stop emailing me.
18
69100364 190.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
ba76557d 250.101 2007-12-02
67f6319b 26 Implemented basic auto_update_user and auto_create_user support
27
ad93b3e9 280.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
2aa8bdb6 330.03 XXX
34 Switch to Module::Install
35
60e8b82a 360.02 2006-12-16 2pm CST
37 Rewritten to use proper accessors and clean up to match updated C::P::Authentication class naming
38
b81ead77 390.01 2006-11-10
40 First version, worked internally, completely undocumented