Skip to content

Commit 541ad51

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#1585 from cjoudrey/bump-1.8.3
1.8.3
2 parents cb9c19f + 3cb5f2d commit 541ad51

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
## 1.8.3 (14 June 2018)
12+
13+
### New features
14+
15+
- Add an ISO 8601 DateTime scalar: `Types::ISO8601DateTime`. #1566
16+
- Use classes under the hood for built-in scalars. These are now accessible via `Types::` namespace. #1565
17+
- Add `possible_types` helpers to abstract types #1580
18+
19+
### Bug fixes
20+
21+
- Fix `Language::Visitor` when visiting `InputObjectTypeDefinition` nodes to include child `Directive` nodes. #1584
22+
- Fix an issue preventing proper subclassing of `TimeoutMiddleware`. #1579
23+
- Fix `graphql:interface` generator such that it generates working code. #1577
24+
- Update the description of auto-generated `before` and `after` arguments to better describe their input type. #1572
25+
- Add `Language::Nodes::DirectiveLocation` AST node to represent directive locations in directive definitions. #1564
26+
1127
## 1.8.2 (6 June 2018)
1228

1329
### 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.2"
3+
VERSION = "1.8.3"
44
end

0 commit comments

Comments
 (0)