Releases: jamesplease/redux-resource
Releases · jamesplease/redux-resource
0.0.8 (6/27/2017)
Bug Fixes
- Fixes a bug that would cause errors to be thrown when using the action
creators extension - Fixes the location of the extensions in the npm module
0.0.7 (6/24/2017)
New Features
- Two "extensions" have been added to the
npm
package: Prop Types and
Action Creators.
0.0.6 (6/22/17)
New Features
- Adds
getResources
method
0.0.5 (6/20/2017)
Bug Fixes
- Fixed a bug where
pending
was set totrue
anytimetreatNullAsPending
wastrue
when callinggetStatus
.
0.0.4 (6/19/17)
New Features
- A "null" property is now included in the object returned from
getStatus
,
which can be used to check if the request status is"NULL"
.
0.0.3 (6/19/17)
- Passing an empty resources array in an action creator with
mergeLabelIds: false
will now clear the label's IDs array.
0.0.2 (6/18/17)
- First release
(note: this project was forked from redux-simple-resource@1.0.0 )