프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / cookie-parser / HISTORY.md

이력 | 보기 | 이력해설 | 다운로드 (1.61 KB)

1 39 HKM
1.4.3 / 2016-05-26
2
==================
3
4
  * deps: cookie@0.3.1
5
    - perf: use for loop in parse
6
7
1.4.2 / 2016-05-20
8
==================
9
10
  * deps: cookie@0.2.4
11
    - perf: enable strict mode
12
    - perf: use for loop in parse
13
    - perf: use string concatination for serialization
14
15
1.4.1 / 2016-01-11
16
==================
17
18
  * deps: cookie@0.2.3
19
  * perf: enable strict mode
20
21
1.4.0 / 2015-09-18
22
==================
23
24
  * Accept array of secrets in addition to a single secret
25
  * Fix `JSONCookie` to return `undefined` for non-string arguments
26
  * Fix `signedCookie` to return `undefined` for non-string arguments
27
  * deps: cookie@0.2.2
28
29
1.3.5 / 2015-05-19
30
==================
31
32
  * deps: cookie@0.1.3
33
    - Slight optimizations
34
35
1.3.4 / 2015-02-15
36
==================
37
38
  * deps: cookie-signature@1.0.6
39
40
1.3.3 / 2014-09-05
41
==================
42
43
  * deps: cookie-signature@1.0.5
44
45
1.3.2 / 2014-06-26
46
==================
47
48
  * deps: cookie-signature@1.0.4
49
    - fix for timing attacks
50
51
1.3.1 / 2014-06-17
52
==================
53
54
  * actually export `signedCookie`
55
56
1.3.0 / 2014-06-17
57
==================
58
59
  * add `signedCookie` export for single cookie unsigning
60
61
1.2.0 / 2014-06-17
62
==================
63
64
  * export parsing functions
65
  * `req.cookies` and `req.signedCookies` are now plain objects
66
  * slightly faster parsing of many cookies
67
68
1.1.0 / 2014-05-12
69
==================
70
71
  * Support for NodeJS version 0.8
72
  * deps: cookie@0.1.2
73
    - Fix for maxAge == 0
74
    - made compat with expires field
75
    - tweak maxAge NaN error message
76
77
1.0.1 / 2014-02-20
78
==================
79
80
  * add missing dependencies
81
82
1.0.0 / 2014-02-15
83
==================
84
85
  * Genesis from `connect`