Skip to content

Releases: RyanRoll/react-use-api

v2.5.1

22 Sep 09:57
Compare
Choose a tag to compare

2.5.1 (2020-09-22)

Bug Fixes

  • SSR: show console error instead of throw errors for Maximum executing times while fetching axio (ea839f4)

v2.5.0

14 Sep 07:00
Compare
Choose a tag to compare

2.5.0 (2020-09-14)

Features

  • useCache: update readme and provide more details (#19) (e1485ac)

v2.4.1

01 Sep 04:36
Compare
Choose a tag to compare

2.4.1 (2020-09-01)

Bug Fixes

  • pre-release: add new option - useCache (75e9222)

v2.4.0

06 Aug 08:44
Compare
Choose a tag to compare

2.4.0 (2020-08-06)

Features

  • TypeScript: Custom data type support (#17) (366a7de)

v2.3.1

29 Jun 14:27
Compare
Choose a tag to compare

2.3.1 (2020-06-29)

Bug Fixes

v2.3.0

29 Jun 13:53
Compare
Choose a tag to compare

2.3.0 (2020-06-29)

Features

  • options: add a new option "skip" to avoid calling API (8f25d60)

v2.2.0

25 Nov 16:22
Compare
Choose a tag to compare

2.2.0 (2019-11-25)

Features

  • #7: add an argument postProcess for injectSSRHtml (48f78b4), closes #7

v2.1.2

07 Nov 16:33
Compare
Choose a tag to compare

2.1.2 (2019-11-07)

Bug Fixes

  • injectSSRHtml: bug fix where the arguments of shouldUseApiCache were wrong (d7d6d13)

v2.1.1

07 Nov 15:52
Compare
Choose a tag to compare

2.1.1 (2019-11-07)

Bug Fixes

  • injectSSRHtml: rule the uncached data out by shouldUseApiCache() (6702a6c)

v2.1.0

28 Sep 15:29
Compare
Choose a tag to compare

2.1.0 (2019-09-28)

Features

  • useApi: add shouldUseApiCache to enable/disable the particular requests (8ee5e0e)