Commit Graph

16 Commits

Author SHA1 Message Date
Jay
1885ac79c5
Adding dev branch to CI 2021-10-27 08:02:39 +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
Igor Randjelovic
7d6bddba2d
Fix node version on CI (#4069)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2021-09-17 08:41:32 +02:00
Kohta Ito
4fbeecbcb2
Adding CI on Github Actions. (#3938) 2021-08-13 14:27:17 +02:00
Jay
49509f6e95
Create FUNDING.yml (#3796)
Add open collective to repo
2021-05-13 14:48:43 +02:00
Xianming Zhong
c70fab9d56
Fix stale bot config (#3049)
* fix stale bot config

* fix multiple lines
2020-06-23 07:58:00 +02:00
Jay
5b08fc4ac7
Add days and change name to work (#3035) 2020-06-18 08:58:03 +02:00
Jay
1768c23da0
Update close-issues.yml (#3031)
* Update close-issues.yml

Update close message to read better 😄

* Fix use of quotations

Use single quotes as per other .yml files

* Remove user name form message
2020-06-17 19:32:08 +02:00
Xianming Zhong
3dbf6a1b6a
Add GitHub actions to close stale issues/prs (#3029)
* prepare stale actions

* update messages

* Add exempt labels and lighten up comments

Co-authored-by: Jay <jasonsaayman@gmail.com>
2020-06-17 19:25:11 +02:00
Xianming Zhong
a9010e4525
Add GitHub actions to close invalid issues (#3022)
* add close actions

* fix with checkout

* update issue templates

* add reminder

* update close message
2020-06-17 18:54:09 +02:00
Crhistian Ramirez
ee60ee368e Fixing missing words in docs template (#2259) 2019-10-15 22:32:19 -03:00
Emily Morehouse
e122c80c9d
Add issue templates 2019-02-03 22:41:08 -07:00
Aaron Ang
7ee6ec5a84 Fix Markdown formatting for issue and pull request template
[skip ci]
2018-01-06 22:43:43 -08:00
Nick Uraltsev
26b06391f8 Update links 2017-09-28 21:09:47 -07:00
Rubén Norte
34b63f8ce2 Adding additional instruction line 2017-04-08 00:16:52 +02:00
Rubén Norte
bb57daab1a Adding templates for issues and pull requests 2017-04-08 00:13:25 +02:00