Skip to content

Releases: jmcdo29/nest-lab

@nest-lab/[email protected]

28 Jun 15:36
accb1b7
Compare
Choose a tag to compare

Minor Changes

  • 2095ccf: Update peer deps to support Nest v10. No code changes

@nest-lab/[email protected]

30 Dec 17:35
Compare
Choose a tag to compare

Minor Changes

  • d72a963: export multer interface and use options from fastify-multer
  • 0b750cd: add file interface from fastify multer

@nest-lab/[email protected]

15 Oct 18:28
Compare
Choose a tag to compare

Patch Changes

  • 19eb008: Options now persist via being set in the module

@nest-lab/[email protected]

01 Sep 17:08
Compare
Choose a tag to compare

Patch Changes

  • 0ab9b86: allow for multiple registerAsync calls

    By 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 the fastify.register() multiple times. This should resovle the error in #11.

@nest-lab/[email protected]

23 Jul 17:35
Compare
Choose a tag to compare

Minor Changes

@nest-lab/[email protected]

23 Jul 17:35
Compare
Choose a tag to compare

Major Changes

  • abacf8f: A File Upload package for NestJS when using fastify