UNPKG

1.8 kBMarkdownView Raw
11.4.5 / 2020-03-14
2==================
3
4 * deps: cookie@0.4.0
5
61.4.4 / 2019-02-12
7==================
8
9 * perf: normalize `secret` argument only once
10
111.4.3 / 2016-05-26
12==================
13
14 * deps: cookie@0.3.1
15 - perf: use for loop in parse
16
171.4.2 / 2016-05-20
18==================
19
20 * deps: cookie@0.2.4
21 - perf: enable strict mode
22 - perf: use for loop in parse
23 - perf: use string concatenation for serialization
24
251.4.1 / 2016-01-11
26==================
27
28 * deps: cookie@0.2.3
29 * perf: enable strict mode
30
311.4.0 / 2015-09-18
32==================
33
34 * Accept array of secrets in addition to a single secret
35 * Fix `JSONCookie` to return `undefined` for non-string arguments
36 * Fix `signedCookie` to return `undefined` for non-string arguments
37 * deps: cookie@0.2.2
38
391.3.5 / 2015-05-19
40==================
41
42 * deps: cookie@0.1.3
43 - Slight optimizations
44
451.3.4 / 2015-02-15
46==================
47
48 * deps: cookie-signature@1.0.6
49
501.3.3 / 2014-09-05
51==================
52
53 * deps: cookie-signature@1.0.5
54
551.3.2 / 2014-06-26
56==================
57
58 * deps: cookie-signature@1.0.4
59 - fix for timing attacks
60
611.3.1 / 2014-06-17
62==================
63
64 * actually export `signedCookie`
65
661.3.0 / 2014-06-17
67==================
68
69 * add `signedCookie` export for single cookie unsigning
70
711.2.0 / 2014-06-17
72==================
73
74 * export parsing functions
75 * `req.cookies` and `req.signedCookies` are now plain objects
76 * slightly faster parsing of many cookies
77
781.1.0 / 2014-05-12
79==================
80
81 * Support for NodeJS version 0.8
82 * deps: cookie@0.1.2
83 - Fix for maxAge == 0
84 - made compat with expires field
85 - tweak maxAge NaN error message
86
871.0.1 / 2014-02-20
88==================
89
90 * add missing dependencies
91
921.0.0 / 2014-02-15
93==================
94
95 * Genesis from `connect`