All Versions
12
Latest Version
Avg Release Cycle
190 days
Latest Release
1153 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.1 Changes
April 10, 2023 -
v0.8.0 Changes
August 29, 2021- subscription:
graphql.Subscribeimplementation @ #495 - ๐จ language/printer: string quoting fix @ #587
- README: replaces https://godoc.org in favor of https://pkg.go.dev links @ #593 & #591
- ๐ {executor,schema}: use invariantf for performance improvement @ #590
- examples/sql-nullstring: fix error handling @ #569
- examples: adds
http-postexample @ #575 - examples/todo/schema:
TodoSchema@ #574 - definition: fix error handling @ #561
- ๐ util:
encoding.TextMarshalersupport forBindFields@ #503 - graphql: typo fix @ #551
- ๐จ language/printer: description printing support @ #485
- subscription:
-
v0.7.9 Changes
February 08, 2020- ๐ executor: better error handling @ #459
- introspection: ensuring fields & interfaces initialization @ #469
- ๐ docs: formatting & link fixes @ #487, #497
- โ tests: example of a query with variables @ #491
- executor: ordered execution of mutations @ #493
- examples:
sql.NullStringscalar example @ #501 - ๐ scalars: bitsize increased to 64 when parsing literals for floats @ #511
- ๐ examples/crud: better formatting @ #512
- โ testutil: test data fix @ #513
- ๐ rules: better check of overlapping fields @ #521
- ๐ scalars: un-serialization of
time.Timesupport forDateTime@ #523 - ๐ introspection: fixes false-positive deprecation of fields @ #524
- ๐ extensions: better capture of errors for
resolveFieldFinishFn@ #526
-
v0.7.8 Changes
March 28, 2019- โ add extensions support @ #448
- ๐ lexer: fixes panic on empty blockstrings @ #456
- lexer: simplify lexer.TokenType @ #433
- ๐ resolvers: support custom map types @ #440
- thread-safety: added Result.AppendErrors @ #434
- ๐ fix panic when mutations or subscriptions are not configured @ #431
- errors: consolidates original error for re-usability @ #427
-
v0.7.7 Changes
December 03, 2018- null pointer improvements for lists @ #377
- ๐ concurrent resolvers support @ #388
- concurrent resolvers example @ #394
- thunk signature improvements @ #393
- code improvements via go-critic tool@ #395
- ๐ graphql-js sync: Public
ResolveInfo.Path@ #403 - ๐ docs improvements @ #407
graphql.DateTimeimprovements @ #419- ๐ circleci: go modules support @ #425
- ๐ graphql-js sync:
FormattedError.OriginalErrorsupport @ #423
-
v0.7.6 Changes
August 19, 2018- Code improvements via
go-critic@ #376, #375, #374, #373 & #372 enumnil pointer safety @ #370scalarnil pointer safety @ #369- examples: Products CRUD @ #368
- ๐ errors:
extensionssupport @ #363 & #364 - โก๏ธ coveralls: Badge status updated @ #362
- ci: TravisCI replaced by CircleCI @ #361
- examples: Context modification @ #350
- examples: Custom scalar type @ #346
- scalars:
coerceFloatimprovement @ #352 - โ scalars: Test coverage improved for coercion @ #342
- ๐ thunks: Regression fixes @ #341
- gofmt @ #335
- โก๏ธ scalars: Update float coersion double-precision @ #334
- โ Added
AddFieldConfigmethod toInputObjects@ #332 - executor: Iterable improvements @ #327
- ๐ interfaces: Support for
&@ #324 - Code clean-up @ #321, #319, #313, #307, #304, #294
- ๐ typo fixes @ #320
- ๐ Performance optimizations @ #314
- ๐ BindFields: Pointers support @ #311
- ๐ errors: Better error messages for empty
{}and()@ #310 - 0๏ธโฃ executor:
DefaultResolveFnimprovements @ #305 - ๐ executor: resolvers as pointer methods support @ #302
- Code improvements via
-
v0.7.4 Changes
January 07, 2018- ๐ travis: run tests against go 1.9.x & 1.8.x, removes unused cover pkg @ https://github.com/graphql-go/graphql/pull/249/files
- ๐ block string support @ #261
- ๐ schema definition language support @ #262
- ๐ fix for JSON struct tags @ https://github.com/graphql-go/graphql/pull/264/files
- perf. optimizations @ #265
- hide internal types @ #266
- invariantf @ #267
- benchmarks @ #268
-
v0.7.3 Changes
September 28, 2017- โ testutil fixes @ https://github.com/graphql-go/graphql/pull/240/files
- minor syntax improvements @ #244
- contribute guideline improvements @ #246
- โ run tests against go1.8, go1.9, travis improvements @ #245
- ๐ docs improvements @ #247
-
v0.7.2 Changes
August 06, 2017v0.7.2
graphql-jsparityv0.6.0.- ๐ go-fuzz nil panic fixes @ #223 #224
- ๐ sort fields by name for better reading on introspection @ #225
- ๐ fixes for input object default values @ #226
- ๐ฆ exposes default resolve function outside the lib @ #227
- empty string improvements @ #228
- ๐ cyclic fields support @ #229