Skip to content

Releases: web-ridge/gqlgen-sqlboiler

v3.2.4

04 Dec 16:02
Compare
Choose a tag to compare

Full Changelog: v3.2.3...v3.2.4

Added support for unix timestamp filtering

Breaking changes

you have to configure DatabaseDriver in the convert plugin config

v3.2.3

26 Nov 09:24
Compare
Choose a tag to compare
  • sort enums to prevent merge conflicts and
  • fix problem with database enum which have underscore in it
    Full Changelog: v3.2.2...v3.2.3

v3.2.2

25 Nov 21:49
Compare
Choose a tag to compare
  • add support for soft-delete
  • fix bug with types null decimal not as optional in schema.graphql
  • fix bug with duplicated authorization scopes

Full Changelog: v3.2.1...v3.2.2

v3.2.1

29 Oct 13:20
Compare
Choose a tag to compare

Added directive to node

v3.2.0

08 Oct 13:30
Compare
Choose a tag to compare

Apply filter and search as an AND query instead of both after each other

Full Changelog: v3.1.5...v3.2.0

v3.1.5

03 Jun 10:15
Compare
Choose a tag to compare
  • native database enum support
  • batch create support (only MySQL for now)
  • bugfixes in filter
  • allow sending e.g. false for boolean in create and persisting it and not skipping it because of boiler.Infer()

Breaking changes

  • some api changes in the plugin but no time to update documentation right now

v3.1.4

09 Apr 17:37
Compare
Choose a tag to compare
  • remove go-pluralize in favor of the same pluralizer as sqlboiler uses and fixing pluralizing bugs between the two

v3.1.3

15 Jan 12:58
f18903b
Compare
Choose a tag to compare

Fix for import path on windows by @ollexjr

Thanks a lot for investigating this issue and the PR @ollexjr 👌!

v3.1.2

04 Jan 19:40
f17b21c
Compare
Choose a tag to compare

Fixed custom exec path and import issues with other import paths than in the example #48 .

Thanks a lot for investigating this issue and the PR @sjhitchner 👌!

v3.1.1

30 Dec 11:34
Compare
Choose a tag to compare
  • Bugfix: create output directory if not created yet