v1.5.0
版本发布时间: 2022-12-19 18:05:46
graph-gophers/graphql-go最新发布版本:v1.5.0(2022-12-19 18:05:46)
What's Changed
- Adding primitive value validation by @DallasP9124 in https://github.com/graph-gophers/graphql-go/pull/515
- Improve type assertion method argument validation (require zero) by @kainosnoema in https://github.com/graph-gophers/graphql-go/pull/516
- Disallow repeat of non repeatable directives by @ostrea in https://github.com/graph-gophers/graphql-go/pull/525
- Return error on an undeclared directive by @ostrea in https://github.com/graph-gophers/graphql-go/pull/527
- fix minor unreachable code caused by t.Fatalf by @Abirdcfly in https://github.com/graph-gophers/graphql-go/pull/530
- add specifiedBy directive by @benzolium in https://github.com/graph-gophers/graphql-go/pull/532
- fix: fix typo by @hezhizhen in https://github.com/graph-gophers/graphql-go/pull/520
- add array input example. close #489 by @MangioneAndrea in https://github.com/graph-gophers/graphql-go/pull/536
- Fix __type queries sometimes not returning data by @simhnna in https://github.com/graph-gophers/graphql-go/pull/540
- Allow deprecated directive on arguments by @pavelnikolov in https://github.com/graph-gophers/graphql-go/pull/541
New Contributors
- @DallasP9124 made their first contribution in https://github.com/graph-gophers/graphql-go/pull/515
- @kainosnoema made their first contribution in https://github.com/graph-gophers/graphql-go/pull/516
- @ostrea made their first contribution in https://github.com/graph-gophers/graphql-go/pull/525
- @Abirdcfly made their first contribution in https://github.com/graph-gophers/graphql-go/pull/530
- @benzolium made their first contribution in https://github.com/graph-gophers/graphql-go/pull/532
- @hezhizhen made their first contribution in https://github.com/graph-gophers/graphql-go/pull/520
- @MangioneAndrea made their first contribution in https://github.com/graph-gophers/graphql-go/pull/536
- @simhnna made their first contribution in https://github.com/graph-gophers/graphql-go/pull/540
Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.4.0...v1.5.0