File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
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
+
11
27
## 1.8.2 (6 June 2018)
12
28
13
29
### 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.2 "
3
+ VERSION = "1.8.3 "
4
4
end
You can’t perform that action at this time.
0 commit comments