Skip to content

v0.10.2

Compare
Choose a tag to compare
@vektah vektah released this 28 Nov 06:09
· 1465 commits to master since this release

Added

  • Better errors when parsing invalid go code - #883
  • Better support for int64 - #902
  • Modelgen can now be hooked to provide custom tags - #897

Fixed

  • gqlgen init uses --schema option correctly now - #889
  • directive args are now escaped correctly - #907
  • scalar slices containing nils are now supported correctly - vektah/gqlparser#104
  • enum validation in variables now fires when it should - #894
  • a bug with non deterministic code order - #900
  • nils returned by interface resolvers will no longer panic - #929

Performance

  • There is a new performance optimization in go modules mode that should speed up generate time by ~20% - #941
  • Users can now opt out of post-validation of generate go code to further speed up builds - #942
  • Model generation can be completly disabled if you are not using it, speeding up builds - #940