Skip to content

Commit 4518300

Browse files
committed
Added changelog file
1 parent be23ca8 commit 4518300

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Changelog
2+
3+
## v3.0.0 (WIP)
4+
5+
* 💥 Require Node.js >= 14.18
6+
* Added correct http status codes for error responses
7+
* Added option to serve a custom index html file
8+
* Fixed false upload ok message when no file was uploaded
9+
* Updated formidable dependency
10+
* Refactored and optimized some code parts
11+
* Switched to ES module style
12+
* Added eslint checks for better code
13+
14+
## v2.2.2 (2023-03-01)
15+
16+
* Use async/await style to avoid the callback hell
17+
* Fix folder creation issues
18+
19+
## v2.2.1 (2023-02-27)
20+
21+
* Fixed create non-existent folder on upload (by [gtricot](https://github.com/gtricot))
22+
23+
## v2.2.0 (2023-02-07)
24+
25+
* Added option to create non-existent folder on upload (by [gtricot](https://github.com/gtricot))
26+
27+
## v2.1.2 (2023-01-15)
28+
29+
* Added checks for 'no file chosen' and 'maxFileSize exceeded' on the page served (by [hmmnoice](https://github.com/hmmnoice))
30+
* Updated dependency
31+
32+
## v2.1.1 (2022-09-09)
33+
34+
* Add support for command line arguments `--help` and `-h` to display some help text
35+
36+
## v2.1.0 (2022-09-04)
37+
38+
* Add support for command line arguments
39+
* Automatic port increase if the requested port is already in use
40+
41+
## v2.0.1 (2022-08-20)
42+
43+
* Add viewport meta tag for better support on mobile devices (by [szanni](https://github.com/szanni))
44+
45+
## v2.0.0 (2022-06-20)
46+
47+
* Require Node.js >= 10
48+
* Updated formidable dependency
49+
* Delete temporary files for failed or unauthorized uploads
50+
* Some code optimizations
51+
52+
## v1.1.0 (2021-09-14)
53+
54+
* Added max file size option
55+
* Added display of upload errors
56+
* Added display of IP addresses
57+
* Updated some log messages
58+
* Moved project to GitHub

0 commit comments

Comments
 (0)