Skip to content

Releases: atomic-state/http-react

v1.3.2

30 Apr 02:59
dd4a4bb
Compare
Choose a tag to compare
  • Adds .Config to fetcher extend for default response values and ssr

v1.3.1

28 Apr 20:41
59bd481
Compare
Choose a tag to compare
  • allow mutation of returned data

v1.3.0

28 Apr 20:15
de390c9
Compare
Choose a tag to compare
  • Adds api for better SSR support
  • fix minor typos in docs

v1.2.4

26 Mar 06:35
83647c2
Compare
Choose a tag to compare

Status code is available like data, loading, error, etc

Config can be read in the extended fetcher (with useFetcher.extend({...

v1.2.3

11 Feb 06:15
0974e17
Compare
Choose a tag to compare
  • Adds api to abort a request
  • Exposes config object

v1.2.2

09 Feb 15:35
e027345
Compare
Choose a tag to compare
Merge pull request #15 from nelsoncode019/master

[ADD] GH for publish package to NPM

v1.2.0

29 Jan 22:36
c46dfd8
Compare
Choose a tag to compare

Loads request responses from memory by default, this is optional

v1.1.8

29 Jan 01:48
090759a
Compare
Choose a tag to compare

Adds api to extend and configure a custom useFetcher hook

v1.1.7

28 Jan 23:55
d37f631
Compare
Choose a tag to compare

docs update

  • Customizable resolver function. This allows fetching non-json data.

1.1.4

27 Jan 06:37
22d7ee3
Compare
Choose a tag to compare

Deprecated Fetcher component. useFetcher should be used now. Updated docs.