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