File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.8.0.pre5 (1 Feb 2018)
12
+
13
+ ### Breaking changes
14
+
15
+ ### Deprecations
16
+
17
+ ### New features
18
+
19
+ - Upgrade argument access with the upgrader #1251
20
+ - Add ` Schema#find(str) ` for finding schema members by name #1232
21
+
22
+ ### Bug fixes
23
+
24
+ - Fix ` Schema.max_complexity ` #1246
25
+ - Support cyclical connections/edges #1253
26
+
11
27
## 1.8.0.pre4 (18 Jan 2018)
12
28
13
29
### Breaking changes
14
30
15
31
- ` Type.fields ` , ` Field.arguments ` , ` Enum.values ` and ` InputObject.arguments ` return a Hash instead of an Array #1222
16
32
17
- ### Deprecations
18
-
19
33
### New features
20
34
21
35
- By default, fields try hash keys which match their name, as either a symbol or a string #1225
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.pre4 "
3
+ VERSION = "1.8.0.pre5 "
4
4
end
You can’t perform that action at this time.
0 commit comments