Michael Marvick
|
6508280bbf
|
Updating Typescript typing for AxiosError to include request? param (#1015)
|
2017-08-12 13:12:20 +02:00 |
|
Raymond Rutjes
|
f1fb3de38f
|
refactor(http): use ClientRequest "aborted" value (#966)
|
2017-07-10 09:50:43 +02:00 |
|
Nick Uraltsev
|
46e275c407
|
Releasing 0.16.2
|
2017-06-03 12:28:26 -07:00 |
|
Nick Uraltsev
|
e040815977
|
Updating Changelog
|
2017-06-03 12:26:34 -07:00 |
|
Nick Uraltsev
|
3579da4cb0
|
Merge pull request #930 from luciy/master
Convert the method parameter to lowercase
|
2017-05-31 22:29:57 -07:00 |
|
杨春旭
|
e4e32120ce
|
Convert the method parameter to lowercase
|
2017-05-31 22:53:11 +08:00 |
|
Nick Uraltsev
|
d1278dfe35
|
Merge pull request #887 from fgnass/no-buffer-in-browser
No buffer in browser
|
2017-05-30 19:31:42 -07:00 |
|
Martin Joiner
|
1beb245f3a
|
Fixing typo in comment blocks of createError() and enhanceError() functions (#857)
|
2017-05-28 22:03:40 +02:00 |
|
Felix Gnass
|
c8494677bb
|
use Buffer global in http.js
Since the http adapter is never used in the browser it's safe to use
the Buffer global and its isBuffer() method directly.
|
2017-05-04 23:43:59 +02:00 |
|
Felix Gnass
|
c82753ce54
|
Use is-buffer instead of Buffer.isBuffer
The is-buffer module checks if an object is a Buffer without causing
Webpack or Browserify to include the whole Buffer module in the bundle.
|
2017-05-04 23:41:52 +02:00 |
|
Nick Uraltsev
|
f31317aeca
|
Merge pull request #830 from mzabriskie/feature/include-request-in-errors
Include underlying request in errors
|
2017-04-15 09:18:43 -07:00 |
|
Rubén Norte
|
1e76ea36f3
|
Adding documentation for error.request
|
2017-04-08 21:44:41 +02:00 |
|
Rubén Norte
|
22ce6db383
|
Adding request to error objects when it is available
|
2017-04-08 21:44:15 +02:00 |
|
Rubén Norte
|
e0d59eb29b
|
Adding failing tests that verify errors contain the request
|
2017-04-08 21:43:04 +02:00 |
|
Nick Uraltsev
|
5c8095e483
|
Releasing 0.16.1
|
2017-04-08 11:51:20 -07:00 |
|
Nick Uraltsev
|
982183c0e4
|
Updating changelog
|
2017-04-08 11:50:04 -07:00 |
|
Nick Uraltsev
|
fa582233af
|
Merge pull request #828 from mzabriskie/feature/return-last-request-in-redirects
Return the last request made in axios response
|
2017-04-08 11:26:05 -07:00 |
|
Nick Uraltsev
|
a18f039868
|
Merge pull request #829 from jcready/patch-3
Update follow-redirects dependency
|
2017-04-08 11:18:36 -07:00 |
|
Wyatt Cready
|
df6b46c076
|
Add caret
|
2017-04-08 14:15:07 -04:00 |
|
Wyatt Cready
|
04982a2ef9
|
Update follow-redirects dependency
Using the follow-redirects 1.0.0 causes this reported write after end issue: https://github.com/olalonde/follow-redirects/issues/50. It looks like the problem with follow-redirects was fixed in 1.1.0 https://github.com/olalonde/follow-redirects/commit/9eec6f0fb8d1c51dbd9be732ce1e2c794a01b652 but if axios is going to update the dependency it might as well update to the latest version now.
|
2017-04-08 11:30:02 -04:00 |
|
Rubén Norte
|
19644bac7b
|
Adding documentation for Buffer data
|
2017-04-08 14:04:10 +02:00 |
|
Jeremy Fowler
|
188334439f
|
support node buffers less than 8192 bytes (#773)
|
2017-04-08 13:55:34 +02:00 |
|
Ross Olson
|
bbfbeff4bc
|
Minor grammar/line length changes (#547)
|
2017-04-08 13:29:37 +02:00 |
|
Khaled Garbaya
|
a784774981
|
Adding comment about header names (#778)
Header names are lower cased by axios Which make sense since the header names are case insensitive.
|
2017-04-08 13:19:24 +02:00 |
|
Rubén Norte
|
88cc84c91e
|
Adding documentation for response.request
|
2017-04-08 12:57:48 +02:00 |
|
Rubén Norte
|
84d9a41850
|
Adding code to assign the last request to axios response
|
2017-04-08 12:47:20 +02:00 |
|
Rubén Norte
|
e5beab045c
|
Adding test checking the request in axios response is the last in a redirect
|
2017-04-08 12:45:54 +02:00 |
|
Nick Uraltsev
|
08eb98582e
|
Merge pull request #818 from carlosromel/patch-1
Update README.md
|
2017-04-07 21:26:16 -07:00 |
|
Nick Uraltsev
|
21b43edd1d
|
Merge pull request #826 from mzabriskie/github-templates
Adding templates for issues and pull requests
|
2017-04-07 21:05:52 -07:00 |
|
Rubén Norte
|
34b63f8ce2
|
Adding additional instruction line
|
2017-04-08 00:16:52 +02:00 |
|
Rubén Norte
|
bb57daab1a
|
Adding templates for issues and pull requests
|
2017-04-08 00:13:25 +02:00 |
|
Carlos Romel Pereira da Silva
|
23c4dfcf55
|
Update README.md
|
2017-04-05 12:56:59 -03:00 |
|
Matt Zabriskie
|
a8dab5767c
|
Merge pull request #741 from model3volution/Update/readme
adding sample code to GET images
|
2017-04-03 14:17:30 -07:00 |
|
Nick Uraltsev
|
19b7948480
|
Releasing 0.16.0
|
2017-03-31 19:29:37 -07:00 |
|
Nick Uraltsev
|
e6ffc521d2
|
Updating Upgrage Guide
|
2017-03-31 19:25:22 -07:00 |
|
Nick Uraltsev
|
8d675bb47a
|
Merge branch 'master' of github.com:mzabriskie/axios
|
2017-03-31 18:46:43 -07:00 |
|
Nick Uraltsev
|
5b904d5f58
|
Updating changelog
|
2017-03-31 18:46:36 -07:00 |
|
Nick Uraltsev
|
efc1f11f7c
|
Merge pull request #781 from TomyJaya/TomyJaya-patch-1
Removing extra colon in README.md's proxy.auth
|
2017-03-26 21:12:57 -07:00 |
|
Nick Uraltsev
|
2fe95621b0
|
Merge pull request #461 from theikkila/master
Add OPTIONS-method as a shortcut
|
2017-03-26 21:06:24 -07:00 |
|
Teemu Heikkilä
|
8cdfcd0284
|
Fix options params, Change the order, Add documentation for instance also
|
2017-03-26 10:39:53 +03:00 |
|
Tomy Jaya
|
0104ad6c64
|
Removing extra colon in README.md's proxy.auth
|
2017-03-22 14:11:18 +08:00 |
|
Nick Uraltsev
|
5630d3be55
|
Fixing IE logo URL
|
2017-03-18 12:24:44 -07:00 |
|
Nick Uraltsev
|
202a890b93
|
Merge pull request #696 from simshanith/formdata-documentation
Updating transformRequest documentation to include FormData
|
2017-03-18 12:19:18 -07:00 |
|
Nick Uraltsev
|
3704d57ed4
|
Removing Promise from axios typings in favor of built-in type declarations
|
2017-03-14 19:23:05 -07:00 |
|
Michael Liendo
|
bf2163c68e
|
adding sample code to GET images
|
2017-03-05 11:52:57 -06:00 |
|
Nick Uraltsev
|
fe810b1e3c
|
Merge pull request #654 from k-italy/master
Fixing condition of suppressing DOMException caused by XHR Level 2 Incompatible Browsers
|
2017-03-01 22:55:07 -08:00 |
|
Nick Uraltsev
|
b053f4b1b9
|
Fixing typo
|
2017-03-01 22:54:44 -08:00 |
|
Nick Uraltsev
|
e411b98c29
|
Update README.md
|
2017-03-01 22:49:10 -08:00 |
|
Nick Uraltsev
|
b1b986ddfe
|
Merge pull request #671 from 38elements/adapter
Fixing docs for adapters
|
2017-03-01 22:46:02 -08:00 |
|
Nick Uraltsev
|
75a64389ba
|
Adding link to adapters/README.md
|
2017-03-01 22:43:23 -08:00 |
|