Skip to content

Releases: tylerFowler/redux-remote-resource

The Oops One

28 Mar 01:00
Compare
Choose a tag to compare

Whelp this is kind of embarrassing, the bypassStatusActions action option that was advertised in the docs wasn't actually implemented... it is now implemented. 🙄

The One with Less Questions

28 Mar 00:54
Compare
Choose a tag to compare

Fixes a bug where, even if there were no query parameters in the action creator, all request URLs would have an appended '?' character (e.g. /api/posts?).

The One that Queries

24 Feb 00:27
Compare
Choose a tag to compare

Adds a query option that can be used to build basic query strings.

  • Make the APIError class more sensible with it's method names (but remains backwards compatible)
  • Add PATCH as an uncacheable request type
  • Updated browserify to 16.1.0
  • Split request builders into their own files

The Transparent One

15 Apr 19:08
Compare
Choose a tag to compare
  • Added post- & pre- version hooks for the npm version command
  • Allow full source to be distributed with the package (i.e. the lib/ directory)

The One That Works

15 Apr 19:05
Compare
Choose a tag to compare

Fixes a bug in the logic that decides whether an action should be processed by this middleware or not. Also adds tests for this (very important) decision.

The One That Remembers

05 Feb 05:43
Compare
Choose a tag to compare
  • Adds an optional caching feature that can be used to link API requests with specific regions of the state via the cacheMapping action creator key (see the Readme for more information)
  • Now uses the global fetch in favor of the polyfill from the isomorphic-fetch package

The One that Forgives

18 Aug 20:32
Compare
Choose a tag to compare

Fixes

  • guard against dispatched events with no action

The One with the Options

18 Aug 19:11
Compare
Choose a tag to compare

Features

  • now allows a requestOpts object to be set in the main global configuration in order to pass common options to each call to fetch.

[HOTFIX] The One with the Typo

15 Aug 15:53
Compare
Choose a tag to compare

Configuration Changes

13 Aug 23:51
Compare
Choose a tag to compare
v0.2.1

0.2.1