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

102 Commits

Author SHA1 Message Date
github-actions[bot] 0b449293fc chore(release): v1.3.2 (#5531)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-02-03 20:09:55 +02:00
github-actions[bot] 54d3facb3b chore(release): v1.3.1 (#5522)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-02-02 01:30:01 +02:00
github-actions[bot] 7fbfbbeff6 chore(release): v1.3.0 (#5513)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-01-31 18:54:52 +02:00
github-actions[bot] 5bde91cac7 chore(release): v1.2.6 (#5505)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-01-28 18:40:09 +02:00
github-actions[bot] 366161e5e4 chore(release): v1.2.5 (#5500)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
2023-01-26 17:05:24 +02:00
github-actions[bot] 6600d51e6b [Release] v1.2.4 (#5487)
* chore(release): v1.2.4

* chore(changelog): update CHANGELOG;

Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2023-01-24 19:20:59 +02:00
github-actions[bot] 484e0b6ed2 chore(release): v1.2.3 (#5459)
Co-authored-by: DigitalBrainJS <DigitalBrainJS@users.noreply.github.com>
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2023-01-15 19:33:15 +02:00
Jay 8ea432429b chore(docs): added latest release notes 2022-12-29 08:31:54 +02:00
Jay 981265dbf4 chore: release notes 2022-12-05 21:43:37 +02:00
Jay 1fd79d3220 chore: release 1.2.1 2022-12-05 21:36:02 +02:00
Jay bc09c90e79 chore(docs): updated changelog 2022-11-22 20:55:05 +02:00
Jay 073f727ef0 chore: updated release notes 2022-11-10 20:50:28 +02:00
Jay 4d43cdb8af chore: switch around order of changelog 2022-11-10 20:26:36 +02:00
Adrien Brunet 5666ee498a Update CHANGELOG.md (#5137) 2022-10-27 13:20:55 +02:00
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 6140fcf96f chore: updated changelog 2022-10-07 11:04:34 +02:00
Jay 52d64ac3b7 chore: generate changelog 2022-10-06 21:14:48 +02:00
Jay 484aa4fe6a chore: updated changelog 2022-10-04 21:19:36 +02:00
Jay e90ced4957 docs: upgrade guide and changelog updated 2022-05-29 16:57:07 +02:00
Jay c714cffa6c Update base with master (#4755)
* docs: updated code of conduct to the lates version of the contributors covenant

* docs: fixed markdown issues in changelog

* docs: updated contributors guide

* docs: fixed linting errors in docs
2022-05-28 17:25:06 +02:00
Jay bc733fec78 Releasing v0.27.2 2022-04-27 11:58:12 +02:00
Jay bcb166e6e8 Fixed incorrect date in changelog 2022-04-26 09:37:43 +02:00
Jay cb9c534963 Releasing v0.27.1 2022-04-26 09:31:19 +02:00
Jay cdd7add9b0 Fixed date on chnagelog 2022-04-25 18:43:43 +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 1a74e1d80a Merge branch 'master' of github.com:axios/axios 2022-03-31 22:04:49 +02:00
mkusaka b883716dcb Fixing wrong link in changelog (#4551) 2022-03-31 21:53:21 +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 dccaeb1b68 Updated changelog for release 2022-01-18 09:06:19 +02:00
Rijk van Zanten c218b7fd98 Update CHANGELOG.md (#4219)
* Update CHANGELOG.md

The mentioned pull request in the latest changelog was unrelated to the listed change. I believe this is the correct PR.

* Update CHANGELOG.md

Co-authored-by: Jay <jasonsaayman@gmail.com>
2021-10-26 08:59:22 +02:00
Jay 6d613b4fe4 Updated changelog 2021-10-25 19:46:09 +02:00
Jay 6d1e30fd80 Prepared release notes 2021-10-12 10:34:20 +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 c0c8761091 [Updating] changelog to include links to issues and contributors 2021-09-04 11:57:32 +02:00
Jay 619bb465da [Releasing] v0.21.2 2021-09-04 11:28:54 +02:00
Ryota Ikezawa a6e3707fd4 Fixing a typographical error (#3567) 2021-02-15 21:47:28 +08:00
caikan 79979d9214 Removing duplicate functionality item in changelog (#3523)
Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
2021-02-06 23:09:47 +08: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 2130a0c8ac Updating changelog for 0.21.0 release 2020-10-23 10:22:07 -06:00
Kevin Kirsche 6d05b96dca Fix typos (#3309)
Fix typos
2020-10-03 12:25:07 -06:00
Emily Morehouse cd27741ff6 Updating changelog for 0.20.0 release 2020-08-20 21:05:46 -06:00
Emily Morehouse fe147fbd3b Updating changlog for 0.20.0 beta release 2020-07-15 09:58:58 -06:00
Fonger ac777b13b0 Fixing CHANGELOG.md issue link (#2784) 2020-02-28 10:15:59 +08:00
Emily Morehouse 17cc1d6d7a Updating changlog for 0.19.2 release 2020-01-20 09:24:56 -07:00