Skip to content

ZenStack Release v3.0.0-beta.24

Choose a tag to compare

@github-actions github-actions released this 20 Nov 19:46
· 14 commits to main since this release
5a36a7d

New Features

  • Better-auth adapter doc
  • Typescript schema generation can now generate "import" with file extensions doc
  • CLI "format" command for formatting schema files

Fixes and Improvements

  • Fixed the issue that postgres enum not inheriting default schema settings
  • Fixed a foreign key name mapping issue in ORM
  • Fixed "select/include" typing in ORM query input
  • Simplified ORM input argument types
  • Consolidated kysely dialects under "/dialects" export in the ORM package
  • Fixed issue with using negative number as field default #393