Skip to content

Commit 34b3efa

Browse files
0.6.0
1 parent b83818e commit 34b3efa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## react-coroutine v0.6.0
2+
3+
* Provide `Coroutine.render` component to render async functions without wrapping them
4+
* Add an ability to provide custom component for the initial (empty) state
5+
* Drop outdated promises if coroutine was updated before they are resolved
6+
* Use `null` as default initial body and allow returning it from coroutines
7+
18
## react-coroutine v0.5.1
29

310
* Fix `return` statement usage in async generators

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-coroutine",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "React Components as Coroutines",
55
"main": "lib/Coroutine.js",
66
"scripts": {

0 commit comments

Comments
 (0)