What's Changed
- feat: rm the call Model method from the update interface by @qqxhb in #1282
- fix: ignore tabel by @qqxhb in #1288
- chore(deps): bump gorm.io/plugin/dbresolver from 1.5.0 to 1.5.3 in /tests by @dependabot[bot] in #1214
- chore(deps): bump gorm.io/plugin/dbresolver from 1.5.0 to 1.5.3 by @dependabot[bot] in #1215
- feat: fix scan type nil by @qqxhb in #1315
- fix: fix generation of DAO objects with cycles by @lloyd-juicelabs in #1279
- feat: fix Returning model by @qqxhb in #1324
- Refactor DO methods to use prepareTx for transaction consistency by @tonyd3 in #1369
- feat: ignore nil AssignExpr by @ninoY25 in #1359
- fix: query read/write db by @qqxhb in #1396
- docs: fix typo in documentation by @benwrk in #1356
- feat: support skip impl generation by @WqyJh in #1350
- refactor: refactor funcs with generics by @tr1v3r in #1123
- feat: add attribute column to field by @qqxhb in #1398
- fix: stabilize index tag order by @qqxhb in #1430
- fix: UpdateColumnSimple should not update updated_at by @qqxhb in #1431
- fix: backfill delete returning results by @qqxhb in #1432
- feat: add Query.UnderlyingDB by @qqxhb in #1433
- feat: default tag for zero values by @qqxhb in #1434
- fix: support variadic parameters in custom SQL interface methods by @qqxhb in #1436
- fix: correct bind index generation for parameterized SELECT expressions in PostgreSQL by @StrangeYear in #1428
- feat: add ValuerNumber for valuer arithmetic by @qqxhb in #1437
- feat(gentool): add fieldWithDefaultTag option by @qqxhb in #1438
- feat: skip batch insert when unique index exists by @qqxhb in #1440
- Make clause security check pluggable by @qqxhb in #1442
- Support zero-arg method calls in DIY SQL params by @qqxhb in #1444
- Expose Desc/Asc on Expr interface by @qqxhb in #1445
- feat: add Tag field to field meta by @weilence in #1426
- fixed issue with multi-line table comments by @sergesheff in #1429
- docs: improve README quickstart by @qqxhb in #1448
- feat: incremental generation manifest by @qqxhb in #1449
- feat: structured diagnostics for interface SQL parsing by @qqxhb in #1450
- feat: diagnostic codeframe and stable codes by @qqxhb in #1451
New Contributors
- @lloyd-juicelabs made their first contribution in #1279
- @tonyd3 made their first contribution in #1369
- @ninoY25 made their first contribution in #1359
- @benwrk made their first contribution in #1356
- @WqyJh made their first contribution in #1350
- @StrangeYear made their first contribution in #1428
- @weilence made their first contribution in #1426
- @sergesheff made their first contribution in #1429
Full Changelog: v0.3.27...v0.3.28