You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,21 @@
8
8
9
9
### Bug fixes
10
10
11
+
## 0.18.14 (20 Sep 2016)
12
+
13
+
### Breaking changes
14
+
15
+
- Directives are no longer considered as "conflicts" in query validation. This is in conformity with the spec, but a change for graphql-ruby #263
16
+
17
+
### Features
18
+
19
+
- Query analyzers may emit errors by raising `GraphQL::AnalysisError`s during `#call` or returning a single error or an array of errors from `#final_value`#262
20
+
21
+
### Bug fixes
22
+
23
+
- Merge fields even when `@skip` / `@include` are not identical #263
24
+
- Fix possible infinite loop in `FieldsWillMerge` validation #261
0 commit comments