UNPKG

1.56 kBMarkdownView Raw
1# Change log
2
3All notable changes to this project will be documented in this file.
4This project adheres to [Semantic Versioning](http://semver.org/).
5
6## 1.4.2 - 2019-07-16
7
8- Docs: Add Russian translation for README (#662)
9- Docs: Patch zh-CN README base on newest README (#670)
10- Docs: Fix broken link in Readme (#679)
11- Docs: Fix broken link in Chinese Readme (#730)
12- Docs: Fix typo in Russian README (#738)
13- Docs: Add unit for fieldSize in busboy limit params (#734)
14- Internal: Make unit tests comaptible with Node.js 13.x (#752)
15
16## 1.4.1 - 2018-10-11
17
18- Bugfix: Make sure that req.file.buffer always is a Buffer
19
20## 1.4.0 - 2018-09-26
21
22- Feature: Make Multer errors inherit from MulterError
23
24## 1.3.1 - 2018-06-28
25
26- Bugfix: Bump vulnerable dependency
27
28## 1.3.0 - 2017-01-25
29
30- Feature: Expose preservePath option
31
32## 1.2.1 - 2016-12-14
33
34- Bugfix: Prevent Multiple Errors from Crashing
35
36## 1.2.0 - 2016-08-04
37
38- Feature: add .none() for accepting only fields
39
40## 1.1.0 - 2015-10-23
41
42- Feature: accept any file, regardless of fieldname
43
44## 1.0.6 - 2015-10-03
45
46- Bugfix: always report limit errors
47
48## 1.0.5 - 2015-09-19
49
50- Bugfix: drain the stream before considering request done
51
52## 1.0.4 - 2015-09-19
53
54- Bugfix: propagate all errors from busboy
55
56## 1.0.3 - 2015-08-06
57
58- Bugfix: ensure file order is correct
59
60## 1.0.2 - 2015-08-06
61
62- Bugfix: don't hang when hitting size limit
63
64## 1.0.1 - 2015-07-20
65
66- Bugfix: decrement pending writes on error
67
68## 1.0.0 - 2015-07-18
69
70- Introduce storage engines
71- Specify expected fields
72- Follow the W3C JSON form spec