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 d054532 commit 1810cd6Copy full SHA for 1810cd6
CHANGELOG.md
@@ -8,7 +8,17 @@
8
9
### Bug fixes
10
11
-## 1.8.0.pre5 (1 Feb 2018)
+## 1.8.0.pre7 (27 Feb 2018)
12
+
13
+### New features
14
15
+- Upgrader improvemnts #1305
16
+- Support `global_id_field` for interfaces #1299
17
+- Add `camelize: false` #1300
18
+- Add readers for `context`, `object` and `arguments` #1283
19
+- Replace `Schema.method_missing` with explicit whitelist #1265
20
21
+## 1.8.0.pre6 (1 Feb 2018)
22
23
### New features
24
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.8.0.pre6"
+ VERSION = "1.8.0.pre7"
4
end
0 commit comments