Releases: atomic-state/http-react
Releases · atomic-state/http-react
v1.3.2
- Adds .Config to fetcher extend for default response values and ssr
v1.3.1
- allow mutation of returned data
v1.3.0
- Adds api for better SSR support
- fix minor typos in docs
v1.2.4
Status code
is available like data
, loading
, error
, etc
Config can be read in the extended fetcher (with useFetcher.extend({...
v1.2.3
- Adds api to abort a request
- Exposes config object
v1.2.2
Merge pull request #15 from nelsoncode019/master [ADD] GH for publish package to NPM
v1.2.0
Loads request responses from memory by default, this is optional
v1.1.8
Adds api to extend and configure a custom useFetcher hook
v1.1.7
docs update
- Customizable
resolver
function. This allows fetching non-json data.
1.1.4
Deprecated Fetcher component. useFetcher
should be used now. Updated docs.