File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
## master
2
2
3
- * Renamed ` RelayStore#commit ` to ` RelayStore#commitUpdate ` . ` RelayStore#commit `
4
- will be removed in v0.7.0.
3
+ ## 0.6.1 (January 8, 2016)
4
+
5
+ * Renamed ` RelayStore#update ` to ` RelayStore#commitUpdate ` . ` RelayStore#commit `
6
+ will be removed in v0.7.0. For an automated codemod that you can use to
7
+ update your Relay app, visit https://github.com/relayjs/relay-codemod
8
+ * Replaced ` RelayTestUtils.unmockRelay(); ` with
9
+ ` require('configureForRelayOSS'); ` in tests.
10
+ * Fragment names in printed queries are now less verbose.
11
+ * Fixed a bug that caused queries to be printed incorrectly.
12
+ * Eliminated concrete fragment hashes.
13
+ * Connections now handle repeated edges more gracefully.
14
+ * Created a new ` RelayTaskQueue ` class. Used it to back ` RelayTaskScheduler ` .
15
+ * Reduced memory by only storing paths to container root nodes.
16
+ * Renamed ` RelayTaskScheduler#await ` to ` RelayTaskScheduler#enqueue ` .
17
+ * Fixed a series of memory leaks with a new GC implementation.
18
+ * Tests now run with Jasmine 2.
5
19
6
20
## 0.6.0 (December 4, 2015)
7
21
You can’t perform that action at this time.
0 commit comments