Redux Requests Versions Save

Declarative AJAX requests and automatic network state management for single-page applications

@redux-requests/[email protected]

1 year ago

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

@redux-requests/[email protected]

2 years ago

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

@redux-requests/[email protected]

2 years ago

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

@redux-requests/[email protected]

2 years ago

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/[email protected]

2 years ago

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/[email protected]

3 years ago

Fixed useQuery load callback when autoLoad is false.

@redux-requests/[email protected]

3 years ago

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/[email protected]

3 years ago

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