File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ## react-coroutine v2.0.0
2+
3+ * Remove ` context ` argument from coroutine signature (recommended to switch to the new Context API)
4+ * ` Coroutine ` is only an object with ` create() ` factory method (breaking change for ` v2.0.0-alpha.2 ` )
5+ * Use ` pkg.module ` instead of ` jsnext:main `
6+ * Build correct ES Module artifact
7+ * Move ` react ` to ` peerDependencies ` and update the range to ` ~16.2.0 `
8+ * Allow the use of sync generators that can yield possible Promise values
9+
110## react-coroutine v2.0.0-alpha.2
211
312 * Remove ` getVariables ` mechanism
Original file line number Diff line number Diff line change 11{
22 "name" : " react-coroutine" ,
3- "version" : " 2.0.0-alpha.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " React Components as Coroutines" ,
55 "main" : " lib/Coroutine.js" ,
66 "module" : " lib/Coroutine.module.js" ,
You can’t perform that action at this time.
0 commit comments