HISTORY.md
 1  1.0.0 / 2024-08-31
 2  ==================
 3  
 4    * drop node <18
 5    * allow utf8 as alias for utf-8
 6  
 7  0.5.4 / 2021-12-10
 8  ==================
 9  
10    * deps: safe-buffer@5.2.1
11  
12  0.5.3 / 2018-12-17
13  ==================
14  
15    * Use `safe-buffer` for improved Buffer API
16  
17  0.5.2 / 2016-12-08
18  ==================
19  
20    * Fix `parse` to accept any linear whitespace character
21  
22  0.5.1 / 2016-01-17
23  ==================
24  
25    * perf: enable strict mode
26  
27  0.5.0 / 2014-10-11
28  ==================
29  
30    * Add `parse` function
31  
32  0.4.0 / 2014-09-21
33  ==================
34  
35    * Expand non-Unicode `filename` to the full ISO-8859-1 charset
36  
37  0.3.0 / 2014-09-20
38  ==================
39  
40    * Add `fallback` option
41    * Add `type` option
42  
43  0.2.0 / 2014-09-19
44  ==================
45  
46    * Reduce ambiguity of file names with hex escape in buggy browsers
47  
48  0.1.2 / 2014-09-19
49  ==================
50  
51    * Fix periodic invalid Unicode filename header
52  
53  0.1.1 / 2014-09-19
54  ==================
55  
56    * Fix invalid characters appearing in `filename*` parameter
57  
58  0.1.0 / 2014-09-18
59  ==================
60  
61    * Make the `filename` argument optional
62  
63  0.0.0 / 2014-09-18
64  ==================
65  
66    * Initial release