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