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

1426 Commits

Author SHA1 Message Date
Dmitriy Mozgovoy c19f7bf770 fix(formdata): fixed setting NaN as Content-Length for form payload in some cases; (#5535) 2023-02-11 16:34:51 +02:00
Dmitriy Mozgovoy ea87ebfe6d fix(headers): fixed the filtering logic of the clear method; (#5542) 2023-02-11 16:31:03 +02:00
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
Dmitriy Mozgovoy 6b3c305fc4 fix(http): use explicit import instead of TextEncoder global; (#5530) 2023-02-03 19:34:07 +02:00
Dmitriy Mozgovoy 128d56f4a0 fix(http): treat http://localhost as base URL for relative paths to avoid ERR_INVALID_URL error; (#5528) 2023-02-03 19:02:50 +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
Dmitriy Mozgovoy 96d336f527 fix(formdata): add hotfix to use the asynchronous API to compute the content-length header value; (#5521) 2023-02-02 00:55:05 +02:00
Dmitriy Mozgovoy 08104c028c fix(serializer): fixed serialization of array-like objects; (#5518) 2023-02-01 20:38:59 +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
Dmitriy Mozgovoy 9263473154 chore(ci): fixed contributors avatar rendering for CHANGELOG.md; (#5514) 2023-01-31 17:56:09 +02:00
Dmitriy Mozgovoy 9957377260 chore(ci): change release-it git config; (#5512) 2023-01-31 15:39:10 +02:00
Dmitriy Mozgovoy 46a650cf33 chore(ci): prepare package-lock.json for commit on build stage; (#5510) 2023-01-31 03:42:29 +02:00
Dmitriy Mozgovoy 4bf50524e2 chore(ci): add git diff echo; (#5509) 2023-01-31 03:14:19 +02:00
Dmitriy Mozgovoy 91d6009c43 chore(ci): add git status echo; (#5508) 2023-01-31 02:11:54 +02:00
Dmitriy Mozgovoy 6ac574e00a feat(fomdata): added support for spec-compliant FormData & Blob types; (#5316) 2023-01-31 01:10:39 +02:00
ItsNotGoodName 65e8d1e28c fix(http): add zlib headers if missing (#5497) 2023-01-31 00:49:37 +02:00
Dmitriy Mozgovoy 9915635c69 fix(headers): fixed & optimized clear method; (#5507) 2023-01-31 00:35:06 +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
Dmitriy Mozgovoy 5a3d0a3234 fix(types): fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#5503) 2023-01-28 15:58:56 +02:00
Dmitriy Mozgovoy 342c0ba9a1 fix(headers): added missed Authorization accessor; (#5502) 2023-01-27 02:01:36 +02:00
dependabot[bot] a105feb7b5 chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 (#5493)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 20:19:48 +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
Elliot Ford 18c1710f24 docs: fix GitHub workflow badges (#5462) 2023-01-26 16:26:32 +02:00
Dmitriy Mozgovoy 580f1e8033 fix(types): fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (#5499) 2023-01-26 16:01:06 +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
Dmitriy Mozgovoy 2a71f49bc6 fix(types): renamed RawAxiosRequestConfig back to AxiosRequestConfig; (#5486) 2023-01-23 01:09:18 +02:00
Dmitriy Mozgovoy 6486929f70 Fix AxiosRequestHeaders & AxiosHeaders types; (#5482) 2023-01-21 17:31:24 +02:00
Daniel Hillmann 186ea062da fix AxiosRequestConfig generic (#5478)
pass AxiosRequestConfig generic D to RawAxiosRequestConfig
2023-01-19 08:57:38 +02:00
Dmitriy Mozgovoy 557ed0a748 chore(ci): fixed publish action; (#5470) 2023-01-16 01:47:46 +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
Dmitriy Mozgovoy d83316db4a chore(ci): enabled npm publishing; (#5460) 2023-01-10 21:14:49 +02:00
Dmitriy Mozgovoy d750901ded chore(ci): added an action to make GitHub & NPM releases when merging a release PR; (#5456) 2023-01-10 00:08:59 +02:00
Dmitriy Mozgovoy 477c71427d chore(ci): fixed error in generating changelog with unnecessary spaces; (#5455) 2023-01-09 17:10:14 +02:00
Dmitriy Mozgovoy e2a1e280f6 chore(ci): improved contributors & PRs sections generator; (#5453) 2023-01-09 15:24:02 +02:00
Dmitriy Mozgovoy 18772ed8fd chore(ci): improved logging; (#5451) 2023-01-08 02:51:52 +02:00
Dmitriy Mozgovoy 259f5f5aaa chore(ci): added step of generating a list of contributors for CHANELOG.md; (#5449) 2023-01-07 20:01:43 +02:00
Dmitriy Mozgovoy d33a3deb82 chore(ci): added commit message config; (#5447) 2023-01-07 19:15:54 +02:00
dependabot[bot] ebb9e81443 chore(deps): bump json5 from 1.0.1 to 1.0.2 (#5438)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-07 18:15:58 +02:00
Dmitriy Mozgovoy b4b5b360ec chore(ci): updated release-it config; (#5446) 2023-01-07 18:04:51 +02:00
Dmitriy Mozgovoy f6b480912e chore(ci): improved contributors list generator; (#5443) 2023-01-07 02:40:08 +02:00
Dmitriy Mozgovoy 145df40e44 chore(ci): add authorization token for GitHub API requests; (#5442) 2023-01-06 16:17:02 +02:00
Dmitriy Mozgovoy 139d51f682 chore(ci): updated release-it config; (#5439) 2023-01-06 02:34:45 +02:00
Dmitriy Mozgovoy 08119634a2 fix(types): fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (#5420) 2023-01-06 02:02:08 +02:00
Dmitriy Mozgovoy 8651bf17d4 chore(ci): add an action to create a release PR; 2023-01-06 01:50:31 +02:00
dependabot[bot] abd2cb83a3 chore(deps): bump actions/stale from 6 to 7 (#5408)
Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-29 08:39:48 +02:00
Jay 8ea432429b chore(docs): added latest release notes 2022-12-29 08:31:54 +02:00
Jay 45c4948416 chore: build new version 2022-12-29 08:21:12 +02:00
Dmitriy Mozgovoy 6f74cb1880 chore(ci): set conventional-changelog header config; (#5406) 2022-12-25 17:43:44 +02:00
Dmitriy Mozgovoy 8de391ff8a chore(ci): fix automatic contributors resolving; (#5403) 2022-12-23 16:49:47 +02:00
Dmitriy Mozgovoy 341f735297 chore(ci): improved logging for the contributors list generator; 2022-12-20 23:03:27 +02:00