Releases: jmcdo29/nest-lab
@nest-lab/throttler-storage-redis@1.0.0
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
Major Changes
- ba2665d: Update typeschema to @typeschema/main and allow for the usage of all
underlying adapters
@nest-lab/typeschema@0.2.1
Patch Changes
- 482b43f: fix: make
options
optional
@nest-lab/or-guard@2.4.1
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
Minor Changes
- 3a767b5: Allow for AndGuard guards to be ran in sequential order
@nest-lab/or-guard@2.3.0
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/typeschema@0.2.0
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/typeschema@0.1.1
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/typeschema@0.1.0
Minor Changes
- 68104f1: Initial release of @nest-lab/typeschema
@nest-lab/or-guard@2.2.0
Minor Changes
- cb1b1ee: Update peer deps to support Nest v10. No code changes