Home / 1.0.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2020-04-14 2.6 kB
Version 1.0 source code.tar.gz 2020-04-14 4.9 MB
Version 1.0 source code.zip 2020-04-14 5.0 MB
Totals: 3 Items   9.9 MB 0

Finally Version 1.0

Lots of upgrades in this version. This new major release is v1.0.2 on npm.

Updates

  1. Retry Functionality. retries, retryDelay, and retryOn
  2. Suspense(experimental) Support. suspense
  3. Persistent Caching. persist
  4. Added cache to return of useFetch for better cache debugging and to clear the cache for instance when a user signs out.
  5. Fixed infinite loop/extra rendering issues when passing useFetch variables to useEffect dependencies https://github.com/ava/use-http/issues/228 https://github.com/ava/use-http/issues/185
  6. Fixed response interceptor not firing when results loaded from cache https://github.com/ava/use-http/issues/235
  7. Can now have [] and '' as body of http request. Caveat, if posting a string as the body, must have a route post('/', 'your body')
  8. Added async support for interceptors.response https://github.com/ava/use-http/issues/214
  9. Remove content-type: application/json when posting formData https://github.com/ava/use-http/issues/213
  10. Promise.all fixes https://github.com/ava/use-http/issues/211
  11. Fixed cannot perform update on unmounted component bug https://github.com/ava/use-http/issues/207
  12. Should now work in TypeScript apps made using parcel https://github.com/ava/use-http/issues/202
  13. Lot's of videos added!
Source: README.md, updated 2020-04-14