Jay
619bb465da
[Releasing] v0.21.2
2021-09-04 11:28:54 +02:00
Brian Anglin
e9965bfafc
Fixing the sauce labs tests ( #3813 )
2021-05-27 07:44:43 +02:00
Jay
59fa6147eb
[Updated] follow-redirects to the latest version ( #3771 )
2021-04-29 18:08:00 +02:00
Jay
d99d5faac2
Fix/karma sauce errors ( #3717 )
...
* [Updated] karma sauce launcher which should fix suace tests that are no longer showing as passed and rather completed
* [Updated] karma config to follow es-lint rules of axios
* [Updated] karma version to latest
* [Added] propper browsers when testing local
2021-04-01 07:41:15 +02:00
Jay
c461ae9e97
[Updated] karma sauce launcher which should fix suace tests that are no longer showing as passed and rather completed ( #3712 )
2021-03-30 08:23:47 +02:00
Jay
364867edd2
[Updated] follow-redirects version ( #3694 )
...
I have updated the version of follow redirects to see if this will fix a potential memory leak that has been noted by a couple users. This is also being updated to see if it will pass building.
2021-03-23 16:47:51 +02:00
Jake
5c122b7eaf
Change homepage link to https://axios-http.com ( #3681 )
2021-03-15 17:17:33 +02:00
Xianming Zhong
7d3b626a59
Merge branch 0.21.1 into master ( #3610 )
...
* Updating changelog for 0.21.1 release
* Releasing 0.21.1
Co-authored-by: Emily Morehouse <emily@cuttlesoft.com >
2021-01-31 20:17:04 +02:00
Xianming Zhong
9a4d7ac236
Fix the missing launcher ( #3538 )
...
Co-authored-by: Jay <jasonsaayman@gmail.com >
2021-01-29 08:34:49 +02:00
Daniel Lopretto
59ab559386
Update dev dependencies ( #3401 )
...
- Everything still works as expected.
- Remove bundlesize
- It still uses libtorb which is deprecated and broken on Win and
requires a full suite of build tools on Mac. Keeping it in the
package makes it difficult for anyone filing issues to run tests.
- See: #3396
- Update grunt and it's plugins
- Update karma to v4...so much faster!
- Changed the karma config. Better changes: #3394
- Update Webpack
- Uses terser over uglify
- Update eslint
- Caused an error in util.js from the `global` directive so the
directive is removed (it was not needed).
- Update typescript
- The old version of tsc didn't know about new features in
@types/node (like `asserts value`).
Co-authored-by: Jay <jasonsaayman@gmail.com >
2020-12-16 10:25:06 +02:00
Emily Morehouse
94ca24b5b2
Releasing 0.21.0
2020-10-23 10:26:35 -06:00
Emily Morehouse
0d87655624
Releasing 0.20.0
2020-08-20 21:11:58 -06:00
Emily Morehouse
ffea03453f
Releasing 0.20.0-0
2020-07-15 10:04:59 -06:00
Xianming Zhong
56b72bbd2c
Compatible with follow-redirect aborts the request ( #2689 )
...
* Compatible with follow-redirect aborts the request
* Use the error code
2020-02-15 13:41:08 +08:00
JounQin
371d8eac79
chore: add jsdelivr and unpkg support ( #2443 )
2020-01-31 10:20:12 -08:00
Emily Morehouse
2a0ff479f9
Releasing 0.19.2
2020-01-21 21:24:50 -07:00
Emily Morehouse
960e1c8798
Releasing 0.19.1
2020-01-07 10:21:04 -07:00
Alanscut
a17c70cb5a
Fix CI build failure ( #2570 )
2019-11-26 11:09:42 -08:00
Angelos Chalaris
1a32ca0601
Remove dependency on is-buffer ( #1816 )
...
* Remove dependency on is-buffer from package.json
2019-11-17 22:53:27 -08:00
Felipe Martins
097948698a
Revert "Update Webpack + deps, remove now unnecessary polyfills" ( #2479 )
...
* Revert "Update Webpack + deps, remove now unnecessary polyfills (#2410 )"
This reverts commit 189b34c45a .
* Fix build (#2496 )
* Change syntax to see if build passes
* Test commit
* Test with node 10
* Test adding all browsers in travis
* remove other browsers when running on travis
2019-10-25 11:34:47 -03:00
Avindra Goolcharan
189b34c45a
Update Webpack + deps, remove now unnecessary polyfills ( #2410 )
...
* Update deps
* handles webpack 1 -> 4 migration
* remove promise helpers from dev files
assume `Promise` is available, or polyfilled by
the consumer
* Remove isArray util. `isArray` has good coverage, even
in IE9. So lets remove the custom polyfill.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray
also resolves a few lint issues
* Remove trim util
String.protoype.trim has good coverage (including IE9)
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim
Also, the http adapter already uses the native method.
2019-10-21 15:56:29 -03:00
Emily Morehouse
8d0b92b267
Releasing 0.19.0
2019-05-30 10:10:06 -06:00
grumblerchester
2eeb59af4d
Fixing Mocha tests by locking follow-redirects version to 1.5.10 ( #1993 )
2019-02-08 21:27:36 -07:00
Emily Morehouse
527381198e
Releasing 0.19.0-beta.1
2018-08-09 12:39:17 -06:00
Justin Beckwith
98080381fa
test: use mocha instead of nodeunit ( #1655 )
2018-07-05 22:41:13 -07:00
Justin Beckwith
ae1c2c3006
chore: update to latest version of a few dev dependencies
2018-04-07 15:16:14 -07:00
Justin Beckwith
4d90e231f0
chore: update to latest version of sinon
2018-04-07 15:16:14 -07:00
Justin Beckwith
f620a0d4af
chore: update to latest version of typescript
2018-04-07 15:16:14 -07:00
Justin Beckwith
aa61bc85eb
chore: update a few dev dependencies
2018-04-07 15:16:14 -07:00
Justin Beckwith
78926c308e
chore: update runtime dependencies
2018-04-07 15:16:14 -07:00
Justin Beckwith
aaed16ca3c
Revert "fix: update a bunch of dependencies" ( #1464 )
...
This change broke the saucelabs tests for IE9. Instead of updating all the things at once, I'm going to do one PR per dependency, making sure I don't break stuff along the way :) This reverts commit 152b063513 .
2018-04-07 14:29:15 -07:00
Justin Beckwith
22c2baf205
chore: upgrade eslint and add fix command
2018-04-06 21:50:26 -07:00
Justin Beckwith
152b063513
fix: update a bunch of dependencies
2018-04-06 21:19:49 -07:00
Emily Morehouse
d59c70fdfd
Releasing v0.18.0
2018-02-19 16:23:58 -07:00
Emily Morehouse
839b9ab3e7
Fixes #1286 - also updating follow-redirects version in package.json to ensure that maxBodyLength option is supported
2018-02-11 13:27:46 -06:00
38elements
ade3c705d4
Removing unused dependencies
...
PhantomJS is not used in axios.
2017-11-18 00:42:43 +09:00
Nick Uraltsev
ad1195f070
Releasing 0.17.1
2017-11-11 15:24:16 -08:00
Eduardo San Martin Morote
1e58b69df1
security: upgrade follow-redirects
...
This would prevent tools like nsp to complain about a security issue from axios. It's something that got fixed in the package debug, and in order to benefit from that fix, it's necessary to upgrade to at least follow-redirects@1.2.5
2017-11-07 18:00:42 +01:00
Nick Uraltsev
2c0e318321
Releasing 0.17.0
2017-10-21 11:00:45 -07:00
Nick Uraltsev
26b06391f8
Update links
2017-09-28 21:09:47 -07:00
Siddharth Kshetrapal
4c54a9265a
Add bundlesize to test
2017-07-01 19:03:17 +05:30
Nick Uraltsev
46e275c407
Releasing 0.16.2
2017-06-03 12:28:26 -07: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
5c8095e483
Releasing 0.16.1
2017-04-08 11:51:20 -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
Nick Uraltsev
19b7948480
Releasing 0.16.0
2017-03-31 19:29:37 -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
Nick Uraltsev
4976816808
Releasing 0.15.3
2016-11-27 13:52:12 -08:00
Denis
63ee3573c2
Renaming axios.d.ts to index.d.ts
2016-11-09 22:21:56 -08:00