UNPKG

1.87 kBMarkdownView Raw
11.4.6 / 2021-11-16
2==================
3
4 * deps: cookie@0.4.1
5
61.4.5 / 2020-03-14
7==================
8
9 * deps: cookie@0.4.0
10
111.4.4 / 2019-02-12
12==================
13
14 * perf: normalize `secret` argument only once
15
161.4.3 / 2016-05-26
17==================
18
19 * deps: cookie@0.3.1
20 - perf: use for loop in parse
21
221.4.2 / 2016-05-20
23==================
24
25 * deps: cookie@0.2.4
26 - perf: enable strict mode
27 - perf: use for loop in parse
28 - perf: use string concatenation for serialization
29
301.4.1 / 2016-01-11
31==================
32
33 * deps: cookie@0.2.3
34 * perf: enable strict mode
35
361.4.0 / 2015-09-18
37==================
38
39 * Accept array of secrets in addition to a single secret
40 * Fix `JSONCookie` to return `undefined` for non-string arguments
41 * Fix `signedCookie` to return `undefined` for non-string arguments
42 * deps: cookie@0.2.2
43
441.3.5 / 2015-05-19
45==================
46
47 * deps: cookie@0.1.3
48 - Slight optimizations
49
501.3.4 / 2015-02-15
51==================
52
53 * deps: cookie-signature@1.0.6
54
551.3.3 / 2014-09-05
56==================
57
58 * deps: cookie-signature@1.0.5
59
601.3.2 / 2014-06-26
61==================
62
63 * deps: cookie-signature@1.0.4
64 - fix for timing attacks
65
661.3.1 / 2014-06-17
67==================
68
69 * actually export `signedCookie`
70
711.3.0 / 2014-06-17
72==================
73
74 * add `signedCookie` export for single cookie unsigning
75
761.2.0 / 2014-06-17
77==================
78
79 * export parsing functions
80 * `req.cookies` and `req.signedCookies` are now plain objects
81 * slightly faster parsing of many cookies
82
831.1.0 / 2014-05-12
84==================
85
86 * Support for NodeJS version 0.8
87 * deps: cookie@0.1.2
88 - Fix for maxAge == 0
89 - made compat with expires field
90 - tweak maxAge NaN error message
91
921.0.1 / 2014-02-20
93==================
94
95 * add missing dependencies
96
971.0.0 / 2014-02-15
98==================
99
100 * Genesis from `connect`