We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbd5e1 commit 48a7680Copy full SHA for 48a7680
CHANGELOG.md
@@ -8,6 +8,22 @@
8
9
### Bug fixes
10
11
+## 0.18.11 (11 Sep 2016)
12
+
13
+### Breaking changes
14
15
+### Deprecations
16
17
+### New features
18
19
+- `GraphQL::Language::Nodes::Document#slice(operation_name)` finds that operation and its dependencies and puts them in a new `Document` #241
20
21
+### Bug fixes
22
23
+- Validation errors for non-existent fields have the location of the field usage, not the parent field #247
24
+- Properly `require "forwardable"` #242
25
+- Remove `ALLOWED_CONSTANTS` for boolean input, use a plain comparison #240
26
27
## 0.18.10 (9 Sep 2016)
28
29
### New features
lib/graphql/version.rb
@@ -1,3 +1,3 @@
1
module GraphQL
2
- VERSION = "0.18.10"
+ VERSION = "0.18.11"
3
end
0 commit comments