v0.4.0 (7/21/2017)
Changes
- More warnings in development mode should help catch mistakes
Breaking Changes
- Redux@3.x is now a peerDependency of Resourceful Redux, Resourceful Action
Creators, and Resourceful Prop Types resourceful-action-creators
: All end actions now always pass theres
objectresourceful-action-creators
: The actions now pass astatusCode
property,
which represents the current status code of the request.
Bug Fixes
resourceful-action-creators
: Thexhr
object will now be returned when
using the shorthand action creators (such asreadResources
).