Skip to content

Commit

Permalink
Merge pull request #12 from lexich/virtual
Browse files Browse the repository at this point in the history
Add: option Virtual
  • Loading branch information
lexich committed Sep 25, 2015
2 parents 76c8011 + c2cf9ab commit fb75c3a
Show file tree
Hide file tree
Showing 13 changed files with 475 additions and 363 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ function (state, action) {
}
```

- @param **options.{endpoint}.virtual** - if virtual is `true` this endpoint doesn't create reducer and doesn't emit redux-api actions. All data broadcasting by actions from `broadcast` list. If `broadcast` list is empty `virtual` value will be `false` anyway.
> *type*: Array
> *default*: false
#### reduxApi object
`reduxApi` initializer returns non initialized object. You need to call `init` for initilize it.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-api",
"version": "0.4.0",
"version": "0.5.0",
"main": "dist/redux-api.min.js",
"dependencies": {}
}
Loading

0 comments on commit fb75c3a

Please sign in to comment.