Skip to content

Commit 868db60

Browse files
committed
1.8.9
1 parent 5f29d74 commit 868db60

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.8.9 (13 Sep 2018)
12+
13+
### Breaking changes
14+
15+
- When `field ... ` is called with a block and the block has one argument, the field is yielded, but `self` inside the block is _not_ changed to the field. #1843
16+
17+
### New features
18+
19+
- `extras: [...]` can inject values from the field instance #1808
20+
- Add `ISO8601DateTime.time_precision` for customization #1845
21+
- Fix input objects with default values of enum #1827
22+
- `Schema.sync_lazy(value)` hook for intercepting lazy-resolved objects #1784
23+
24+
### Bug fixes
25+
26+
- When a field block is provided with an arity of `1`, yield the field #1843
27+
1128
## 1.8.8 (27 Aug 2018)
1229

1330
### Bug fixes

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.8"
3+
VERSION = "1.8.9"
44
end

0 commit comments

Comments
 (0)