Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Oct 20, 2017
1 parent e5d006f commit 3f0a9a4
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 @@
## 10/19/17

##### `[email protected]`

**New Features**

- `getStatus` now supports bracket notation for pathing. For instance,
`getStatus(state, 'books.resources[24].readStatus')`.

## 10/17/17

##### `[email protected]`
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-resource",
"version": "2.2.1",
"version": "2.3.0",
"description": "Resource management for Redux.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 3f0a9a4

Please sign in to comment.