File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.6.4 (20 Jun 2017)
12
+
13
+ ### New features
14
+
15
+ - ` Schema.to_definitiion ` sorts fields and arguments alphabettically #775
16
+ - ` validate: false ` skips static validations in query execution #790
17
+
18
+ ### Bug fixes
19
+
20
+ - ` graphql:install ` adds ` operation_name: params[:operationName] ` #786
21
+ - ` graphql:install ` skips ` graphiql-rails ` for API-only apps #772
22
+ - ` SerialExecution ` calls ` .is_a?(Skip) ` to avoid user-defined ` #== ` methods #794
23
+ - ` prepare: ` functions which return ` ExecutionError ` are properly handled when default values are present #801
24
+
11
25
## 1.6.3 (7 Jun 2017)
12
26
13
27
### Bug fixes
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.6.3 "
3
+ VERSION = "1.6.4 "
4
4
end
You can’t perform that action at this time.
0 commit comments