Releases: jmcdo29/nest-lab
Releases · jmcdo29/nest-lab
@nest-lab/[email protected]
Minor Changes
- 2095ccf: Update peer deps to support Nest v10. No code changes
@nest-lab/[email protected]
@nest-lab/[email protected]
Patch Changes
- 19eb008: Options now persist via being set in the module
@nest-lab/[email protected]
Patch Changes
-
0ab9b86: allow for multiple
registerAsync
callsBy moving the registration of the multipart content parse to a separate core module, the core module only gets activated once which allows for multiple
registerAsync
calls without calling thefastify.register()
multiple times. This should resovle the error in #11.
@nest-lab/[email protected]
Minor Changes
- 4f15fe7: Support Nest v9
@nest-lab/[email protected]
Major Changes
- abacf8f: A File Upload package for NestJS when using fastify