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