UNPKG

820 BMarkdownView 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.2.0 - 2016-08-04
7
8- Feature: add .none() for accepting only fields
9
10## 1.1.0 - 2015-10-23
11
12- Feature: accept any file, regardless of fieldname
13
14## 1.0.6 - 2015-10-03
15
16- Bugfix: always report limit errors
17
18## 1.0.5 - 2015-09-19
19
20- Bugfix: drain the stream before considering request done
21
22## 1.0.4 - 2015-09-19
23
24- Bugfix: propagate all errors from busboy
25
26## 1.0.3 - 2015-08-06
27
28- Bugfix: ensure file order is correct
29
30## 1.0.2 - 2015-08-06
31
32- Bugfix: don't hang when hitting size limit
33
34## 1.0.1 - 2015-07-20
35
36- Bugfix: decrement pending writes on error
37
38## 1.0.0 - 2015-07-18
39
40- Introduce storage engines
41- Specify expected fields
42- Follow the W3C JSON form spec