Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / cookie-parser / HISTORY.md
1 1.3.4 / 2015-02-15
2 ==================
3
4   * deps: cookie-signature@1.0.6
5
6 1.3.3 / 2014-09-05
7 ==================
8
9   * deps: cookie-signature@1.0.5
10
11 1.3.2 / 2014-06-26
12 ==================
13
14   * deps: cookie-signature@1.0.4
15     - fix for timing attacks
16
17 1.3.1 / 2014-06-17
18 ==================
19
20   * actually export `signedCookie`
21
22 1.3.0 / 2014-06-17
23 ==================
24
25   * add `signedCookie` export for single cookie unsigning
26
27 1.2.0 / 2014-06-17
28 ==================
29
30   * export parsing functions
31   * `req.cookies` and `req.signedCookies` are now plain objects
32   * slightly faster parsing of many cookies
33
34 1.1.0 / 2014-05-12
35 ==================
36
37   * Support for NodeJS version 0.8
38   * deps: cookie@0.1.2
39     - Fix for maxAge == 0
40     - made compat with expires field
41     - tweak maxAge NaN error message
42
43 1.0.1 / 2014-02-20
44 ==================
45
46   * add missing dependencies
47
48 1.0.0 / 2014-02-15
49 ==================
50
51   * Genesis from `connect`