commit inicial
[VSoRC/.git] / node_modules / content-disposition / HISTORY.md
1 0.5.3 / 2018-12-17
2 ==================
3
4   * Use `safe-buffer` for improved Buffer API
5
6 0.5.2 / 2016-12-08
7 ==================
8
9   * Fix `parse` to accept any linear whitespace character
10
11 0.5.1 / 2016-01-17
12 ==================
13
14   * perf: enable strict mode
15
16 0.5.0 / 2014-10-11
17 ==================
18
19   * Add `parse` function
20
21 0.4.0 / 2014-09-21
22 ==================
23
24   * Expand non-Unicode `filename` to the full ISO-8859-1 charset
25
26 0.3.0 / 2014-09-20
27 ==================
28
29   * Add `fallback` option
30   * Add `type` option
31
32 0.2.0 / 2014-09-19
33 ==================
34
35   * Reduce ambiguity of file names with hex escape in buggy browsers
36
37 0.1.2 / 2014-09-19
38 ==================
39
40   * Fix periodic invalid Unicode filename header
41
42 0.1.1 / 2014-09-19
43 ==================
44
45   * Fix invalid characters appearing in `filename*` parameter
46
47 0.1.0 / 2014-09-18
48 ==================
49
50   * Make the `filename` argument optional
51
52 0.0.0 / 2014-09-18
53 ==================
54
55   * Initial release