Releases: fastify/fastify-multipart
Releases · fastify/fastify-multipart
v0.8.2
📚 PR:
- ignore tap (#69)
- Update type definition to align with JavaScript implementation (#65)
v0.8.1
📚 PR:
- fix: all request as multipart (#63)
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