Releases: gqlgo/gqlgenc
Releases · gqlgo/gqlgenc
v0.33.0
What's Changed
- leave go to its minimal required version from dependencies by @lionelfleury in #283
- fix: make version a var by @Prince213 in #288
- Fragment spreads on union are generated as inline spreads by @mlaflamm in #287
- minimal required go version downgrade to 1.23.0 by @lionelfleury in #285
- chore: upgrade golangci-lint to v2.1.5 by @Yamashou in #284
New Contributors
- @lionelfleury made their first contribution in #283
- @Prince213 made their first contribution in #288
Full Changelog: v0.32.1...v0.33.0
v0.32.1
What's Changed
- migrate to https://github.com/goccy/go-yaml from https://github.com/go-yaml/yaml by @sonatard in #277
- Update gqlgen by @sonatard in #278
- JSON field is omitted when omitzero and IsZero() is true by @sonatard in #269
- Remove omit empty types by @sonatard in #279
Full Changelog: v0.32.0...v0.32.1
v0.32.0
v0.31.0
What's Changed
- fix: multiple fields by @Yamashou in #266
- [Fix]nil slice converted to empty array instead of "null" by @venkycode in #265
New Contributors
- @venkycode made their first contribution in #265
Full Changelog: v0.30.3...v0.31.0
v0.30.3
What's Changed
- Fix generator for multiple fragment pattern by @igaryo0506 in #262
Full Changelog: v0.30.2...v0.30.3
v0.30.2
v0.30.1
Full Changelog: v0.30.0...v0.30.1
v0.30.0
What's Changed
- fix: onlyUsedModels now detects slice elements by @SteveRuble in #258
- Improve Handling of Duplicate Fields in ResponseField Conversion and Ensure Backward Compatibility by @igaryo0506 in #254
New Contributors
- @SteveRuble made their first contribution in #258
- @igaryo0506 made their first contribution in #254
Full Changelog: v0.29.0...v0.30.0
v0.29.0
What's Changed
- fix type.Alias for any fields by @golanglemonade in #259
- new Encoder by @Yamashou in #260
Full Changelog: v0.28.2...v0.29.0