Skip to content

0.18.0

Compare
Choose a tag to compare
@marcjulian marcjulian released this 18 Aug 14:43
· 158 commits to main since this release

Checkout the new docs site at nestjs-prisma.dev to get started with nestjs-prisma and find all configuration options. 🤩 If you find the docs are missing information, feel free to edit the README.md. 🙏

Added

  • add logging middleware
  • extending prisma client for proper logging options #30, closes #23

Changed

  • support GraphQL with the exception filter (#29)

Credits

Thanks to @suryatmodulus for adding GraphQL support to the exception filter.
Thanks to @le-ar updating prisma client types for logging options.