nest-lab

A repository to hold "experimental" packages for Nest. Honestly, I'm just tired of not having a good scope to put packages under

Downloads
64.7K
Stars
85
Committers
4

Bot releases are visible (Hide)

nest-lab - @nest-lab/[email protected] Latest Release

Published by github-actions[bot] about 2 months ago

Major Changes

  • 66bccec: Initial release of the @nest-lab/throttler-storage-redis package

    This package was
    initially maintained by kkoomen,
    but has since been brought into the @nest-lab/ repository for management.
    Nothing about the usage of the module has changed, other than a slight
    variation of the name.

nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] about 2 months ago

Major Changes

  • ba2665d: Update typeschema to @typeschema/main and allow for the usage of all
    underlying adapters
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 482b43f: fix: make options optional
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • 7972281: Use {strict: false} when calling modRef.get() to ensure guards can
    come from other modules
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] 8 months ago

Minor Changes

  • 3a767b5: Allow for AndGuard guards to be ran in sequential order
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] 10 months ago

Minor Changes

  • bc9bbdf: Add a new AndGuard to handle complex logical cases

    With the new AndGuard it is now possible to create logical cases like
    (A && B) || C using the OrGuard and a composite guard approach. Check out
    the docs for more info

nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 5e274ec: Add a new options parameter to the typeschema validation pipe

    BREAKING CHANGE: the logger is now the second parameter of the validation
    pipe with the options being the first. If you use new ValidationPipe and pass
    in the logger, you'll need to pass in an empty object or undefined as the
    first parameter.

nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • 6e0e4b4: Reflect the type of the input schema via generics and an explicit type reference. Types should no longer show up as unknown
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] about 1 year ago

Minor Changes

  • 68104f1: Initial release of @nest-lab/typeschema
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • cb1b1ee: Update peer deps to support Nest v10. No code changes
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 2095ccf: Update peer deps to support Nest v10. No code changes
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] almost 2 years ago

Minor Changes

  • d72a963: export multer interface and use options from fastify-multer
  • 0b750cd: add file interface from fastify multer
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 19eb008: Options now persist via being set in the module
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] about 2 years ago

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 - @nest-lab/[email protected]

Published by github-actions[bot] about 2 years ago

Major Changes

  • abacf8f: A File Upload package for NestJS when using fastify
nest-lab - @nest-lab/[email protected]

Published by github-actions[bot] about 2 years ago

Minor Changes

  • 4f15fe7: Support Nest v9
Package Rankings
Top 7.77% on Npmjs.org
Related Projects