File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
## master
2
2
3
- * Bump the ` babel-relay-plugin ` version to vX.Y.Z.
3
+ ## 0.5.0 (November 11, 2015)
4
+
5
+ * Bump the ` babel-relay-plugin ` version to v0.4.1.
4
6
* Added validation of arguments for connections with ` edges ` or ` pageInfo ` .
5
7
* Connections without arguments in fat queries can add the new fragment
6
8
directive ` @relay(pattern: true) ` .
7
9
* Fixed validation of fields within inline fragments in connections.
10
+ * Print queries using a plain-object representation (instead of ` GraphQL `
11
+ objects).
8
12
* ` RelayQueryField#getStorageKey ` will now produce the same key regardless of
9
13
the order of a field's arguments.
10
14
* Range behavior keys in mutation configs are now guaranteed to be sorted.
11
15
* Added the ` Relay.createQuery() ` function which returns a
12
16
` RelayQuery.Root ` (that can be used with ` Relay.Store ` methods).
13
17
* Optimistic response keys now use GraphQL OSS syntax. (Usage of old, call-like
14
18
syntax is now deprecated and will warn.)
19
+ * Fix a bug where optimistic queries could cause the error "Could not find a
20
+ type name for record ...".
15
21
16
22
## 0.4.0 (October 13, 2015)
17
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-relay" ,
3
3
"description" : " A framework for building data-driven React applications." ,
4
- "version" : " 0.4 .0" ,
4
+ "version" : " 0.5 .0" ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" react" ,
33
33
"react-static-container" : " ^1.0.0-alpha.1"
34
34
},
35
35
"peerDependencies" : {
36
- "babel-relay-plugin" : " ^0.3.0 " ,
36
+ "babel-relay-plugin" : " ^0.4.1 " ,
37
37
"react" : " ^0.14.0" ,
38
38
"react-dom" : " ^0.14.0"
39
39
},
Original file line number Diff line number Diff line change 10
10
*/
11
11
12
12
module . exports = {
13
- version : '0.4 .0'
13
+ version : '0.5 .0'
14
14
} ;
You can’t perform that action at this time.
0 commit comments