Makes Axios error generic to use AxiosResponse (#1738) - Suman Lama
Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993) - grumblerchester
Allow uppercase methods in typings. (#1781) - Ken Powers
Fixing .eslintrc without extension (#1789) - Manoel
Consistent coding style (#1787) - Ali Servet Donmez
Fixing building url with hash mark (#1771) - Anatoly Ryabov
This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after #, because client cut everything after #
Preserve HTTP method when following redirect (#1758) - Rikki Gibson
Add getUri signature to TypeScript definition. (#1736) - Alexander Trauzzi
Adding isAxiosError flag to errors thrown by axios (#1419) - Ayush Gupta
Fix failing SauceLabs tests by updating configuration - Emily Morehouse
Documentation:
Add information about auth parameter to README (#2166) - xlaguna
Add DELETE to list of methods that allow data as a config option (#2169) - Daniela Borges Matos de Carvalho
It seems that responseType: 'blob' doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) - Cody Chan
Clarify in README that default timeout is 0 (no timeout) (#1750) - Ben Standefer
v0.19.0-beta.1
NOTE: This is a beta version of this release. There may be functionality that is broken in
certain browsers, though we suspect that builds are hanging and not erroring. See
https://saucelabs.com/u/axios for the most up-to-date information.
Makes Axios error generic to use AxiosResponse (#1738) - Suman Lama
Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993) - grumblerchester
Allow uppercase methods in typings. (#1781) - Ken Powers
Fixing building url with hash mark (#1771) - Anatoly Ryabov
This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after #, because client cut everything after #
Preserve HTTP method when following redirect (#1758) - Rikki Gibson
Add getUri signature to TypeScript definition. (#1736) - Alexander Trauzzi
Adding isAxiosError flag to errors thrown by axios (#1419) - Ayush Gupta
Internal:
Fixing .eslintrc without extension (#1789) - Manoel
Fix failing SauceLabs tests by updating configuration - Emily Morehouse
Add issue templates - Emily Morehouse
Documentation:
Consistent coding style in README (#1787) - Ali Servet Donmez
Add information about auth parameter to README (#2166) - xlaguna
Add DELETE to list of methods that allow data as a config option (#2169) - Daniela Borges Matos de Carvalho
It seems that responseType: 'blob' doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) - Cody Chan
Clarify in README that default timeout is 0 (no timeout) (#1750) - Ben Standefer
0.19.0-beta.1 (Aug 9, 2018)
NOTE: This is a beta version of this release. There may be functionality that is broken in
certain browsers, though we suspect that builds are hanging and not erroring. See
https://saucelabs.com/u/axios for the most up-to-date information.
This version was pushed to npm by emilyemorehouse, a new releaser for axios since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/federico-moretti/canvas-free-drawing/network/alerts).
Bumps axios from 0.17.1 to 0.19.0.
Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
8d0b92b
Releasing 0.19.03f7451c
Update Changelog for release (0.19.0)f28ff93
Add information about auth parameter to README (#2166)5250e6e
Add DELETE to list of methods that allow data as a config option (#2169)6b0ccd1
Update ECOSYSTEM.md - Add Axios Endpoints (#2176)299e827
Add r2curl in ECOSYSTEM (#2141)fd0c959
Unzip response body only for statuses != 204 (#1129)92d2313
Update README.md - Add instructions for installing with yarn (#2036)ddcc2e4
Fixing spacing for README.md (#2066)48c43d5
Update README.md. - Change.then
to.finally
in example code (#2090)Maintainer changes
This version was pushed to npm by emilyemorehouse, a new releaser for axios since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/federico-moretti/canvas-free-drawing/network/alerts).