You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
Co-authored-by: Claudio Poli <[email protected]>
0 commit comments