2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Commit Graph

72 Commits

Author SHA1 Message Date
Jay 9bd53214f6 chore: release 1.1.3 2022-10-15 15:43:01 +02:00
Jay 1b29f4e98e chore: release v1.1.2 2022-10-07 12:09:17 +02:00
Jay 1315e2282f chore: release v1.1.1 2022-10-07 11:08:35 +02:00
Jay 9c3dce366b chore: release v1.1.0 2022-10-06 21:17:46 +02:00
Jay ff34f6dd51 chore: release v1.0.0 2022-10-04 20:25:21 +02:00
Jay 3cf6ad7203 chore(release): v1 alpha 1 2022-05-31 21:14:45 +02:00
Jay bc733fec78 Releasing v0.27.2 2022-04-27 11:58:12 +02:00
Jay cb9c534963 Releasing v0.27.1 2022-04-26 09:31:19 +02:00
Jay 008dd9d466 Releaseing version 0.27.0 2022-04-21 12:55:24 +02:00
Jay ee151a7356 Revert some changes that are only required when we actually release 2022-04-05 15:47:01 +02:00
Enrique Mingorance Cano 499d3bee54 follow-redirects to ^1.14.9 (#4562)
* follow-redirects to ^1.14.9

* CHANGELOG.md

* revert dist changes
2022-04-05 15:42:41 +02:00
Jay ac659112db Fixed issues created when merging 0.26.1 2022-03-19 14:36:42 +02:00
Jay c9aca75257 Releasing v0.26.0 2022-02-13 16:20:24 +02:00
Jay 63dfce85ab Releasing v0.25 2022-01-18 09:13:27 +02:00
Jay 53d6d37556 Adding minfied files 2021-10-25 19:47:37 +02:00
Jay 1025d1231a Release v0.23.0 2021-10-12 17:34:26 +02:00
Jay 76f09afc03 Release/v0.22.0 (#4107)
* fix/Avoid package.json import; (#4041)

* Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`;
Refactored `http.js` to use `env/data.js` instead of package.json;

* Added `env/data.js`;
Added `env/README.md`;

* Feat/export package version constant (#4065)

* Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`;
Refactored `http.js` to use `env/data.js` instead of package.json;

* Added `env/data.js`;
Added `env/README.md`;

* Export package version constant;

* Fixed cancelToken leakage; Added AbortController support; (#3305)

* Fixed cancelToken leakage;
Added AbortController support;

* Fixed typings;

* Documented `signal` option;

* Added processing of early cancellation using AbortController without sending a request;

Co-authored-by: Jay <jasonsaayman@gmail.com>

* Updating CI to run on release branches

* Fixed default transitional config for custom Axios instance; (#4052)

Refactored `/core/mergeConfig`;

Co-authored-by: Jay <jasonsaayman@gmail.com>

* Prepping v0.22.0 for release

* Updated date

Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2021-10-01 08:02:13 +02:00
Jay 4091b075f6 Release/0.21.4 (#4025)
* fix json transform when data is pre-stringified (#4020)

* [Updating] incorrect JSON syntax in README.md

* [Releasing] v0.21.4

Co-authored-by: Guillaume FORTAINE <guillaume+github@fortaine.com>
2021-09-06 17:35:06 +02:00
Jay e367be54dc [Releasing] 0.21.3 2021-09-04 21:01:50 +02:00
Jay 619bb465da [Releasing] v0.21.2 2021-09-04 11:28:54 +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
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
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
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
Emily Morehouse 527381198e Releasing 0.19.0-beta.1 2018-08-09 12:39:17 -06:00
Emily Morehouse d59c70fdfd Releasing v0.18.0 2018-02-19 16:23:58 -07:00
Nick Uraltsev ad1195f070 Releasing 0.17.1 2017-11-11 15:24:16 -08: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
Nick Uraltsev 46e275c407 Releasing 0.16.2 2017-06-03 12:28:26 -07:00
Nick Uraltsev 5c8095e483 Releasing 0.16.1 2017-04-08 11:51:20 -07:00
Nick Uraltsev 19b7948480 Releasing 0.16.0 2017-03-31 19:29:37 -07:00
Nick Uraltsev 4976816808 Releasing 0.15.3 2016-11-27 13:52:12 -08:00
Nick Uraltsev 3af756049f Releasing 0.15.2 2016-10-17 18:29:32 -07:00
Nick Uraltsev 3f8b128da4 Releasing 0.15.1 2016-10-14 23:35:21 -07:00
Nick Uraltsev e8c5c49ea2 Releasing 0.15.0 2016-10-10 21:39:50 -07:00
Nick Uraltsev c96348660d Releasing 0.14.0 2016-08-27 11:29:52 -07:00
Matt Zabriskie 377efb89ae Releasing 0.13.1 2016-07-16 11:13:15 -06:00
Matt Zabriskie ff919487e1 0.13.0 2016-07-13 13:42:23 -06:00
Nick Uraltsev 4d1269cb4a Releasing 0.12.0 2016-05-31 22:22:00 -07:00
Matt Zabriskie 2e949495f0 0.11.1 2016-05-17 09:59:06 -06:00
Nick Uraltsev 82d34ac743 Releasing 0.11.0 2016-04-26 21:13:02 -07:00
Matt Zabriskie 2797f10ea5 0.10.0 2016-04-20 22:51:55 -06:00
Matt Zabriskie 5176623d6c Releasing 0.9.1 2016-01-24 15:18:24 -07:00
Matt Zabriskie 7ec97dd26b Releasing 0.9.0 2016-01-18 11:18:39 -07:00