v16.0.0-rc.6 (2021-10-23)
Breaking Change 💥
- #3326 GraphQLError: enumerate only spec prescribed properties (@IvanGoncharov)
- #3328 GraphQLField: relax default value of TArgs to
any
(@IvanGoncharov)
Bug Fix 🐞
- #3278 lexer: fix expression to decode surrogate pairs (@Cito)
- #3325 GraphQLError: fix empty
locations
if error got nodes without locations (@IvanGoncharov)
Polish 💅
2 PRs were merged
- #3322 Lexer: use standard JS functions to handle Unicode (@IvanGoncharov)
- #3324 GraphQLError-test: merge check of source with rest of the properties (@IvanGoncharov)
Internal 🏠
Committers: 2
- Christoph Zwerschke(@Cito)
- Ivan Goncharov(@IvanGoncharov)