We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83818e commit 34b3efaCopy full SHA for 34b3efa
CHANGELOG.md
@@ -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
8
## react-coroutine v0.5.1
9
10
* Fix `return` statement usage in async generators
package.json
@@ -1,6 +1,6 @@
{
"name": "react-coroutine",
- "version": "0.5.1",
+ "version": "0.6.0",
"description": "React Components as Coroutines",
"main": "lib/Coroutine.js",
"scripts": {
0 commit comments