Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / csurf / HISTORY.md
1 1.8.3 / 2015-06-10
2 ==================
3
4   * deps: cookie@0.1.3
5     - Slight optimizations
6
7 1.8.2 / 2015-05-09
8 ==================
9
10   * deps: csrf@~3.0.0
11     - deps: uid-safe@~2.0.0
12
13 1.8.1 / 2015-05-03
14 ==================
15
16   * deps: csrf@~2.0.7
17     - Fix compatibility with `crypto.DEFAULT_ENCODING` global changes
18
19 1.8.0 / 2015-04-07
20 ==================
21
22   * Add `sessionKey` option
23
24 1.7.0 / 2015-02-15
25 ==================
26
27   * Accept `CSRF-Token` and `XSRF-Token` request headers
28   * Default `cookie.path` to `'/'`, if using cookies
29   * deps: cookie-signature@1.0.6
30   * deps: csrf@~2.0.6
31     - deps: base64-url@1.2.1
32     - deps: uid-safe@~1.1.0
33   * deps: http-errors@~1.3.1
34    - Construct errors using defined constructors from `createError`
35    - Fix error names that are not identifiers
36    - Set a meaningful `name` property on constructed errors
37
38 1.6.6 / 2015-01-31
39 ==================
40
41   * deps: csrf@~2.0.5
42     - deps: base64-url@1.2.0
43     - deps: uid-safe@~1.0.3
44
45 1.6.5 / 2015-01-08
46 ==================
47
48   * deps: csrf@~2.0.4
49     - deps: uid-safe@~1.0.2
50
51 1.6.4 / 2014-12-30
52 ==================
53
54   * deps: csrf@~2.0.3
55     - Slight speed improvement for `verify`
56     - deps: base64-url@1.1.0
57     - deps: rndm@~1.1.0
58   * deps: http-errors@~1.2.8
59    - Fix stack trace from exported function
60
61 1.6.3 / 2014-11-09
62 ==================
63
64   * deps: csrf@~2.0.2
65     - deps: scmp@1.0.0
66   * deps: http-errors@~1.2.7
67    - Remove duplicate line
68
69 1.6.2 / 2014-10-14
70 ==================
71
72   * Fix cookie name when using `cookie: true`
73   * deps: http-errors@~1.2.6
74     - Fix `expose` to be `true` for `ClientError` constructor
75     - Use `inherits` instead of `util`
76     - deps: statuses@1
77
78 1.6.1 / 2014-09-05
79 ==================
80
81   * deps: cookie-signature@1.0.5
82
83 1.6.0 / 2014-09-03
84 ==================
85
86   * Set `code` property on CSRF token errors
87
88 1.5.0 / 2014-08-24
89 ==================
90
91   * Add `ignoreMethods` option
92
93 1.4.1 / 2014-08-22
94 ==================
95
96   * Use `csrf-tokens` instead of `csrf`
97  
98 1.4.0 / 2014-07-30
99 ==================
100
101   * Support changing `req.session` after `csurf` middleware
102     - Calling `res.csrfToken()` after `req.session.destroy()` will now work
103
104 1.3.0 / 2014-07-03
105 ==================
106
107   * Add support for environments without `res.cookie` (connect@3)
108
109 1.2.2 / 2014-06-18
110 ==================
111
112   * deps: csrf-tokens@~2.0.0
113
114 1.2.1 / 2014-06-09
115 ==================
116
117   * Refactor to use `csrf-tokens` module
118
119 1.2.0 / 2014-05-13
120 ==================
121
122   * Add support for double-submit cookie
123
124 1.1.0 / 2014-04-06
125 ==================
126
127   * Add constant-time string compare