File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 0.19.4 (18 Oct 2016)
12
+
13
+ ### Breaking changes
14
+
15
+ - ` Relay::BaseConnection#order ` was removed (it always returned ` nil ` ) #313
16
+ - In the IDL, Interface names & Union members are parsed as ` TypeName ` nodes instead of Strings #322
17
+
18
+ ### New features
19
+
20
+ - Print and parse descriptions in the IDL #305
21
+ - Schema roots from IDL are omitted when their names match convention #320
22
+ - Don't add ` rescue_middleware ` to a schema if it's not using ` rescue_from ` #328
23
+ - ` Query::Arguments#each_value ` yields ` Query::Argument::ArgumentValue ` instances which contain key, value and argument definition #331
24
+
25
+ ### Bug fixes
26
+
27
+ - Use ` JSON.generate(val, quirks_mode: true) ` for compatibility with other JSON implementations #316
28
+ - Improvements for compatibility with 1.9.3 branch #315 #314 #313
29
+ - Raise a descriptive error when calculating a ` cursor ` for a node which isn't present in the connection's members #327
30
+
31
+
11
32
## 0.19.3 (13 Oct 2016)
12
33
34
+ ### Breaking Changes
35
+
36
+ - ` GraphQL::Query::Arguments.new ` requires ` argument_definitions: ` of type ` {String => GraphQL::Argument } ` #304
37
+
13
38
### Deprecations
14
39
15
40
- ` Relay::Mutation#resolve ` has a new signature. #301
Original file line number Diff line number Diff line change 1
1
module GraphQL
2
- VERSION = "0.19.3 "
2
+ VERSION = "0.19.4 "
3
3
end
You can’t perform that action at this time.
0 commit comments