Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 16:36
· 137 commits to main since this release

7.0.0 (2025-06-11)

⚠ BREAKING CHANGES

  • Use UserTypes to declare JwtPayload and UserQueryMetadata
  • use UserTypes.Locales
  • Prisma options in app config have changed. See example for more details.

Features

  • allow users to define custom prisma extensions (84c702d)

Bug Fixes

  • issue where mixin class names are set to target (844e2ef)

Miscellaneous Chores

  • remove CustomTypeOptions (0caf5de)

Code Refactoring

  • remove Zod schemas for token payload and metadata (782f293)