1.2.0 CHANGELOG
This commit is contained in:
parent
73db8d519b
commit
0f8db75420
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
# 1.2.0
|
||||
* Combine `ValueContext` and `VariableContext` into a single `InputValueContext` supertype.
|
||||
* Add `T computeValue(Map<String, dynamic> variables);`
|
||||
* Resolve [#23](https://github.com/angel-dart/graphql/issues/23).
|
||||
* Deprecate old `ValueOrVariable` class, and parser/AST methods related to it.
|
||||
|
||||
# 1.1.3
|
||||
* Add `Parser.nextName`, and remove all formerly-reserved words from the lexer.
|
||||
Resolves [#19](https://github.com/angel-dart/graphql/issues/19).
|
||||
|
|
Loading…
Reference in a new issue