fixes
- [
75b1d48
] - fix: whitelist declaration(#35) (Stephen <[email protected]>)
features
- [
0d26aa0
] - feat: export saveRequestFiles to context (#34) (fengmk2 <[email protected]>)
others
- [
c5ca3ea
] - chore: remove tmp files and don't block the request's response (#33) (fengmk2 <[email protected]>)
fixes
- [
72b03aa
] - fix: keep same metas as file stream on file mode (#32) (fengmk2 <[email protected]>)
others
- [
c5c4308
] - chore: add typings and jsdocs (#31) (TZ | 天猪 <[email protected]>)
features
- [
7eb534f
] - feat: support file mode on default stream mode (#30) (fengmk2 <[email protected]>)
features
- [
33c6b52
] - feat(types): typescript support (#28) (George <[email protected]>)
others
- [
6be344f
] - test: fix schedule task test case (#29) (George <[email protected]>)
features
- [
d7504b9
] - feat: custom multipart parse options per request (#27) (fengmk2 <[email protected]>)
features
- [
8d63cea
] - feat: export ctx.cleanupRequestFiles to improve cleanup more easy (#22) (fengmk2 <[email protected]>)
- chore: fix egg docs build (#21)
- chore: add azure pipelines badge
features
- [
75c0733
] - feat: Providefile
mode to handle multipart request (#19) (fengmk2 <[email protected]>)
others
- [
0b4e118
] - chore: no need to consume stream on error throw (#18) (fengmk2 <[email protected]>)
features
- [
5ece18a
] - feat: getFileStream() can accept non file request (#17) (fengmk2 <[email protected]>)
others
- [
6a7fa06
] - refactor: use async function and support egg@2 (#15) (Yiyu He <[email protected]>)
fixes
- [
a7778e5
] - fix: fileSize typo (#10) (tangyao <[email protected]>)
others
- [
f95e322
] - docs: add more example (#14) (Haoliang Gao <[email protected]>) - [
b0785e3
] - docs: s/extention/extension (#13) (Sen Yang <[email protected]>) - [
d67fcf5
] - test: improve code coverage (#12) (fengmk2 <[email protected]>) - [
c8b77df
] - test: fix failing test (#11) (Haoliang Gao <[email protected]>)
- 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