Skip to content

Releases: jamesplease/redux-resource

0.0.8 (6/27/2017)

27 Jun 20:26
Compare
Choose a tag to compare

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)

25 Jun 00:52
Compare
Choose a tag to compare

New Features

  • Two "extensions" have been added to the npm package: Prop Types and
    Action Creators.

0.0.6 (6/22/17)

23 Jun 02:39
Compare
Choose a tag to compare

New Features

  • Adds getResources method

0.0.5 (6/20/2017)

21 Jun 03:35
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug where pending was set to true anytime treatNullAsPending
    was true when calling getStatus.

0.0.4 (6/19/17)

20 Jun 05:12
Compare
Choose a tag to compare

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)

19 Jun 17:08
Compare
Choose a tag to compare
  • 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)

18 Jun 16:36
Compare
Choose a tag to compare
  • First release

(note: this project was forked from redux-simple-resource@1.0.0 )