Skip to content

Releases: LaunchPadLab/lp-redux-api

v5.3.0

29 Jun 20:49
Compare
Choose a tag to compare
  • Make the promises returned from dispatched actions resolve/reject with expected values, allowing api actions to replace effects.

v5.2.0

25 Jun 18:20
Compare
Choose a tag to compare
  • Adds createRequest action creator function and handle<Response> / setOn<Response> functions.
  • Deprecates requestWithKey and setFromRequest functions in preparation for next version.

v5.1.0

07 Mar 16:37
Compare
Choose a tag to compare
  • Adds isComplete API status selector

v5.0.0

14 Sep 20:25
Compare
Choose a tag to compare
  • selectStatus() has been removed and replaced by selectors.status()
  • onResponse has been migrated to lp-utils
  • isAuthenticated(), isAuthenticatedWithContext() and getAuthenticationContext() have been migrated to lp-requests

v4.0.3

18 Aug 18:12
Compare
Choose a tag to compare
  • Adds lp-requests as a peer dependency instead of a direct dependency

v4.0.0

06 Jun 20:43
Compare
Choose a tag to compare
  • Upgrades underlying lp-requests to 2.0.0. This removes behavior where the data key in response JSON is drilled into automatically in the http function.

v3.0.0

05 Jun 20:59
Compare
Choose a tag to compare
  • Adds successDataPath and failureDataPath to middleware
  • Move middleware and helpers into their own separate folder
  • Keys responses under success and failure in setFromRequest (resolves #77)
  • Uses redux-mock-store to perform middleware tests (resolves #78)
  • Removes lp-request function exports (resolves #72)
  • Removes old-school actions and types options from middleware