3.4.0 (2024-06-07)
3.3.0 (2022-12-18)
features
- [
b007d99
] - feat: use PassThrough instead of Writable (#60) (TZ | 天猪 <atian25@qq.com>) - [
ca9efc1
] - feat: supportfor await...of
(#57) (TZ | 天猪 <atian25@qq.com>)
others
- [
e9bba31
] - refactor: saveRequestFiles with for-await-for (#58) (TZ | 天猪 <atian25@qq.com>)
others
- [
399c6cb
] - 🐛 feat: refactor multipart options normalize && fix defParamCharset default to utf8 (#56) (fengmk2 <fengmk2@gmail.com>) - [
69ba7c0
] - Create codeql-analysis.yml (fengmk2 <fengmk2@gmail.com>) - [
cc93417
] - test: fix ci (#55) (TZ | 天猪 <atian25@qq.com>)
others
- [
a488127
] - refactor: [BREAKING_CHANGE] update deps co-busbox && node>=14.x (#54) (TZ | 天猪 <atian25@qq.com>)
fixes
- [
20e765e
] - fix: add autoFields dts (#53) (恒遥 <zhangyao318@gmail.com>)
others
- [
013ba19
] - deps: upgrade globby to the latest version for install warning (sky <hubcarl@126.com>) - [
7e07b3b
] - chore: remove badges (fengmk2 <fengmk2@gmail.com>) - [
3fdc940
] - test: add limit fileSize per-request test cases (#51) (fengmk2 <fengmk2@gmail.com>)
features
- [
ebd22fb
] - feat: deleting the temporary directory is optional (#48) (cd-xulei <chengduxulei@foxmail.com>)
fixes
- [
73ea7f2
] - fix: fix array filed value (#50) (killa <killa123@126.com>)
features
- [
a73c8e6
] - feat: allow array fileds in file mode (#49) (killa <killa123@126.com>)
fixes
- [
718df0e
] - fix: incorrect file size limit (#44) (hyj1991 <yeekwanvong@gmail.com>)
fixes
- [
ce33219
] - fix: definition of config.whitelist (#43) (cjf <cjfff1996@gmail.com>)
others
- [
94c1135
] - docs: fix error handler example (#42) (zeroslope <10218146+zeroslope@users.noreply.github.com>)
fixes
- [
3451864
] - fix: support extname not speicified (#40) (刘涛 <liutaofe@gmail.com>)
features
- [
21ded55
] - feat: compatibility without dot at fileExtensions (#39) (TZ | 天猪 <atian25@qq.com>)
fixes
- [
27464f3
] - fix: add more error message (#38) (TZ | 天猪 <atian25@qq.com>)
features
- [
a1fcdab
] - feat: fileModeMatch support glob with egg-path-matching (#36) (TZ | 天猪 <atian25@qq.com>)
features
- [
5d3ee0f
] - feat: saveRequestFiles support options (#37) (仙森 <dapixp@gmail.com>)
fixes
- [
75b1d48
] - fix: whitelist declaration(#35) (Stephen <stephenseraph@gmail.com>)
features
- [
0d26aa0
] - feat: export saveRequestFiles to context (#34) (fengmk2 <fengmk2@gmail.com>)
others
- [
c5ca3ea
] - chore: remove tmp files and don't block the request's response (#33) (fengmk2 <fengmk2@gmail.com>)
fixes
- [
72b03aa
] - fix: keep same metas as file stream on file mode (#32) (fengmk2 <fengmk2@gmail.com>)
others
- [
c5c4308
] - chore: add typings and jsdocs (#31) (TZ | 天猪 <atian25@qq.com>)
features
- [
7eb534f
] - feat: support file mode on default stream mode (#30) (fengmk2 <fengmk2@gmail.com>)
features
- [
33c6b52
] - feat(types): typescript support (#28) (George <main.lukai@gmail.com>)
others
- [
6be344f
] - test: fix schedule task test case (#29) (George <main.lukai@gmail.com>)
features
- [
d7504b9
] - feat: custom multipart parse options per request (#27) (fengmk2 <fengmk2@gmail.com>)
features
- [
8d63cea
] - feat: export ctx.cleanupRequestFiles to improve cleanup more easy (#22) (fengmk2 <fengmk2@gmail.com>)
- chore: fix egg docs build (#21)
- chore: add azure pipelines badge
features
- [
75c0733
] - feat: Providefile
mode to handle multipart request (#19) (fengmk2 <fengmk2@gmail.com>)
others
- [
0b4e118
] - chore: no need to consume stream on error throw (#18) (fengmk2 <fengmk2@gmail.com>)
features
- [
5ece18a
] - feat: getFileStream() can accept non file request (#17) (fengmk2 <fengmk2@gmail.com>)
others
- [
6a7fa06
] - refactor: use async function and support egg@2 (#15) (Yiyu He <dead_horse@qq.com>)
fixes
- [
a7778e5
] - fix: fileSize typo (#10) (tangyao <2001-wms@163.com>)
others
- [
f95e322
] - docs: add more example (#14) (Haoliang Gao <sakura9515@gmail.com>) - [
b0785e3
] - docs: s/extention/extension (#13) (Sen Yang <jasonslyvia@users.noreply.github.com>) - [
d67fcf5
] - test: improve code coverage (#12) (fengmk2 <fengmk2@gmail.com>) - [
c8b77df
] - test: fix failing test (#11) (Haoliang Gao <sakura9515@gmail.com>)
- refactor: always log when exceed limt (#9)
- feat: Add upper case extname support (#7)
- feat: whitelist support fn && english readme (#6)
- feat: should emit stream error event when file too large (#5)
- deps: upgrade all dev deps (#4)
- feat: getFileStream return promise (#3)
- init version