Skip to content

Commit

Permalink
2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
brabadu committed Nov 30, 2017
1 parent 42951e4 commit fa0acb7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 40 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.0
* *BREAKING* Changed signatures for middlwares, so now they may receive `streamWrapper` #28
* *BREAKING* Changed signature for `makeStreamState`, passing only `streamWrapper` instead of `eventStream` #30
* Introducing `connect`, stores and all this redux madness #34
* Moved docs to http://tanok.js.org/ #31 #32
* Added check for test coverage #29
* Reorganized examples #33


## 1.3.0
* Added shutdown behavior to `streamWrapper` that allows graceful shutdown of app #26

Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tanok",
"version": "1.3.0",
"version": "2.0.0-rc1",
"description": "Lightweight pattern for React+Rx.js front-end applications. Written under heavy impression of Elm Architecture",
"main": "lib/tanok.js",
"scripts": {
Expand Down

0 comments on commit fa0acb7

Please sign in to comment.