프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / multer / CHANGELOG.md

이력 | 보기 | 이력해설 | 다운로드 (954 Bytes)

1
# Change log
2

    
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5

    
6
## 1.3.0 - 2017-01-25
7

    
8
- Feature: Expose preservePath option
9

    
10
## 1.2.1 - 2016-12-14
11

    
12
- Bugfix: Prevent Multiple Errors from Crashing
13

    
14
## 1.2.0 - 2016-08-04
15

    
16
- Feature: add .none() for accepting only fields
17

    
18
## 1.1.0 - 2015-10-23
19

    
20
- Feature: accept any file, regardless of fieldname
21

    
22
## 1.0.6 - 2015-10-03
23

    
24
- Bugfix: always report limit errors
25

    
26
## 1.0.5 - 2015-09-19
27

    
28
- Bugfix: drain the stream before considering request done
29

    
30
## 1.0.4 - 2015-09-19
31

    
32
- Bugfix: propagate all errors from busboy
33

    
34
## 1.0.3 - 2015-08-06
35

    
36
- Bugfix: ensure file order is correct
37

    
38
## 1.0.2 - 2015-08-06
39

    
40
- Bugfix: don't hang when hitting size limit
41

    
42
## 1.0.1 - 2015-07-20
43

    
44
- Bugfix: decrement pending writes on error
45

    
46
## 1.0.0 - 2015-07-18
47

    
48
- Introduce storage engines
49
- Specify expected fields
50
- Follow the W3C JSON form spec