Skip to content

Commit 983e23e

Browse files
committed
0.19.4
1 parent 2de409f commit 983e23e

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,33 @@
88

99
### Bug fixes
1010

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+
1132
## 0.19.3 (13 Oct 2016)
1233

34+
### Breaking Changes
35+
36+
- `GraphQL::Query::Arguments.new` requires `argument_definitions:` of type `{String => GraphQL::Argument }` #304
37+
1338
### Deprecations
1439

1540
- `Relay::Mutation#resolve` has a new signature. #301

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.19.3"
2+
VERSION = "0.19.4"
33
end

0 commit comments

Comments
 (0)