Skip to content

Commit 952f12e

Browse files
committed
0.18.14
1 parent 380c873 commit 952f12e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@
88

99
### Bug fixes
1010

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
25+
1126
## 0.18.13 (19 Sep 2016)
1227

1328
### Bug fixes

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GraphQL
2-
VERSION = "0.18.13"
2+
VERSION = "0.18.14"
33
end

0 commit comments

Comments
 (0)