Skip to content

Commit d961bcc

Browse files
v2.0.0
1 parent 4ce5e5a commit d961bcc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)