Skip to content

v0.4.0 (7/21/2017)

Compare
Choose a tag to compare
@jamesplease jamesplease released this 21 Jul 21:05
· 460 commits to master since this release

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 the res
    object
  • resourceful-action-creators: The actions now pass a statusCode property,
    which represents the current status code of the request.

Bug Fixes

  • resourceful-action-creators: The xhr object will now be returned when
    using the shorthand action creators (such as readResources).