Skip to content

Releases: ehmpathy/sql-dao-generator

v0.12.1

09 Jun 12:49
5d95643

Choose a tag to compare

What's Changed

  • fix(cli): remove ts-node runtime dependency by @ehm-seaturtle in #45
  • fix(ci): update workflows to sdk-logs pattern by @ehm-seaturtle in #46
  • chore(release): v0.12.1 🎉 by @rhelease[bot] in #47

New Contributors

  • @ehm-seaturtle made their first contribution in #45
  • @rhelease[bot] made their first contribution in #47

Full Changelog: v0.12.0...v0.12.1

v0.12.0

27 Dec 21:49
383c491

Choose a tag to compare

0.12.0 (2024-12-27)

Features

  • context: use log from context (0dea86a)

v0.11.0

02 Dec 01:58
88f9d03

Choose a tag to compare

0.11.0 (2024-12-02)

Features

  • refs: support direct declarations of Refs (9de3ca8)

v0.10.1

03 Aug 16:56
4cdcb6f

Choose a tag to compare

0.10.1 (2024-08-03)

Bug Fixes

  • views: gen hydrated view without "as" label to prevent infidiff (f4307d2)

v0.10.0

28 Jul 04:18
1845527

Choose a tag to compare

0.10.0 (2024-07-28)

Features

  • expect: add with-expect-output to findBy queries (75c1516)

v0.9.0

28 Jul 04:12
92c6ec9

Choose a tag to compare

0.9.0 (2024-07-28)

Features

  • refs: expose a findByRef dao method (3c41f53)

v0.8.2

27 Jul 22:54
ca717fb

Choose a tag to compare

0.8.2 (2024-07-27)

Bug Fixes

  • practs: bump practs to latest best (18937d9)

v0.8.1

14 Jul 17:32
b8a298c

Choose a tag to compare

0.8.1 (2024-07-14)

Bug Fixes

  • refs: better disambiguate dobj reference names (3ef9df4)

v0.8.0

30 Jun 04:54
9d2b2c4

Choose a tag to compare

0.8.0 (2024-06-30)

Features

  • hydrated: dedupe query expressions in dao via hydrated view (07e51e3)

v0.7.4

17 Jun 12:12
6cdf370

Choose a tag to compare

0.7.4 (2024-06-17)

Bug Fixes

  • query: dereference nested array dobjs via view when needed (202017c)