Nick Uraltsev
b2bc3354ac
Adding Cancel and CancelToken classes
2016-09-15 21:06:32 -07:00
Nick Uraltsev
59080e68d9
Merge pull request #419 from nickuraltsev/ts
...
Updating TypeScript definitions
2016-08-18 20:42:03 -07:00
Nick Uraltsev
0dfd53f151
Merging master
2016-08-18 20:34:23 -07:00
Nick Uraltsev
1bd9b195a5
Modifying Gruntfile to install typings before running TypeScript tests
2016-08-18 20:14:13 -07:00
Nick Uraltsev
2325216239
Updating TypeScript definition tests
2016-08-18 20:01:54 -07:00
Nick Uraltsev
48549c8de7
Updating TypeScript definitions for axios.all and axios.spread
2016-08-16 19:03:28 -07:00
Nick Uraltsev
9a5e77bf6e
Adding TypeScript definitions for adapters
2016-08-16 10:49:32 -07:00
Nick Uraltsev
0664d9895a
Adding TypeScript definitions for interceptors
2016-08-16 09:34:23 -07:00
Matt Zabriskie
fa5ce95fdc
Merge pull request #407 from axelboc/patch-2
...
Fixing doc on accessing response with then/catch
2016-08-12 22:16:30 -05:00
Nick Uraltsev
6132d9630d
Merge pull request #406 from pracucci/master
...
Fixing xsrf header on missing xsrfCookieName
2016-08-12 17:02:59 -07:00
Marco Pracucci
e861a6cf75
Added test to ensure that XHR adapter does not read cookies if xsrfCookieName is null
2016-08-11 10:47:53 +02:00
Nick Uraltsev
8f0973c6b9
Fixing failing test
2016-08-09 23:23:08 -07:00
Nick Uraltsev
5176dfdec5
Converting TypeScript definitions to ES2015 module syntax
2016-08-09 23:17:11 -07:00
Axel Bocciarelli
1525e8771b
Fixing doc on accessing response with then/catch
...
Docs were suggesting that accessing the response with `catch` was the same as accessing it with `then`. Split the two cases and point to the Handling Errors section. Also mention the case where a rejection callback is specified as second parameter of `then`.
2016-08-09 13:24:24 +10:00
Marco Pracucci
85b9015890
Fixing xsrf header on missing xsrfCookieName
2016-08-08 14:31:11 +02:00
Nick Uraltsev
8abe0d4007
Merge pull request #397 from madebyherzblut/fix-auth-header
...
Fixing issue with auth config option and Authorization header
2016-08-04 09:18:16 -07:00
Christian Schuhmann
1ffcbb0369
Fixing Authorization header with basic auth
...
The http adapater did not remove a custom Authorization header when auth is set.
2016-08-04 08:34:07 +02:00
Nick Uraltsev
8332392bfd
Merge pull request #387 from rubennorte/feature/allow-http-and-https-agents
...
Replace 'agent' option with 'httpAgent' and 'httpsAgent'
2016-07-24 23:15:03 -07:00
Rubén Norte
f504dbaba8
Adding documentation for httpAgent and httpsAgent in README
2016-07-25 00:08:17 +02:00
Rubén Norte
4c790d5a7a
Replacing 'agent' option with 'httpAgent' and 'httpsAgent'
2016-07-22 21:10:58 +02:00
Matt Zabriskie
0578445929
Moar tests
2016-07-16 11:15:46 -06:00
Matt Zabriskie
377efb89ae
Releasing 0.13.1
2016-07-16 11:13:15 -06:00
Matt Zabriskie
af07c3145b
Releasing 0.13.1
2016-07-16 11:12:43 -06:00
Matt Zabriskie
98d489558e
Transform response data on error
...
closes #378
2016-07-16 11:10:58 -06:00
Matt Zabriskie
ff919487e1
0.13.0
2016-07-13 13:42:23 -06:00
Matt Zabriskie
76186e0a75
Releasing 0.13.0
2016-07-13 13:41:30 -06:00
Matt Zabriskie
f51bb27ce8
Merge pull request #372 from rubennorte/promise-adapters
...
Changing adapter signature to receive config and return promises
2016-07-13 12:58:30 -06:00
Rubén Norte
157efd5615
Changing adapter signature to receive config and return promises
2016-07-09 21:30:16 +02:00
Nick Uraltsev
8f3a4301ab
Merge pull request #368 from rubennorte/feature/improve-error-handling
...
Enhance adapter errors
2016-07-08 08:39:10 -07:00
Rubén Norte
235c19c876
Implementing adapter error enhacement
2016-07-07 16:05:04 +02:00
Rubén Norte
75f9b8c5fd
Adding failing test for adapter errors
2016-07-07 16:04:37 +02:00
Matt Zabriskie
54f3a5dd93
Updating SauceLabs matrix
2016-06-28 08:58:18 -06:00
Matt Zabriskie
181f4e78b9
Attempting to fix SauceLabs timeouts
2016-06-27 12:48:09 -06:00
Nick Uraltsev
2b45762a9b
Update ECOSYSTEM.md
2016-06-24 21:20:29 -07:00
Nick Uraltsev
3b0ba3d935
Merge pull request #359 from nettofarah/patch-1
...
Add axios-vcr
2016-06-24 21:19:40 -07:00
Netto Farah
cdec7d4c6f
Add axios-vcr
2016-06-24 18:56:54 -07:00
Matt Zabriskie
1725e0808d
Fixing broken test
2016-06-23 16:30:08 -06:00
Matt Zabriskie
6161754326
Instances created from axios.create have same API as default axios
...
closes #217
2016-06-23 15:43:42 -06:00
Matt Zabriskie
46eee269da
Fixing custom instance defaults
...
closes #341
2016-06-23 15:19:10 -06:00
Matt Zabriskie
10eb238651
Move transform response logic from adapters to dispatcher
2016-06-23 15:11:35 -06:00
Matt Zabriskie
e833a2f7e4
Invoke request transformers after request interceptors
...
closes #352
2016-06-23 14:55:22 -06:00
Matt Zabriskie
f21784ccb8
Removing restriction on withCredentials being overridden
...
closes #343
2016-06-23 14:04:27 -06:00
Matt Zabriskie
7a12f36602
Only use if it's a function
2016-06-23 13:59:03 -06:00
Nick Uraltsev
e97123dc52
Temporarily removing Safari and Edge from Saucelabs
2016-06-22 23:33:20 -07:00
Nick Uraltsev
29a1e10871
Adding sauce_connect.log to .gitignore and .npmignore
2016-06-22 23:27:33 -07:00
Nick Uraltsev
a59fee5346
Updating dev dependencies
2016-06-22 23:25:25 -07:00
Nick Uraltsev
adc23cb355
Increasing Karma timeouts
2016-06-14 19:15:46 -07:00
Nick Uraltsev
a7e4e69f6f
Update README.md
2016-06-14 15:22:03 -07:00
Matt Zabriskie
f2c554e4b5
Merge pull request #345 from nickuraltsev/errors2
...
Improve error handling
2016-06-13 22:26:29 -06:00
Nick Uraltsev
6f2186d863
Modify createError and enhanceError functions to accept response as parameter
2016-06-13 18:58:55 -07:00