Releases: web-ridge/gqlgen-sqlboiler
Releases · web-ridge/gqlgen-sqlboiler
v3.2.4
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
- 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
- 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
Added directive to node
v3.2.0
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
- 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
- remove go-pluralize in favor of the same pluralizer as sqlboiler uses and fixing pluralizing bugs between the two
v3.1.3
Fix for import path on windows by @ollexjr
Thanks a lot for investigating this issue and the PR @ollexjr 👌!
v3.1.2
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
- Bugfix: create output directory if not created yet