Releases: fastify/fastify-formbody
Releases · fastify/fastify-formbody
v2.0.3
#29 - Next versions of this plugin will support Fastify ^2.0.0
v2.0.2
#28 Fix plugin range typo
v2.0.1
- always use fastify default #18
v2.0.0
- Use Fastify's internal payload parser
- Make Fastify v1.0.0 the minimum supported version
v1.2.5
- Remove Fastify version dependency until v1.0.0 (#7)
v1.2.4
- Update dependencies (make compatible with Fastify v1.0.0-rc.1)
v1.2.1
- Fix code when payload is too large (#5)
- Add missing test (#4)
- Add missing pre-commit hook
v1.2.0
- Add option to limit incoming form size
v1.1.0
- Fix for latest Fastify (#2 #3)
- Update dependencies