Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / method-override / node_modules / vary / HISTORY.md
1 1.1.0 / 2015-09-29
2 ==================
3
4   * Only accept valid field names in the `field` argument
5     - Ensures the resulting string is a valid HTTP header value
6
7 1.0.1 / 2015-07-08
8 ==================
9
10   * Fix setting empty header from empty `field`
11   * perf: enable strict mode
12   * perf: remove argument reassignments
13
14 1.0.0 / 2014-08-10
15 ==================
16
17   * Accept valid `Vary` header string as `field`
18   * Add `vary.append` for low-level string manipulation
19   * Move to `jshttp` orgainzation
20
21 0.1.0 / 2014-06-05
22 ==================
23
24   * Support array of fields to set
25
26 0.0.0 / 2014-06-04
27 ==================
28
29   * Initial release