333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
 
2.2.7 / 2019-04-28
==================
 
**fixes**
  * [[`64e93e9`](http://github.com/eggjs/egg-cookies/commit/64e93e919558ee96e29de5c49d7132595e96b9b5)] - fix: empty cookie value should ignore maxAge (#17) (fengmk2 <<fengmk2@gmail.com>>)
 
2.2.6 / 2018-09-07
==================
 
  * fix: should still support 4, 6 (#16)
 
2.2.5 / 2018-09-07
==================
 
  * chore(typings): Remove 'ctx' in EggCookie's declaration and add a missing unit test (#15)
 
2.2.4 / 2018-09-06
==================
 
  * fix: public files && deps (#14)
 
2.2.3 / 2018-09-06
==================
 
  * chore: adjust some dep && config (#13)
  * test: Add unit tests for ts (#12)
  * chore(typings):  Extract 'EggCookies' for TypeScript intellisense (#11)
 
2.2.2 / 2017-12-14
==================
 
**fixes**
  * [[`d199238`](http://github.com/eggjs/egg-cookies/commit/d1992389558c24f26fbd6b617054c535e2c51319)] - fix: don't modify options (#9) (Roc Gao <<ggjqzjgp103@qq.com>>)
 
**others**
  * [[`1037873`](http://github.com/eggjs/egg-cookies/commit/103787342f9b45bcc794ec2adeda5e809af3328b)] - chore: jsdoc typo (#6) (TZ | 天猪 <<atian25@qq.com>>)
 
2.2.1 / 2017-02-22
==================
 
  * fix: emit on ctx.app (#5)
 
2.2.0 / 2017-02-21
==================
 
  * feat: check cookie value's length (#4)
  * feat: support cookie.sameSite (#3)
 
2.1.0 / 2016-11-22
==================
 
  * feat: cache keygrip (#2)
 
2.0.0 / 2016-11-22
==================
 
  * refactor: rewrite keygrip and cookies for egg/koa (#1)
  * chore: add zh-CN readme
 
1.0.0 / 2016-07-15
==================
 
  * init version