Skip to content

Releases: klis87/redux-requests

@redux-requests/fetch v1.1.1

10 Jan 22:13
Compare
Choose a tag to compare

Removed axios dependency, which became problematic for recent axios version. Thanks @klausbreyer for reporting the issue.

@redux-requests/react v1.8.0

14 Dec 23:00
Compare
Choose a tag to compare

Updated Typescript types to support strict mode. Thank you @medfreeman for this awesome contribution!

@redux-requests/core v1.7.0

14 Dec 22:59
Compare
Choose a tag to compare

Updated Typescript types to support strict mode. Thank you @medfreeman for this awesome contribution!

@redux-requests/fetch v1.0.3

13 Nov 23:19
Compare
Choose a tag to compare

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

26 Sep 22:52
Compare
Choose a tag to compare

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

14 Mar 12:49
Compare
Choose a tag to compare

Fixed useQuery load callback when autoLoad is false.

@redux-requests/core v1.6.1

20 Feb 22:30
Compare
Choose a tag to compare

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

@redux-requests/graphql v1.2.0

18 Feb 23:36
Compare
Choose a tag to compare

Added createSubscriber to allow graphql subscriptions with apollo-server. See https://redux-requests.klisiczynski.com/docs/drivers/graphql-driver#subscriptions

@redux-requests/core v1.6.0