Skip to content

Release v2.14.0

Latest

Choose a tag to compare

@go-jet go-jet released this 20 Oct 10:20
· 2 commits to master since this release

✨ New Features

  • Postgres array support.
  • GENERATED ALWAYS VIRTUAL columns are now excluded from MutableColumns list for MySQL.
  • Introduced the -skip-model and -skip-sql-builder flags to selectively skip model or SQL builder type generation.
  • Added generator options -tables, -views, and -enums to only allow generation of specific tables, views, or enums.
  • Added generator -model-json-tag option to include JSON tags in generated model types.

🐛 Bug Fixes

  • Additional model import paths added to support generic types with non-standard inner types (issue).
  • Fixed issue where SQL identifiers starting with a number were not correctly quoted.

Contributors

@switchupcb @markvai @joshkaplinsky @SanjaiyKumar @Sanjaiy @Andrei-hub11 @carsonkrueger @arjen-ag5