Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz-pluszczewski committed Jul 25, 2017
1 parent 0f9b389 commit 1f378f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
8.0
5 changes: 4 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,8 @@ Most of the time it's not a good idea. It's probably better to just conditionall

## Roadmap
* Errors in success hooks should not be caught together with errors in `function`
* Add global hooks option (with mechanism to apply hooks to only some actions based on filter function or regex or type: start, success, error)
* Refactor tests (merge some tests and split others to make them more readable)

#### What's not going to be done
* You will not be able to dynamically add hooks (like listeners) to actions (e.g. with middleware.addHook()) except in action creators. The power of redux is in the ability to quickly find the reason why something happened and adding dynamic listeners will make the code hard to understand.

3 changes: 3 additions & 0 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 0.1.1
* Updated readme

#### 0.1.0
* Added global hooks

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": "redux-better-promise",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple and powerful redux middleware that supports async side-effects (and much more)",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1f378f5

Please sign in to comment.