Skip to content

Releases: jmcdo29/nest-lab

@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

@nest-lab/or-guard@2.3.0

14 Dec 19:25
e0951a8
Compare
Choose a tag to compare

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 the OrGuard and a composite guard approach. Check out
    the docs for more info

@nest-lab/typeschema@0.2.0

01 Oct 19:40
8c65811
Compare
Choose a tag to compare

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 use new ValidationPipe and pass
    in the logger, you'll need to pass in an empty object or undefined as the
    first parameter.

@nest-lab/typeschema@0.1.1

10 Sep 18:23
b88c215
Compare
Choose a tag to compare

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

10 Sep 17:10
d9d9a2a
Compare
Choose a tag to compare

Minor Changes

  • 68104f1: Initial release of @nest-lab/typeschema

@nest-lab/or-guard@2.2.0

28 Jun 15:36
accb1b7
Compare
Choose a tag to compare

Minor Changes

  • cb1b1ee: Update peer deps to support Nest v10. No code changes