File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## react-coroutine v1.0.0
2+
3+ * Use Rollup to build smaller bundle
4+ * Provide ` pkg.module ` property for bundling original sources
5+ * Prevent calls of ` setState() ` for unmounted components
6+
17## react-coroutine v0.6.1
28
39 * Fix ` .npmignore ` due to lost modules after previous release
Original file line number Diff line number Diff line change 11{
22 "name" : " react-coroutine" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " React Components as Coroutines" ,
55 "main" : " lib/Coroutine.js" ,
66 "module" : " modules/Coroutine.js" ,
77 "scripts" : {
88 "test" : " jest" ,
99 "prepublish" : " rollup --format cjs --config rollup.config.js modules/Coroutine.js > lib/Coroutine.js"
1010 },
11- "homepage" : " https://alexeyraspopov.github.io/ react-coroutine" ,
11+ "homepage" : " https://react-coroutine.js.org/ " ,
1212 "repository" : " alexeyraspopov/react-coroutine" ,
1313 "keywords" : [
1414 " async" ,
You can’t perform that action at this time.
0 commit comments