Skip to content

Commit 698fda2

Browse files
committed
1.8.0.pre4
1 parent a0ce3aa commit 698fda2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1130
## 1.8.0.pre3 (12 Jan 2018)
1231

1332
### New Features

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.0.pre3"
3+
VERSION = "1.8.0.pre4"
44
end

0 commit comments

Comments
 (0)