Skip to content

Releases: nestjs-mod/nestjs-mod-contrib

webhook-afat-v1.0.0

03 Jun 18:34
Compare
Choose a tag to compare

1.0.0 (2025-06-03)

Bug Fixes

Features

  • add @nestjs-mod/authorizer for work with https://authorizer.dev/, add DockerComposeAuthorizer for deploy authorizer server, add option notStaticKeysOfEnvironments in docker services for exclude some keys from generated dot env file (12380a4)
  • add @nestjs-mod/docker-compose (b5ddd56)
  • add @nestjs-mod/flyway (ab20eef)
  • add @nestjs-mod/pm2 (a0b3f39)
  • add @nestjs-mod/prisma, update docker-compose for correct work with envs (750f302)
  • add common utilites for (AFAT): Angular, Formly, Antd, Transloco from fullstack and sso projects (a15add5)
  • add common utilites for (AFAT): Angular, Formly, Antd, Transloco from fullstack and sso projects (f61e72f)
  • add DockerComposeMinio in @nestjs-mod/docker-compose, add @nestjs-mod/minio (0d3f9b7)
  • add DockerComposeNginx to @nestjs-mod/docker-compose, add use nginx in docker-compose for minio and disable cors validations, update readme in all modules (87cb34a)
  • add DockerComposeRedis in @nestjs-mod/docker-compose, add @nestjs-mod/cache-manager, rename FlywayModule to Flyway, rename NestjsPinoLogger to NestjsPinoLoggerModule, rename TerminusHealthCheck to TerminusHealthCheckModule, remove all async work with fs (1c5474a)
  • add feature modules from https://github.com/nestjs-mod/nestjs-mod-sso (31a870f)
  • add GraphqlModule in @nestjs-mod/graphql, add @nestjs-mod/cache-manager, update code in @nestjs-mod/pino, update readme in all modules, update @nestjs-mod/common version (c36b138)
  • add new feature module prisma-tools (1470204)
  • append new infrastructure module for work with pf-flyway (9a6ba03)
  • npm run nx -- migrate latest && npm run npx nx migrate --run-migrations (e16fb8a)
  • npm run update:lib-versions && npm run manual:prepare (4c27038)
  • npm run update:nestjs-mod-versions (f9ebf6b)
  • pin: add Pino logger for NestJS-mod (Wrapper for https://www.npmjs.com/package/nestjs-pino) (55466f5)
  • the files and commands added to the infrastructure have been expanded, and examples of working with libraries have been added (7f6c852)
  • update @nestjs-mod versions from 1.7.2 to 1.9.0 (182faa0)
  • update @nestjs-mod versions from 1.9.0 to 2.1.0 (4b58355)
  • update deps and add TerminusHealthCheck module (2d1a334)
  • update logic for search env keys in docker compose services, use service name as prefix for env key name (e544c7b)

validation-v1.2.0

03 Jun 06:15
Compare
Choose a tag to compare

1.2.0 (2025-06-03)

Features

two-factor-v1.0.1

03 Jun 21:09
Compare
Choose a tag to compare

1.0.1 (2025-06-03)

Bug Fixes

two-factor-v1.0.0

03 Jun 10:18
Compare
Choose a tag to compare

1.0.0 (2025-06-03)

Bug Fixes

  • add binaryTargets to prisma configuration (0c8cac8)
  • add binaryTargets to prisma configuration (9656b37)
  • add check prisma schema name in commands before add new command (218b0f3)
  • add comment to env file about shadowDatabaseName (de5b69a)
  • add create directory when we try create or update some files from infrastructure logic (90e3ea8)
  • add description of prisma mopdule to report and update sample with application, for correct generate report (46100d7)
  • add ext methods to FakePrismaClient (c39adbf)
  • add options for change engineType (f849783)
  • add options for change main provider (73eddbf)
  • add pingDatabaseIntervalMs to prisma config for disable setInterval (641b272)
  • add previewFeatures to PrismaConfiguration (9264be6)
  • add suport use empty featureName in prisma anf flyway modules (4f39089)
  • add support correct order on write env key values (41f1e4b)
  • add support use promise based function for prismaClientFactory (5c89a63)
  • add transform: new NumberTransformer() for all number options in settings (71fc6d8)
  • add type TransactionPrismaClient (05b308c)
  • added merging of the original application options with new options (4d126b8)
  • expose getServiceToken from docker modules, cache-modules, prisma and terminus (108dc60)
  • lock some dependencies (b01694e)
  • lock version of case-anything (511d86b)
  • move dependencies from code to dependenciesInfo and readme, update generator for ecosystem.config.json (7aa6ce1)
  • rebuild with public to npm (dacbe93)
  • reexprt FakePrismaClient as PrismaClient, for use as mock import prisma client in applications (84ce917)
  • remove usage IsNumberString decorator in FindManyArgs (8151b7e)
  • removed all "--" as it caused a side effect and prevented the command from completing correctly (d5e3d36)
  • rename all featureName options in modules (6d46c47)
  • update @nestjs-mod deps (6a4c714)
  • update @nestjs-mod deps (4c28452)
  • update @nestjs-mod versions from 2.5.0 to 2.5.1 (611bd6c)
  • update @nestjs-mod versions from 2.5.0 to 2.5.2 (e4aec57)
  • update @nestjs-mod versions from 2.5.2 to 2.5.3 (ba4d80c)
  • update @nestjs-mod versions from 2.6.1 to 2.6.3 (e8b7f80)
  • update deps (67d7179)
  • update FakePrismaClient for correct work in isInfrastructureMode (a1e3686)
  • update for small pach names (99055c9)
  • update getPrismaClientToken function for correct work (0292ea2)
  • update logic for convert prisma errors to string (136ca8f)
  • update logic for create path to output (e3920d2)
  • update logic for generate package json scripts, add order for categories (66e0753)
  • update logic for isErrorOfUniqueField method (7e0355f)
  • update nestjs-mod libs (db15c5b)
  • update nestjs-mod libs (bcda74e)
  • update nestjs-mod libs (3481d3a)
  • update nestjs-mod libs (aee56d5)
  • update package json file generator, remove add migrations script for prisma, when we disable addMigrationScripts options (8fea330)
  • update pg-flyway version (91f058d)
  • update release script (8b2772d)

Features

  • add "output" optios for change directory where Prisma Client is generated (89e6528)
  • add @nestjs-mod/authorizer for work with https://authorizer.dev/, add DockerComposeAuthorizer for deploy authorizer server, add option notStaticKeysOfEnvironments in docker services for exclude some keys from generated dot env file (12380a4)
  • add @nestjs-mod/docker-compose (b5ddd56)
  • add @nestjs-mod/flyway (ab20eef)
  • add @nestjs-mod/pm2 (a0b3f39)
  • add @nestjs-mod/prisma, update docker-compose for correct work with envs (750f302)
  • add DockerComposeMinio in @nestjs-mod/docker-compose, add @nestjs-mod/minio (0d3f9b7)
  • add DockerComposeNginx to @nestjs-mod/docker-compose, add use nginx in docker-compose for minio and disable cors validations, update readme in all modules (87cb34a)
  • add DockerComposeRedis in @nestjs-mod/docker-compose, add @nestjs-mod/cache-manager, rename FlywayModule to Flyway, rename NestjsPinoLogger to NestjsPinoLoggerModule, rename TerminusHealthCheck to TerminusHealthCheckModule, remove all async work with fs (1c5474a)
  • add feature modules from https://github.com/nestjs-mod/nestjs-mod-sso ([31a870f](31a870fb40f20e9a8f03ecb...
Read more

supabase-v1.2.0

03 Jun 06:17
Compare
Choose a tag to compare

1.2.0 (2025-06-03)

Features

sso-v1.2.0

03 Jun 06:16
Compare
Choose a tag to compare

1.2.0 (2025-06-03)

Features

prisma-v1.15.0

03 Jun 06:14
Compare
Choose a tag to compare

1.15.0 (2025-06-03)

Features

prisma-tools-v1.1.0

03 Jun 06:15
Compare
Choose a tag to compare

1.1.0 (2025-06-03)

Features

notifications-v1.1.1

03 Jun 21:09
Compare
Choose a tag to compare

1.1.1 (2025-06-03)

Bug Fixes

notifications-v1.1.0

03 Jun 20:30
Compare
Choose a tag to compare

1.1.0 (2025-06-03)

Features

  • add sdk with module to index (16103e5)