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 68fc7bc commit 00aa19eCopy full SHA for 00aa19e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## react-coroutine v2.0.1
2
+
3
+ * Prevent rejected promises swallowing in sync generators
4
+ * Remove `shallowequal` dependency, decreasing the lib size
5
+ * Use `babel-preset-env` instead of `babel-preset-es2015` for building the lib
6
7
## react-coroutine v2.0.0
8
9
* Remove `context` argument from coroutine signature (recommended to switch to the new Context API)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-coroutine",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "React Components as Coroutines",
"author": "Alexey Raspopov",
"license": "MIT",
0 commit comments