Releases: klis87/redux-requests
@redux-requests/fetch v1.1.1
Removed axios dependency, which became problematic for recent axios version. Thanks @klausbreyer for reporting the issue.
@redux-requests/react v1.8.0
Updated Typescript types to support strict
mode. Thank you @medfreeman for this awesome contribution!
@redux-requests/core v1.7.0
Updated Typescript types to support strict
mode. Thank you @medfreeman for this awesome contribution!
@redux-requests/fetch v1.0.3
Fixed fetch
driver so that it is compatible with abort actions. Previously aborts indeed worked, but error
action was dispatched instead of abort
. Thank you @medfreeman for noticing this issue and solving it!
@redux-requests/react v1.7.0
Updated TypeScript type for useQuery
- now data
type from passed action
or type
will be inferred as data | null
, which will be correctly handle cases where data
hasn't been loaded yet. Thanks @fmmoret !
@redux-requests/react v1.6.1
Fixed useQuery
load
callback when autoLoad
is false
.
@redux-requests/core v1.6.1
A small subscription bug fix - now messages from the client to the server are not sent if websocket connection is opening. Instead, it is ignored and will be sent just once connection is established.
@redux-requests/react v1.6.0
Added useSubscription
. See https://redux-requests.klisiczynski.com/docs/guides/usage-with-react#usesubscription
@redux-requests/graphql v1.2.0
Added createSubscriber
to allow graphql subscriptions with apollo-server. See https://redux-requests.klisiczynski.com/docs/drivers/graphql-driver#subscriptions