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 2d93373 commit fa79c11Copy full SHA for fa79c11
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## react-coroutine v2.0.0-alpha.1
2
+
3
+ * Remove `getVariables` mechanism
4
+ * Remove unused `Coroutine.render` component
5
+ * Introduce `Coroutine` as a base React component
6
7
## react-coroutine v1.0.6
8
9
* Use latest `shallowequal` without `lodash` dependency (–3kb of minified code)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-coroutine",
- "version": "1.0.6",
+ "version": "2.0.0-alpha.1",
"description": "React Components as Coroutines",
"main": "lib/Coroutine.js",
"jsnext:main": "modules/Coroutine.js",
0 commit comments