forked from vti/mojox-session
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
85 lines (60 loc) · 2.23 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Revision history for MojoX-Session
{{$NEXT}}
0.29 2013-10-10T16:51:24Z
- Fix test compatibility with v4.45
0.28 2013-06-06 00:00:00
- Fix Mojolicious update
0.27 2013-05-06 00:00:00
- Correcting Dbi/Dbic capitalisation (Alex Hutton)
0.26 2012-12-30 00:00:00
- Require Digest::SHA instead of Digest::SHA1
- Remove DBI/DBIC in favor of Dbi/Dbic (Alex Hutton)
0.25 2012-02-11 00:00:00
- Fixes due to Mojolicious api change (and again)
0.24 2011-07-19 00:00:00
- Fixes due to Mojolicious api change (again)
0.20 2010-05-19 00:00:00
- CouchDB store fixes (tomiles)
0.16 2010-01-22 00:00:00
- Fixed session initialization place in plugin to avoid cross-request
data sharing (mvuets, korshak)
0.15 2009-12-15 00:00:00
- flush method returns store value (abh suggestion)
- Cookie transport by default
- Autoloading store and transport classes
- Added Mojolicious::Plugin::Session
0.13 2009-08-18 00:00:00
- Fixes due to Mojo update (David Davis)
0.12 2009-08-03 00:00:00
- Better DBIC store (William Ono)
0.11 2009-07-22 00:00:00
- Minimal Mojo version where remote_addr() first appeared (0.9002)
0.10 2009-04-12 00:00:00
- DBIC store, thanks to William Ono
0.09 2009-04-08 00:00:00
- get rid of not initialized warnings
- do not set sid unless session is loaded
- test empty data handling
- do not return object, return stringified cookie
- fix hardcoded table column names
- warning fix
- weak tx
0.08 2009-01-25 00:00:00
- tx is passed to session now
- correct ip_match behavior
0.07 2009-01-25 00:00:00
- fix bug when there are many cookies
0.06 2009-01-25 00:00:00
- path, domain, secure cookie flags
0.05 2009-01-20 00:00:00
- wrong generated id length fix
0.04 2008-12-07 00:00:00
- fix multiple data setting
0.03 2008-11-26 00:00:00
- flash
- No flush on object desctruction, bad practice
0.02 2008-11-18 00:00:00
- Digest::SHA1 in dependencies
- Made tx ref weak
0.01 2008-11-16 00:00:00
First version