File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.8.0.pre4 (18 Jan 2018)
12
+
13
+ ### Breaking changes
14
+
15
+ - ` Type.fields ` , ` Field.arguments ` , ` Enum.values ` and ` InputObject.arguments ` return a Hash instead of an Array #1222
16
+
17
+ ### Deprecations
18
+
19
+ ### New features
20
+
21
+ - By default, fields try hash keys which match their name, as either a symbol or a string #1225
22
+ - ` field do ... end ` instance_evals on the Field instance, not a FieldProxy #1227
23
+ - ` [T, null: true] ` creates lists with nullable items #1229
24
+ - Upgrader improvements #1223
25
+
26
+ ### Bug fixes
27
+
28
+ - Don't require ` parser ` unless the upgrader is run #1218
29
+
11
30
## 1.8.0.pre3 (12 Jan 2018)
12
31
13
32
### New Features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.8.0.pre3 "
3
+ VERSION = "1.8.0.pre4 "
4
4
end
You can’t perform that action at this time.
0 commit comments