Skip to content

Commit 7f2dcba

Browse files
committed
1.8.2
1 parent dd0961f commit 7f2dcba

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88

99
### Bug fixes
1010

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+
1129
## 1.8.1 (1 June 2018)
1230

1331
### Breaking changes

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.8.1"
3+
VERSION = "1.8.2"
44
end

0 commit comments

Comments
 (0)