Skip to content

Releases: KevinEdry/nestjs-trpc

Release 1.6.1

30 Oct 16:38
Compare
Choose a tag to compare

1.6.1 (2024-10-30)

Release 1.6.0

30 Oct 16:36
Compare
Choose a tag to compare

1.6.0 (2024-10-30)

  • chore(nestjs-trpc): remove pnp from source control (1d92ef9)
  • chore(nestjs-trpc): updated gitignore (e2ee7c6)
  • Change interface to also say errorFormatter (eef64f3)
  • Use errorFormatter instead of errorShape (673a651)
  • refactor(decorators/middlewares): rename to UseMiddlewares and mark old one as deprecated (5073129)
  • refactor(decorators/middlewares): rename to UseMiddlewares and mark old one as deprecated (6930001)

Breaking Changes

  • errorShape option has been renamed to errorFormatter to correctly follow trpc options convention, huge thanks to @johnny-y-wang for making this happen!
  • Middlewares decorator has been deprecated and now will be named UseMiddlewares to align with NestJS convention such as UseGuards, huge thanks to @Mnigos for making this change!

Release 1.5.2

20 Oct 14:55
Compare
Choose a tag to compare

1.5.2 (2024-10-20)

  • chore(packages/nestjs-trpc): removed prefixed slash for windows (d0a73a4)

Release 1.5.1

16 Oct 14:32
Compare
Choose a tag to compare

1.5.1 (2024-10-16)

  • chore(packages/nestjs-trpc): updated nestjs to not require generation dependencies in prod (2546753)
  • chore(packages/nestjs-trpc): updated tsconfig and build step (6102784)
  • docs(README): change demo gif (921b512)

Release 1.5.0

06 Oct 15:14
Compare
Choose a tag to compare

1.5.0 (2024-10-06)

  • chore(nestjs-trpc): refactored util files and functions (fbf794a)
  • chore(nestjs-trpc): removed unused test file (40265bf)
  • chore(packages/nestjs-trpc): copied readme to package folder (417d2a5)
  • fix(docs): fixed uncategorized rel keys (f671e18)
  • fix(docs): refined documentation text (b834b61)
  • fix(examples): updated fastify example to show multi middleware example (69aed1d)
  • fix(nestjs-trpc): filtered out non unique middlewares (1452111)
  • fix(nestjs-trpc): updated generator log to include relative path (485057b)
  • feat: prettier and lint fixes (0762c9b)
  • feat(docs): updated docs (7f1b861)
  • feat(examples): updated fastify example to show auto imports functionality (dab8997)
  • feat(fastify): added schema imports example (167d962)
  • feat(nestjs-trpc): auto import call expressions (fddd23f)
  • feat(nestjs-trpc): removed unused packages (2d21409)
  • feat(nestjs-trpc): update file resolution scanning functionality (aa9612b)
  • Update README.md (d8a08b6)

Release 1.4.0

01 Oct 01:00
Compare
Choose a tag to compare

1.4.0 (2024-10-01)

Main Changes:

  • nestjs-trpc now have native support for fastify!

Changelog:

  • docs: updated readme and docs to include fastify (7eb1428)
  • docs(README): add missing peer dependency and fix error handling (c2601ee)
  • docs(README): fix typos (7e35bcf)
  • docs(README): format code and add missing import (d36d8d3)
  • feat: added fastify example (e55899b)
  • feat: added fastify support (e554ff1)
  • chore(husky/commit-msg): remove deprecated code (d769ec9)
  • style(examples/nextjs-trpc): fix code formatting (a40e4aa)
  • fix: documentations typos (2ab18c2)

Release 1.3.5

29 Sep 04:46
Compare
Choose a tag to compare

1.3.5 (2024-09-29)

  • docs: added integrations documentation (9393962)
  • fix: added ignore pattern for eslint (6a985fc)
  • feat: added trpc panel integration example (20c28ef)
  • feat: exposed the runtime trpc app-router (a405eee)

Release 1.3.4

28 Sep 22:36
Compare
Choose a tag to compare

1.3.4 (2024-09-28)

  • fix: eslint and prettier fixes (b7a0550)
  • fix: fixed mutation mapping issue (dd10672)
  • docs: edited banner link (7f75467)
  • docs: update documentation to include discord server link (4965bf4)
  • docs: updated context docs (e0ddf4c)

Release 1.3.3

28 Sep 20:55
Compare
Choose a tag to compare

1.3.3 (2024-09-28)

  • fix: updated import map to handle barrel files (bc974ca)
  • fix: updated peer dependencies version (5be3ac9)

Release 1.3.2

28 Sep 18:09
Compare
Choose a tag to compare

1.3.2 (2024-09-28)

  • fix: fixed zod schema functionality to respect local import maps (981046f)