UNPKG

1.31 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## 2.0.0-alpha.6 - 2017-02-18
7
8- Fix: handle client aborting request
9
10## 2.0.0-alpha.5 - 2017-02-14
11
12- Fix: allow files without filename
13
14## 2.0.0-alpha.4 - 2017-02-14
15
16- Feature: add file type detection
17
18## 2.0.0-alpha.3 - 2016-12-22
19
20- Feature: unlink file as soon as it's opened
21
22## 2.0.0-alpha.2 - 2016-10-02
23
24- Feature: use LIMIT_FILE_COUNT when receiving too many files
25
26## 2.0.0-alpha.1 - 2016-10-01
27
28- Feature: switch to stream based API
29- Feature: throw error when passing old options
30
31## 1.2.0 - 2016-08-04
32
33- Feature: add .none() for accepting only fields
34
35## 1.1.0 - 2015-10-23
36
37- Feature: accept any file, regardless of fieldname
38
39## 1.0.6 - 2015-10-03
40
41- Bugfix: always report limit errors
42
43## 1.0.5 - 2015-09-19
44
45- Bugfix: drain the stream before considering request done
46
47## 1.0.4 - 2015-09-19
48
49- Bugfix: propagate all errors from busboy
50
51## 1.0.3 - 2015-08-06
52
53- Bugfix: ensure file order is correct
54
55## 1.0.2 - 2015-08-06
56
57- Bugfix: don't hang when hitting size limit
58
59## 1.0.1 - 2015-07-20
60
61- Bugfix: decrement pending writes on error
62
63## 1.0.0 - 2015-07-18
64
65- Introduce storage engines
66- Specify expected fields
67- Follow the W3C JSON form spec