-
-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce Plugins API, fix tests (#545)
* feat: introduce Plugins API, fix tests * chore: update changelog * chore: lgtm tweaks? * start plugins tests; update exports * chore(custom-plugins-tests): make it really passing * chore: more tests; add nyc test coverage * chore: move to GitHub Actions CI * fix: respect form hash option on incoming octect/stream requests close #407 * fix: tests, use dezalgo and once for parse callback - it is recommended plugins to return the this/self/formidable instance - add 2 deps: `once` and `dezalgo` for ensurance of the `cb` param of .parse() + otherwise it COULD (and happened already few times) be called multiple times - update unit tests to use Jest * chore: tweaks, publish `dev` dist-tag (with Plugins API) * chore: sync & tweak * fix: check strictly for multipart/form-data in multipart parser * chore: publish dev.2 * fix: tests updates * fix: it seems we support multipart/related too * chore: download badges * Update package.json * chore: sync Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com> Co-authored-by: Claudio Poli <masterkain@gmail.com>
- Loading branch information
1 parent
d413c13
commit 037a738
Showing
23 changed files
with
1,116 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.