Releases: jmcdo29/nest-lab
Releases · jmcdo29/nest-lab
@nest-lab/[email protected]
Minor Changes
- 45c426c: Now supporting NestJS v11
@nest-lab/[email protected]
Minor Changes
- 45c426c: Now supporting NestJS v11
@nest-lab/[email protected]
Minor Changes
- 45c426c: Now supporting NestJS v11
@nest-lab/[email protected]
Minor Changes
- 45c426c: Now supporting NestJS v11
@nest-lab/[email protected]
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]
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]
Major Changes
- ba2665d: Update typeschema to @typeschema/main and allow for the usage of all
underlying adapters
@nest-lab/[email protected]
Patch Changes
- 482b43f: fix: make
options
optional
@nest-lab/[email protected]
Patch Changes
- 7972281: Use
{strict: false}
when calling modRef.get() to ensure guards can
come from other modules
@nest-lab/[email protected]
Minor Changes
- 3a767b5: Allow for AndGuard guards to be ran in sequential order