Releases: tylerFowler/redux-remote-resource
Releases · tylerFowler/redux-remote-resource
The Oops One
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
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
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
- 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
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
- 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 theisomorphic-fetch
package
The One that Forgives
Fixes
- guard against dispatched events with no action
The One with the Options
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
v0.2.2 0.2.2
Configuration Changes
v0.2.1 0.2.1