Skip to content

Releases: fasibio/autogql

v0.1.2

03 Apr 06:51
e508ce7
Compare
Choose a tag to compare

Changelog

Others

  • 34aa2c2: build(deps): bump github.com/99designs/gqlgen from 0.17.26 to 0.17.27 (@dependabot[bot])
  • a738379: Merge branch 'main' into dependabot/go_modules/github.com/99designs/gqlgen-0.17.27 (@)
  • 11b00b1: fix: pr_main github action (@)
  • e508ce7: Merge pull request #22 from fasibio/dependabot/go_modules/github.com/99designs/gqlgen-0.17.27 (@fasibio)

v0.1.1

03 Apr 06:38
Compare
Choose a tag to compare

Changelog

Others

v0.1.0

02 Apr 10:54
15a40de
Compare
Choose a tag to compare

Changelog

Features

  • 8b3d8bd: feat: add Order to SQL Direktive. To solve depandancies between tables for mysql and postgres (@)

Others

  • 3b2b234: test: added integrationtest (@)
  • 0c6dfcc: fix: error by delete and update with complex filter (@)
  • 86cc879: test: added integrationtests (@)
  • eb0128a: test: added github actions (@)
  • 7f29f88: fix: test mergerule is now main not master (@)
  • 71d9f9e: ci: change tests (@)
  • 31c189a: wip: ci test (@)
  • 923b9f5: wip: ci test (@)
  • 385bca8: fix: readme (@)
  • e2ed995: fix: make postgres and mysql compatible (@)
  • 6fb8c2f: fix: github action yml (@)
  • 0d11ab1: fix: join by forignkey hasOne bedirecional now possible (@)
  • 15a40de: Merge pull request #23 from fasibio/integrationTests (@fasibio)

v0.0.29

22 Mar 06:29
Compare
Choose a tag to compare

Changelog

Others

  • 0ca695c: build(deps): bump github.com/99designs/gqlgen from 0.17.24 to 0.17.26 (@dependabot[bot])
  • 2b6d27c: build(deps): bump actions/setup-go from 3 to 4 (@dependabot[bot])
  • a0d2743: Merge pull request #21 from fasibio/dependabot/github_actions/actions/setup-go-4 (@fasibio)
  • d9b7317: Merge branch 'main' into dependabot/go_modules/github.com/99designs/gqlgen-0.17.26 (@)
  • e386f62: Merge pull request #18 from fasibio/dependabot/go_modules/github.com/99designs/gqlgen-0.17.26 (@fasibio)
  • 0cd5335: build(deps): bump gorm.io/gorm from 1.24.5 to 1.24.6 (@dependabot[bot])
  • b9e16e0: Merge pull request #17 from fasibio/dependabot/go_modules/gorm.io/gorm-1.24.6 (@fasibio)
  • e644b43: fix: change JOIN to Left join so filter also work if no releation exist (@)

v0.0.28

20 Mar 05:47
Compare
Choose a tag to compare

Changelog

Others

  • 3af97a1: fix: litte hook errors (@)

v0.0.27

15 Mar 11:40
151ec03
Compare
Choose a tag to compare

Changelog

Others

  • e1a147f: fix: add default hook (@)
  • 59646d6: fix: add readme (@)
  • f6e6488: fix: also add hooks for many2many resolvers (@)
  • 151ec03: Merge pull request #20 from fasibio/add_default_hooks (@fasibio)

v0.0.26

14 Mar 06:59
81fcf9c
Compare
Choose a tag to compare

Changelog

Others

  • b62050c: fix: add directive to remove fields from mutationfields. (add and patch) (@)
  • 8f6de9b: fix: update readme (@)
  • 81fcf9c: Merge pull request #19 from fasibio/add_directive_skip_mutation (@fasibio)

v0.0.25

09 Mar 08:53
Compare
Choose a tag to compare

Changelog

Others

  • 3958619: fix: complex filter queries wich show more than one time to same table only one join will executed (@)

v0.0.24

07 Mar 16:53
Compare
Choose a tag to compare

Changelog

Others

  • 6a8b378: fix: remove unneeded println (@)

v0.0.23

07 Mar 16:51
Compare
Choose a tag to compare

Changelog

Others

  • 21ae019: fix: small error by other key than value name (@)