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 0d6d68f commit 3eb289cCopy full SHA for 3eb289c
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## react-coroutine v2.0.2
2
+
3
+ * Prevent usage of deprecated React lifecycle methods
4
+ * Switch to `PureComponent` for small optimizations
5
+ * Minor internal changes to improve iterators cancellation
6
+ * Fix exceptions throw in coroutines based on sync generators
7
+ * Update peer dependency range to support React versions higher than `16.2.0`
8
9
## react-coroutine v2.0.1
10
11
* Prevent rejected promises swallowing in sync generators
package.json
@@ -1,6 +1,6 @@
{
"name": "react-coroutine",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "React Components as Coroutines",
"author": "Alexey Raspopov",
"license": "MIT",
0 commit comments