8000 Release Removal of "path" and "url" fields · ava/use-http · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Removal of "path" and "url" fields

Latest
Compare
Choose a tag to compare
@iamthesiz iamthesiz released this 23 Apr 02:29
· 68 commits to master since this release
8c8937d
  1. this removes the path and url fields in exchange for the 1st argument handling both. #247
    🚨 BREAKING 🚨
useFetch('/path')
// AND
useFetch('https://overwrite-global-url.com')
  1. Fixes issue when overwriting global options, it changes for every instance of useFetch. #250

  2. fixes the pagination issue here #237 but might not fix the loading bug.

  3. small bug fix with responseType

0