Releases: jmcdo29/nest-lab
@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
@nest-lab/[email protected]
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 theOrGuard
and a composite guard approach. Check out
the docs for more info
@nest-lab/[email protected]
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 usenew ValidationPipe
and pass
in the logger, you'll need to pass in an empty object orundefined
as the
first parameter.
@nest-lab/[email protected]
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/[email protected]
Minor Changes
- 68104f1: Initial release of @nest-lab/typeschema
@nest-lab/[email protected]
Minor Changes
- cb1b1ee: Update peer deps to support Nest v10. No code changes