File tree Expand file tree Collapse file tree 2 files changed +48
-2
lines changed Expand file tree Collapse file tree 2 files changed +48
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Breaking changes & deprecations
4
4
5
- - Query keyword argument was removed, use ` variables: ` instead.
5
+ ### New features
6
+
7
+ ### Bug fixes
8
+
9
+ ## 0.8.0 (4 Sept 2015)
10
+
11
+ ### Breaking changes & deprecations
6
12
7
13
### New features
8
14
15
+ - Async field resolution with ` context.async { ... } `
16
+ - Access AST node during resolve with ` context.ast_node `
17
+
9
18
### Bug fixes
10
19
20
+ - Fix for validating arguments returning up too soon
21
+ - Raise if you try to define 2 types with the same name
22
+ - Raise if you try to get a type by name but it doesn't exist
23
+
24
+ ## 0.7.1 (27 Aug 2015)
25
+
26
+ ### Breaking changes & deprecations
27
+
28
+ ### New features
29
+
30
+ ### Bug fixes
31
+
32
+ - Merge nested results from different fragments instead of using the latest one only
33
+
34
+ ## 0.7.0 (26 Aug 2015)
35
+
36
+ ### Breaking changes & deprecations
37
+
38
+ - Query keyword argument ` params: ` was removed, use ` variables: ` instead.
39
+
40
+ ### New features
41
+
42
+ ### Bug fixes
43
+
44
+ - ` @skip ` has precedence over ` @include `
45
+ - Handle when ` DEFAULT_RESOVE ` returns nil
46
+
47
+ ## 0.6.2 (20 Aug 2015)
48
+
49
+ ### Breaking changes & deprecations
50
+
51
+ ### New features
52
+
53
+ ### Bug fixes
54
+
55
+ - Fix whitespace parsing in input objects
56
+
11
57
## 0.6.1 (16 Aug 2015)
12
58
13
59
### Breaking changes & deprecations
Original file line number Diff line number Diff line change 1
1
module GraphQL
2
- VERSION = "0.7.1 "
2
+ VERSION = "0.8.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments