Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Mar 2, 2018
1 parent 4ce5e5a commit d961bcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## react-coroutine v2.0.0

* Remove `context` argument from coroutine signature (recommended to switch to the new Context API)
* `Coroutine` is only an object with `create()` factory method (breaking change for `v2.0.0-alpha.2`)
* Use `pkg.module` instead of `jsnext:main`
* Build correct ES Module artifact
* Move `react` to `peerDependencies` and update the range to `~16.2.0`
* Allow the use of sync generators that can yield possible Promise values

## react-coroutine v2.0.0-alpha.2

* Remove `getVariables` mechanism
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-coroutine",
"version": "2.0.0-alpha.2",
"version": "2.0.0",
"description": "React Components as Coroutines",
"main": "lib/Coroutine.js",
"module": "lib/Coroutine.module.js",
Expand Down

0 comments on commit d961bcc

Please sign in to comment.