Tags: ava/use-http
Tags
1st argument changes, remove "path" and "url" options, bug fixes (#251) * first go * cleanup * cleanup * updating documentation * added docs for conditional auto-managed state * cleanup * docs cleanup * cleanup * link to contributions.md * bettering docs * added `skip` option, `skip` tests, fixed bug with `responseType` * forgot to hit save * tests for not overwriting every instance of useFetch global options * tests for path and route without a / * cache cleanup * updating docs * removing conditional auto-managed state from this PR * forgot to remove skip from types.ts
Videos (#239) * v0.4.4 * v0.4.5 * v1.0.0 * v1.0.1 * added video buttons * updating video button png * added codesandbox links + youtube links to all examples * making sure all codesandbox buttons are same size * changed from skyblue `codesandbox` to blue `example` * added new videos for `request + response (managed state)` * changed youtube links to be those of the useFetch playlist * commenting out stuff that isnt implemented yet
Abort and demos (#14) * abort and demos * maybe idempotent-babel-polyfill * remove dist * Update README.md * wrapping up, finished demos, pulled out unused code * v0.1.50 * v0.1.51 * making it so dist is only included when we publish * switch package name, adding build step in publish * cleaning up examples * Update README.md * Update README.md * Create remove.js * Add files via upload * Delete remove.js * Update README.md