All Versions
10
Latest Version
Avg Release Cycle
103 days
Latest Release
1323 days ago
Changelog History
Changelog History
-
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.NullString
scalar 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.Time
support 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.DateTime
improvements @ #419- ๐ circleci: go modules support @ #425
- ๐ graphql-js sync:
FormattedError.OriginalError
support @ #423
-
v0.7.6 Changes
August 19, 2018- Code improvements via
go-critic
@ #376, #375, #374, #373 & #372 enum
nil pointer safety @ #370scalar
nil pointer safety @ #369- examples: Products CRUD @ #368
- ๐ errors:
extensions
support @ #363 & #364 - โก๏ธ coveralls: Badge status updated @ #362
- ci: TravisCI replaced by CircleCI @ #361
- examples: Context modification @ #350
- examples: Custom scalar type @ #346
- scalars:
coerceFloat
improvement @ #352 - โ scalars: Test coverage improved for coercion @ #342
- ๐ thunks: Regression fixes @ #341
- gofmt @ #335
- โก๏ธ scalars: Update float coersion double-precision @ #334
- โ Added
AddFieldConfig
method 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:
DefaultResolveFn
improvements @ #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-js
parityv0.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
-
v0.7.0 Changes
July 23, 2017