Releases: fastify/fastify-multipart
Releases · fastify/fastify-multipart
v0.8.0
Feature:
- Add the option to append the forms parameters to the body (#60)
v0.6.0
- allow per request opption overriding #52
- update concat-stream #53
- update busboy #54
v0.5.1
- wait for all files to be completely consumed before calling the handler #44
v0.5.0
- Expose all busboy options #34
v0.4.1
- Do not abort the outgoing response #30
v0.3.0
- Updated dependencies
- Fixed readme example #11
v0.2.0
- Add support for fields #6