Skip to content

Releases: jmcdo29/nest-lab

@nest-lab/typeschema@1.1.0

23 Jan 17:56
8aa8b5d
Compare
Choose a tag to compare

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/throttler-storage-redis@1.1.0

23 Jan 17:56
8aa8b5d
Compare
Choose a tag to compare

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/or-guard@2.6.0

23 Jan 17:56
8aa8b5d
Compare
Choose a tag to compare

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/fastify-multer@1.3.0

23 Jan 17:56
8aa8b5d
Compare
Choose a tag to compare

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/or-guard@2.5.0

10 Dec 18:42
fa82892
Compare
Choose a tag to compare

Minor Changes

  • 458f98f: Allow for the OrGuard to handle throwing the last error or a custom
    error when it fails to pass one of the guards.

@nest-lab/throttler-storage-redis@1.0.0

26 Aug 13:41
eca3c46
Compare
Choose a tag to compare

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/typeschema@1.0.0

21 Aug 16:34
e845a89
Compare
Choose a tag to compare

Major Changes

  • ba2665d: Update typeschema to @typeschema/main and allow for the usage of all
    underlying adapters

@nest-lab/typeschema@0.2.1

08 May 18:54
807cf87
Compare
Choose a tag to compare

Patch Changes

  • 482b43f: fix: make options optional

@nest-lab/or-guard@2.4.1

08 Mar 00:07
1674d2e
Compare
Choose a tag to compare

Patch Changes

  • 7972281: Use {strict: false} when calling modRef.get() to ensure guards can
    come from other modules

@nest-lab/or-guard@2.4.0

07 Feb 21:23
65e4a3d
Compare
Choose a tag to compare

Minor Changes

  • 3a767b5: Allow for AndGuard guards to be ran in sequential order