Skip to content

Releases: jmcdo29/nest-lab

@nest-lab/[email protected]

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

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/[email protected]

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

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/[email protected]

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

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/[email protected]

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

Minor Changes

  • 45c426c: Now supporting NestJS v11

@nest-lab/[email protected]

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

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

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

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

Patch Changes

  • 482b43f: fix: make options optional

@nest-lab/[email protected]

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

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

Minor Changes

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