File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.8.2 (6 June 2018)
12
+
13
+ ### Breaking changes
14
+
15
+ - ` Schema::InputObject#to_h ` recursively transforms hashes to camelized, symbolized keys. #1555
16
+
17
+ ### New features
18
+
19
+ - Generators create class-based types #1562
20
+ - ` Schema::InputObject#to_h ` returns a camelized, symbolized hash #1555
21
+
22
+ ### Bug fixes
23
+
24
+ - Support ` default_mask ` in class-based schemas #1563
25
+ - Fix null propagation for list types #1558
26
+ - Validate unique arguments in queries #1557
27
+ - Fix ` RelayClassicMutation ` s with no arguments #1543
28
+
11
29
## 1.8.1 (1 June 2018)
12
30
13
31
### Breaking changes
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.8.1 "
3
+ VERSION = "1.8.2 "
4
4
end
You can’t perform that action at this time.
0 commit comments