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

15 Commits

Author SHA1 Message Date
jasonsaayman 92acd4043d chore: exclude vscode file 2025-11-06 20:32:37 +02:00
Willian Agostini a0bc911379 chore: removing dist files from src (#7002)
* chore: removing dist files from src

* chore: include build step in CI pipeline

* chore: add build step to PR and publish workflows
2025-09-03 08:41:23 +02:00
Dmitriy Mozgovoy a909e38e70 chore(action): fix sponsors action; (#6555) 2024-08-17 21:53:51 +03:00
Dmitriy Mozgovoy 46085e6ffc chore(ci): fix release action;
* chore(ci): Add release-it script;
* fix(utils): redesigned logic for obtaining the global link;;
* chore(git): updated .gitignore;
chore(npm): updated .npmignore;
* chore(git): fix husky prepare script;
* chore(github): reworked npm release action step;
* chore(ci): add CHANGELOG.md contributors section generator;
* chore(deps): add `auto-changelog` to package.json;
2022-12-20 20:45:24 +02:00
Dmitriy Mozgovoy 493e04cd28 Fix/prerelease scipts (#5377)
* fix(scripts): rename prerelease scripts due to npm namespace conflict;

* chore(git): add `.npmrc` and `.env` to gitignore;
2022-12-15 19:50:44 +02:00
Dmitriy Mozgovoy 7a2f901f42 Fix/typescript tests (#5375)
* chore(ci): Add release-it script;

* chore(ci): add `release:no-npm` script to release the package without making an npm release;

* fix(test): fixed `d.ts` typings;
refactor(test): refactor typescript tests;
2022-12-14 22:49:49 +02:00
Dmitriy Mozgovoy 0c3a1e9fde Refactored module exports; (#5162)
* Refactored build pipeline;
Added module exports tests;
Added missing ESM export for parity with Axios factory;
Added `toFormData`, `formToJSON`, `isAxiosError`, `spread`, `isCancel`, `all` as named export to `index.d.ts`;

* Added ESM entry test;

* Updated README.md `installing` section;

* Added TypeScript importing test;
Added missed `CanceledError` & `AxiosHeaders` to `AxiosStatic` interface;

* Exclude `/test/module/` from tslint;
2022-10-30 18:46:17 +02:00
Brian Adams ccc9516af8 Fixing removing package-lock from gitignore (#4346)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2021-12-29 07:30:54 +02:00
Black-Hole 476ee88442 chore: ignore yarn.lock file (#3545)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2021-12-22 21:06:36 +02:00
Justin Beckwith ecded5e58f chore: ignore package-lock.json 2018-04-06 21:21:45 -07:00
Nick Uraltsev 0664d9895a Adding TypeScript definitions for interceptors 2016-08-16 09:34:23 -07:00
Nick Uraltsev 29a1e10871 Adding sauce_connect.log to .gitignore and .npmignore 2016-06-22 23:27:33 -07:00
mzabriskie ce03103da4 Adding coveralls 2015-03-17 16:56:30 -06:00
Bret Little 7753adde2c Add a TypeScript definition for Axios with included tests 2014-11-18 15:53:04 -07:00
Matt Zabriskie 729404dff5 Adding project files 2014-08-18 17:25:07 -06:00