forked from kazeburo/Cookie-Baker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
46 lines (24 loc) · 807 Bytes
/
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
Revision history for Perl extension Cookie-Baker
{{$NEXT}}
0.10 2018-09-21T07:40:25Z
- Add samesite https://github.com/kazeburo/Cookie-Baker/pull/13
- Documentation cleanup
0.09 2018-03-03T04:33:20Z
- +Ny means +N*60*60*24*365 seconds
0.08 2017-07-18T03:36:55Z
- Disallow , as a delimiter
- accept max-age=0 #5 (Thank you skaji)
0.07 2016-09-21T01:35:56Z
- Allow quoted cookie values, as per RFC 6265. #8
0.06 2015-06-29T05:53:57Z
- fix compatibility issue. #4 (Thank you shogo82148)
0.05 2014-11-26T05:49:50Z
- fix bug. accepts expires => 0
0.04 2014-11-25T02:36:43Z
- requires perl-5.8.1
0.03 2014-02-26T14:04:28Z
- use Cookie::Baker::XS if available
0.02 2013-10-25T00:08:34Z
- fix a document bug
0.01 2013-10-08T01:46:21Z
- original version