Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #2

Open
wants to merge 236 commits into
base: cn
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
236 commits
Select commit Hold shift + click to select a range
c2615ec
docs: capitalize K in word koa (#1126)
gaomd Jan 31, 2018
e5db6a9
docs: fixed typo (#1112)
tomasruud Jan 31, 2018
a64e4ae
docs: small grammatical fix in api docs index (#1111)
pandapaul Jan 31, 2018
e544012
[Update] license year to 2018 (#1130)
josephlin55555 Feb 6, 2018
0923ef6
run coverage using --runInBand (#1141)
fl0w Feb 9, 2018
3c23aa5
feat: ignore set header/status when header sent (#1137)
dead-horse Feb 11, 2018
916f914
Release 2.5.0
dead-horse Feb 11, 2018
0698d67
Update guide.md (#1150)
tryzniak Feb 16, 2018
9cef2db
deps: remove istanbul (#1151)
fl0w Feb 19, 2018
8c17517
use this.response insteadof this.ctx.response (#1163)
zhangxiang958 Mar 23, 2018
13086d2
fix tests: remove unnecessary assert doesNotThrow and api calls (#1170)
BridgeAR Apr 10, 2018
2ace704
test: node v10 on travis (#1182)
fl0w Apr 25, 2018
45464b5
Release 2.5.1
dead-horse Apr 26, 2018
45903f2
chore: Using "listenerCount" instead of "listeners" (#1184)
Becarl Apr 27, 2018
148f26f
chore: use this.res.socket insteadof this.ctx.req.socket (#1177)
initial-wu Apr 27, 2018
ef33a79
chore: mistake in a comment (#1201)
initial-wu Jun 4, 2018
ee1a933
fix: Throw a TypeError instead of a AssertionError (#1199)
initial-wu Jun 6, 2018
4d42500
docs: better demonstrate middleware flow (#1195)
jasonmacgowan Jun 6, 2018
77a4cfb
Simplify processes in the getter `request.protocol` (#1203)
initial-wu Jun 7, 2018
8f047dd
fix: use non deprecated custom inspect (#1198)
BridgeAR Jun 25, 2018
02feadc
Lazily initialize `request.accept` and delegate `context.accept` (#1209)
initial-wu Jun 25, 2018
2cdbc52
test&cov: add test case (#1211)
xtx1130 Jun 30, 2018
cde0bb1
docs: fix grammar
lealceldeiro Jun 30, 2018
74170ca
chore: fix comment & approve cov (#1214)
xtx1130 Jul 4, 2018
162a5b3
perf: lazy init cookies and ip when first time use it (#1216)
dead-horse Jul 11, 2018
c6b8782
perf: cache content type's result (#1218)
dead-horse Jul 11, 2018
0b93066
perf: avoid stringify when set header (#1220)
dead-horse Jul 12, 2018
3110314
deps: upgrade all dependencies
dead-horse Jul 12, 2018
5fad7cd
chore: update authors
dead-horse Jul 12, 2018
41257aa
Release 2.5.2
dead-horse Jul 12, 2018
2180839
docs: Update koa-vs-express.md (#1230)
iamclaytonray Aug 9, 2018
2ee32f5
fix: pin debug@~3.1.0 avoid deprecated warnning (#1245)
fengmk2 Sep 11, 2018
e6853af
Release 2.5.3
dead-horse Sep 11, 2018
d32623b
docs: Update error-handling.md (#1239)
urugator Sep 20, 2018
9146024
feat: response.attachment append a parameter: options from contentDis…
zzzs Oct 8, 2018
9c5c58b
feat: use :authority header of http2 requests as host (#1262)
mgjm Oct 23, 2018
e01cc5a
Release 2.6.0
fengmk2 Oct 23, 2018
4964242
fix: use X-Forwarded-Host first on app.proxy present (#1263)
fengmk2 Oct 23, 2018
6c0e0d6
Release 2.6.1
dead-horse Oct 23, 2018
88b92b4
doc: updated docs for throw() to pass status as first param. (#1268)
WaleedAshraf Nov 1, 2018
0251b38
test: node v11 on travis (#1265)
fl0w Nov 1, 2018
bc81ca9
chore: use res instead of this.res (#1271)
mingmingwon Nov 5, 2018
71aaa29
docs: fix spelling in throw docs (#1269)
fl0w Nov 5, 2018
9905199
fix: Status message is not supported on HTTP/2 (#1264)
edevil Nov 9, 2018
325792a
docs: add table of contents for guide.md (#1267)
ZYSzys Nov 9, 2018
281a04e
Release 2.6.2
dead-horse Nov 9, 2018
5560f72
chore: use the ability of `content-type` lib directly (#1276)
mingmingwon Dec 7, 2018
fc93c05
docs: update readme to add babel 7 instructions (#1274)
vikr01 Dec 7, 2018
f90e825
docs: response.set(fields) won't overwrites previous header fields(#1…
doug-wade Dec 7, 2018
a007198
docs: Document ctx.app.emit (#1284)
doug-wade Dec 7, 2018
acb388b
docs: Add security vulnerability disclosure instructions to the Readm…
doug-wade Dec 12, 2018
48993ad
docs: Document other body types (#1285)
doug-wade Dec 12, 2018
7e46c20
docs: add link to the license file (#1290)
jamesgeorge007 Dec 27, 2018
9be8583
chore: replace ~~ with Math.trunc in res.length (option) (#1288)
tpscrpt Dec 27, 2018
d9ef603
chore: Optimize array split (#1295)
Connormiha Jan 3, 2019
b25e79d
Mark two examples as live for the corresponding documentation change …
tolmasky Jan 6, 2019
ad91ce2
chore: license 2019
dead-horse Jan 7, 2019
b15115b
chore: Reduce unnecessary variable declarations (#1298)
zhaosaisai Jan 14, 2019
72f325b
chore: add pr welcoming badge (#1291)
jamesgeorge007 Jan 14, 2019
b7bfa71
feat: change set status assert, allowing valid custom statuses (#1308)
fl0w Jan 28, 2019
8b4e2cd
Release 2.7.0
dead-horse Jan 28, 2019
2f2078b
chore: Update PR-welcome badge url (#1299)
jamesgeorge007 Feb 2, 2019
130e363
docs: use 'fs-extra' instead of 'fs-promise' (#1309)
rosald Feb 14, 2019
04e07fd
test: Buffer() is deprecated due to security and usability issues. so…
tkvern Apr 16, 2019
75233d9
chore: Consider removing this return statement; it will be ignored. (…
tkvern Apr 17, 2019
5810f27
docs: Removed Document in Progress note in Koa vs Express (#1336)
andpeterson Jun 3, 2019
132c9ee
docs: Clarify the format of request.headers (#1325)
dobesv Jun 3, 2019
23f7f54
chore: simplify variable (#1332)
godky Jun 3, 2019
b7fc526
docs: fix typo in cookie path default value docs (#1340)
igoradamenko Jun 10, 2019
62f29eb
docs(context): update cookies link (#1348)
neighborhood999 Jun 26, 2019
00e8f7a
docs: ctx.type aliases ctx.response, not ctx.request (#1343)
alexcberk Jun 26, 2019
12960c4
build: test on 8/10/12
dead-horse Jun 26, 2019
d4bdb5e
chore: update eslint and fix lint errors
dead-horse Jun 26, 2019
b9e3546
docs(api): fix keygrip link (#1350)
neighborhood999 Jun 28, 2019
ff70bdc
fix: typo on document (#1355)
Jeff-Tian Jul 11, 2019
52a6737
chore: ignore Intellij IDEA project files (#1361)
Imon-Haque Jul 24, 2019
219bf22
docs(context): update link (#1354)
neighborhood999 Jul 30, 2019
2c86b10
test: remove jest and use egg-bin(mocha) (#1363)
dead-horse Jul 30, 2019
d1d65dd
chore(deps): install egg-bin, mm as devDeps not deps (#1366)
edvardchen Aug 10, 2019
a245d18
docs: Update response.socket (#1357)
Jeff-Tian Aug 15, 2019
3b23865
docs: parameter of request.get is case-insensitive (#1373)
gthb Aug 19, 2019
5afff89
feat: accept options in the Application constructor (#1372)
djake Aug 19, 2019
1015cea
Release 2.8.0
dead-horse Aug 19, 2019
287e589
fix: make options more compatibility
dead-horse Aug 19, 2019
061c21f
Release 2.8.1
dead-horse Aug 19, 2019
f75d445
test: fix end after end (#1374)
ronag Aug 23, 2019
817b498
test: fix body test (#1375)
ronag Aug 23, 2019
54e8fab
fix: encode redirect url if not already encoded (#1384)
fengmk2 Sep 28, 2019
a0d2816
Release 2.8.2
fengmk2 Sep 28, 2019
cf70dbc
Chore: Use https in readme (#1389)
imba-tjd Oct 9, 2019
2d1c598
feat: export HttpError from http-errors library
Mar 15, 2018
7b0370b
Release 2.9.0
fengmk2 Oct 12, 2019
d7f7f77
feat: support sameSite=none cookies (bump cookies dependency) (#1390)
panva Oct 12, 2019
66c1593
Release 2.10.0
dead-horse Oct 12, 2019
ef5c43b
chore: use rest params (#1393)
tinovyatkin Oct 14, 2019
8be5626
build: enable codecov partial coverage and use bash uploader (#1396)
tinovyatkin Oct 14, 2019
d48d88e
feat: implement response.has (#1397)
tinovyatkin Oct 14, 2019
4f96829
chore: remove isJSON in res.length (#1399)
tinovyatkin Oct 15, 2019
b968688
chore: add FUNDING.yml (#1403)
tinovyatkin Oct 15, 2019
f155785
chore: support `writableEnded` (#1402)
tinovyatkin Oct 15, 2019
be7d334
chore: removes code duplication at handling HEAD method (#1400)
tinovyatkin Oct 15, 2019
4dc56f6
chore: update ESLint and plugins/configs (#1407)
tinovyatkin Oct 17, 2019
422e539
feat: support app.proxyIPHeader and app.maxIpsCount to make ctx.ips m…
dead-horse Oct 28, 2019
ed84ee5
Release 2.11.0
dead-horse Oct 28, 2019
eda2760
build: Drop unused Travis sudo: false directive (#1416)
olleolleolle Jan 4, 2020
3e97a10
docs(links): remove Google+ link (#1439)
laffachan Apr 10, 2020
7deedb2
docs: Updating context.md with the latest cookies opts (#1433)
phlogisticfugu Apr 10, 2020
8ddab48
docs: Document response status with empty body (#1445)
madarche Apr 18, 2020
6b6b0dd
docs(api): add app.use chainability note (#1449)
zacanger Apr 25, 2020
8d52105
feat: allow bodyless responses for non empty status codes (#1447)
ejose19 Apr 28, 2020
143d8f7
Always use strict equality. (#1225)
medanat May 15, 2020
f7c732f
docs: fixed incorrect onerror example (#1459)
PaulAnnekov May 16, 2020
faeaff5
fox: remove `error-inject` and fix error handling (#1409)
tinovyatkin May 16, 2020
0d2f421
feat: error handler treat err.statusCode as the same as err.status (#…
vijaykrishnavanshi May 17, 2020
9ee6584
Release 2.12.0
dead-horse May 17, 2020
5208c5e
chore: Use single console.error() statement in error handler (#1471)
mpvosseller Jun 13, 2020
e2030c7
fix: Improve checks for Error in onerror handlers (#1468)
julienw Jun 13, 2020
b7d8c97
Release 2.12.1
dead-horse Jun 13, 2020
bbcde76
feat: support esm (#1474)
Jun 21, 2020
226ba8c
build: use prepublish instead of prepack
dead-horse Jun 21, 2020
4a40d63
build: use prepare instead of prepublish
dead-horse Jun 21, 2020
20e58cf
test: imporve coverage to 100%
dead-horse Jun 21, 2020
af3a1fd
Release 2.13.0
dead-horse Jun 21, 2020
d1c9263
deps: update depd >> v2.0.0 (#1482)
3imed-jaberi Jul 14, 2020
f8b49b8
chore: fix grammatical and spelling errors in comments and tests (#1490)
mattkubej Jul 21, 2020
d51f983
docs: fix assert example for response (#1489)
3imed-jaberi Jul 21, 2020
2224cd9
docs: remove babel ref. (#1488)
3imed-jaberi Jul 21, 2020
38cb591
docs: update specific for auto response status
AlbertAZ1992 Jul 26, 2020
6e1093b
docs: remove babel from readme (#1494)
miwnwski Jul 30, 2020
aeb5d19
docs: added [email protected] to vulnerability disclosure
niftylettuce Aug 22, 2020
68d97d6
fix: fixed order of vulnerability disclosure addresses
niftylettuce Aug 24, 2020
39e1a5a
fixed multiple grammatical errors in docs. (#1497)
vyasriday Aug 24, 2020
b4398f5
correct verb tense in doc (#1512)
matanshavit Oct 29, 2020
b5472f4
fix: make ESM transpiled CommonJS play nice for TS folks, fix #1513 (…
miwnwski Jan 4, 2021
5c32cbf
Release 2.13.1
dead-horse Jan 4, 2021
eb51cf5
doc: app.keys needs to be long enought and random (#1520)
dead-horse Jan 18, 2021
698ce0a
test: fix typo in status.js
eltociear May 20, 2021
0056f90
Create dependabot.yml
jonathanong Aug 18, 2021
47fdbca
delete benchmarks
jonathanong Aug 18, 2021
000acf0
npm: enable package-lock
jonathanong Aug 18, 2021
a2570e3
package: update bench scripts
jonathanong Aug 18, 2021
be3e8b6
test: switch to github actions
jonathanong Aug 18, 2021
596cfd5
migrate assert.strict => .strictEqual
jonathanong Aug 18, 2021
4545b59
test: switch tests to jest
jonathanong Aug 18, 2021
4a410cc
migrate assert.deepEqual => .deepStrictEqual
jonathanong Aug 18, 2021
b37a2d0
:arrow_up: eslint dependencies
jonathanong Aug 18, 2021
e9494b5
lint: stick to standard
jonathanong Aug 18, 2021
b747e16
breaking: remove koa-convert
jonathanong Aug 18, 2021
60c2d30
test: remove koa-convert and generators
jonathanong Aug 18, 2021
e1b9488
:arrow_up: debug
jonathanong Aug 18, 2021
03ff762
history: add a note about koa-convert
jonathanong Aug 18, 2021
39c0b48
fix: Do not response Content-Length if Transfer-Encoding is defined c…
jonathanong Aug 18, 2021
689c98d
Fix jsdoc types for constructor (#1541)
pkuczynski Aug 18, 2021
33a8f39
Fix grammar mistake (#1527)
souzasmatheus Aug 18, 2021
eb146de
node v12+ only
jonathanong Aug 18, 2021
94c2ac4
fix: set content-Length header on explicit null body response @ognjen…
jonathanong Aug 18, 2021
6cf6a95
fix: Set body to if and @likegun closes #1059 closes #998
jonathanong Aug 18, 2021
5b076c5
ctx.response.get - use .getHeader (#1392)
tinovyatkin Aug 18, 2021
65f9c93
context.response.get: fix test and lint
jonathanong Aug 18, 2021
5ee832c
readme: add a link to slack group
jonathanong Aug 22, 2021
e51a6cc
build(deps-dev): bump eslint-plugin-import from 2.24.0 to 2.24.1 (#1573)
dependabot[bot] Aug 25, 2021
ff3c6ea
chore: update engines.node to v12+ in the package-lock.json (#1576)
shfshanyue Aug 25, 2021
ddec341
build(deps-dev): bump eslint-plugin-import from 2.24.1 to 2.24.2 (#1579)
dependabot[bot] Aug 25, 2021
31d0751
build(deps): bump http-assert from 1.4.1 to 1.5.0 (#1578)
dependabot[bot] Aug 25, 2021
f884990
build(deps-dev): bump jest from 27.0.6 to 27.1.0 (#1581)
dependabot[bot] Aug 27, 2021
d678b06
build(deps-dev): bump jest from 27.1.0 to 27.1.1 (#1582)
dependabot[bot] Sep 8, 2021
2400985
build(deps-dev): bump jest from 27.1.1 to 27.2.0 (#1584)
dependabot[bot] Sep 13, 2021
6ec4289
build(deps-dev): bump jest from 27.2.0 to 27.2.1 (#1586)
dependabot[bot] Sep 20, 2021
706042c
build(deps-dev): bump gen-esm-wrapper from 1.1.2 to 1.1.3 (#1587)
dependabot[bot] Sep 22, 2021
acb08e0
fix: nodejs deprecated api <DEP0148> (#1585)
hyj1991 Sep 24, 2021
7d8955b
build(deps-dev): bump jest from 27.2.1 to 27.2.2 (#1592)
dependabot[bot] Sep 27, 2021
9b6ea67
build(deps-dev): bump jest from 27.2.2 to 27.2.3 (#1594)
dependabot[bot] Sep 28, 2021
0772a22
build(deps-dev): bump jest from 27.2.3 to 27.2.4 (#1595)
dependabot[bot] Sep 29, 2021
9a9c2f5
build(deps-dev): bump jest from 27.2.4 to 27.2.5 (#1596)
dependabot[bot] Oct 8, 2021
19f3353
build(deps-dev): bump eslint-plugin-import from 2.24.2 to 2.25.2 (#1599)
dependabot[bot] Oct 13, 2021
d99e938
build(deps-dev): bump jest from 27.2.5 to 27.3.0 (#1601)
dependabot[bot] Oct 18, 2021
8f12940
build(deps-dev): bump jest from 27.3.0 to 27.3.1 (#1603)
dependabot[bot] Oct 19, 2021
4d7b812
build(deps-dev): bump eslint-plugin-import from 2.25.2 to 2.25.3 (#1609)
dependabot[bot] Nov 10, 2021
e8146ad
build(deps): bump http-errors from 1.8.0 to 1.8.1 (#1610)
dependabot[bot] Nov 15, 2021
fe92ea2
build(deps): bump debug from 4.3.2 to 4.3.3 (#1615)
dependabot[bot] Nov 29, 2021
9062e3d
build(deps-dev): bump jest from 27.3.1 to 27.4.0 (#1616)
dependabot[bot] Nov 29, 2021
771d59a
build(deps-dev): bump jest from 27.4.0 to 27.4.2 (#1617)
dependabot[bot] Nov 30, 2021
0ed925d
build(deps-dev): bump eslint-plugin-promise from 5.1.0 to 5.2.0 (#1619)
dependabot[bot] Dec 1, 2021
07c17dd
build(deps-dev): bump jest from 27.4.2 to 27.4.3 (#1618)
dependabot[bot] Dec 1, 2021
6a7bdb4
build(deps-dev): bump jest from 27.4.3 to 27.4.4 (#1621)
dependabot[bot] Dec 10, 2021
27ebeab
build(deps): bump content-disposition from 0.5.3 to 0.5.4 (#1622)
dependabot[bot] Dec 13, 2021
910585d
build(deps-dev): bump jest from 27.4.4 to 27.4.5 (#1623)
dependabot[bot] Dec 14, 2021
3609065
build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.25.4 (#1628)
dependabot[bot] Jan 3, 2022
8c1dd48
build(deps-dev): bump jest from 27.4.5 to 27.4.7 (#1629)
dependabot[bot] Jan 5, 2022
fc4d9ea
build(deps): bump destroy from 1.0.4 to 1.1.0 (#1641)
dependabot[bot] Jan 26, 2022
6fd149a
build(deps): bump accepts from 1.3.7 to 1.3.8 (#1642)
dependabot[bot] Feb 3, 2022
ce18cd1
build(deps-dev): bump jest from 27.4.7 to 27.5.0 (#1643)
dependabot[bot] Feb 7, 2022
aa816ca
build(deps-dev): bump jest from 27.5.0 to 27.5.1 (#1644)
dependabot[bot] Feb 8, 2022
7173023
build(deps): bump on-finished from 2.3.0 to 2.4.0 (#1647)
dependabot[bot] Feb 22, 2022
e00a77d
build(deps): bump on-finished from 2.4.0 to 2.4.1 (#1648)
dependabot[bot] Feb 23, 2022
d7e0e27
build(deps): bump destroy from 1.1.0 to 1.1.1 (#1649)
dependabot[bot] Mar 1, 2022
d52e4ea
build(deps): bump debug from 4.3.3 to 4.3.4 (#1651)
dependabot[bot] Mar 17, 2022
cc4cc1f
build(deps): bump destroy from 1.1.1 to 1.2.0 (#1652)
dependabot[bot] Mar 21, 2022
f3c67d9
build(deps): bump minimist from 1.2.5 to 1.2.6 (#1655)
dependabot[bot] Mar 30, 2022
00ce71f
build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0 (#1660)
dependabot[bot] Apr 6, 2022
7889477
Corrected typo to line 184 of Readme.md
hegner123 Jan 23, 2022
7ab6594
update node version to v12 in readme
buzuosheng Aug 25, 2021
93b34d7
build(deps-dev): bump jest from 27.5.1 to 28.1.2
dependabot[bot] Jun 29, 2022
29f20de
build(deps-dev): bump supertest from 3.4.2 to 6.2.4
dependabot[bot] Jul 2, 2022
30242ee
fix: fix all eslint warns
Apr 2, 2022
5e37230
chore: allow the compose function to be configurable
shfshanyue Aug 25, 2021
eea921a
build(deps-dev): bump jest from 28.1.2 to 28.1.3 (#1679)
dependabot[bot] Jul 13, 2022
28912d3
build(deps-dev): bump supertest from 6.2.4 to 6.3.0 (#1695)
dependabot[bot] Oct 4, 2022
0c81a73
docs: Remove outdated links from README Getting Started section. (#1694)
sgpinkus Oct 5, 2022
55f4c33
build(deps-dev): bump supertest from 6.3.0 to 6.3.1 (#1703)
dependabot[bot] Oct 25, 2022
702eb13
build(deps-dev): bump supertest from 6.3.1 to 6.3.2 (#1716)
dependabot[bot] Dec 5, 2022
cdb7a3c
feat: support asyncLocalStorage
dead-horse May 1, 2020
40bee6b
test: more test cases
dead-horse May 1, 2020
c90317d
fix: improve compatibility
dead-horse May 1, 2020
cffcb1e
test: Add Node.js 18
fengmk2 Dec 6, 2022
fe76c4a
refactor: required Node.js >= 12.17.0
fengmk2 Dec 6, 2022
beb0b89
test: skip mock socket error on Node.js 18
fengmk2 Dec 6, 2022
e0abc5f
docs: Update guide.md (#1702)
rosald Dec 6, 2022
b3fffc0
docs: fix grammar in koa vs express doc (#1068)
shime Dec 6, 2022
d2b0943
build(deps-dev): bump jest from 28.1.3 to 29.3.1 (#1709)
dependabot[bot] Dec 6, 2022
a0148c1
Revert "build(deps-dev): bump jest from 28.1.3 to 29.3.1 (#1709)" (#1…
fengmk2 Dec 6, 2022
d7894c8
refactor: use asyncLocalStorage.run (#1718)
fengmk2 Dec 6, 2022
9d2afef
fix: should export createAsyncCtxStorageMiddleware function (#1725)
fengmk2 Dec 7, 2022
edc35ac
docs: Provide more typings for application's context and request/resp…
mihailik Dec 7, 2022
6134b3c
build(deps-dev): bump supertest from 6.3.2 to 6.3.3 (#1727)
dependabot[bot] Dec 9, 2022
14dec59
fix: typo in comment (#1730)
sjfkai Dec 28, 2022
bec13ec
Release 3.0.0-alpha.0 (#1720)
fengmk2 Jan 2, 2023
e98b8d1
fix: can not get currentContext in error handler (#1758)
gxkl Apr 12, 2023
632a803
Release 3.0.0-alpha.1
fengmk2 Apr 12, 2023
dbf4b8f
docs: fix node quickly install with nvm (#1760)
Songkunda May 17, 2023
814a2a5
docs: fix response.vary jsdoc field param (#1767)
hustLer2k Oct 31, 2023
ec912a3
docs: add missing entries to response aliases in context.md (#1769)
hustLer2k Oct 31, 2023
5ba533f
chore: fix jsdoc and typo (#1662)
dev-itsheng Nov 8, 2023
ac61b8c
chore: Replacing eslint with standard cli (#1796)
etroynov Jan 17, 2024
5f15941
test: Add Node.js 20 (#1788)
LaicZhang Jan 17, 2024
fc23d76
Merge pull request #1 from koajs/master
lcxfs1991 Jan 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
coverage:
parsers:
javascript:
enable_partials: yes
1 change: 0 additions & 1 deletion .eslintrc.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
open_collective: koajs
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 5
versioning-strategy: increase-if-necessary
27 changes: 27 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Node.js CI

on:
push:
branch: master
pull_request:
branch: master

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.17.0, 12.x, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test -- --coverage --maxWorkers 2
- run: npx codecov
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ node_modules
test.js
coverage
npm-debug.log
.idea
*.iml
dist
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

25 changes: 25 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
小菜 <[email protected]>
Aaron Heckmann <[email protected]>
Adam L <[email protected]>
Adam Lau <[email protected]>
Aesop Wolf <[email protected]>
AlexeyKhristov <[email protected]>
Alexsey <[email protected]>
Amit Portnoy <[email protected]>
Anton Harniakou <[email protected]>
Arjun <[email protected]>
Asiel Leal <[email protected]>
Avindra Goolcharan <[email protected]>
Bartol Karuza <[email protected]>
Ben Reinhart <[email protected]>
Bernie Stern <[email protected]>
Bryan Bess <[email protected]>
C.T. Lin <[email protected]>
Chiahao Lin <[email protected]>
Expand All @@ -24,27 +29,34 @@ Fangdun Cai <[email protected]>
Felix Becker <[email protected]>
Filip Skokan <[email protected]>
Francisco Presencia <[email protected]>
Gao Sheng <[email protected]>
George Chung <[email protected]>
Gilles De Mey <[email protected]>
Grand <[email protected]>
Guilherme Pacheco <[email protected]>
HanHor Wu <[email protected]>
Hartley Melamed <[email protected]>
Hrvoje Šimić <[email protected]>
Hugh Kennedy <[email protected]>
Ian Storm Taylor <[email protected]>
Ilkka Oksanen <[email protected]>
Ivan Kleshnin <[email protected]>
Ivan Lyons <[email protected]>
Jacob Bass <[email protected]>
JamesWang <[email protected]>
Jan Buschtöns <[email protected]>
Jan Carlo Viray <[email protected]>
Jason Macgowan <[email protected]>
Jed Schmidt <[email protected]>
Jeff Moore <[email protected]>
Jesus Rodriguez <[email protected]>
Jesús Rodríguez Rodríguez <[email protected]>
Jingwei "John" Liu <[email protected]>
Johan Bergström <[email protected]>
Jonas Zhang <[email protected]>
Jonathan Ong <[email protected]>
Jonathan Ong <[email protected]>
Joseph Lin <[email protected]>
Julian Gruber <[email protected]>
Kareem Kwong <[email protected]>
Karl Böhlmark <[email protected]>
Expand All @@ -57,6 +69,7 @@ Louis DeScioli <[email protected]>
Luke Bousfield <[email protected]>
Malcolm <[email protected]>
Marceli.no <[email protected]>
Mars Wong <[email protected]>
Martin Iwanowski <[email protected]>
Martin Iwanowski <[email protected]>
Martin fl0w Iwanowski <[email protected]>
Expand All @@ -65,40 +78,51 @@ Mathieu Gallé-Tessonneau <[email protected]>
Matthew Chase Whittemore <[email protected]>
Matthew King <[email protected]>
Matthew Mueller <[email protected]>
Mengdi Gao <[email protected]>
Michaël Zasso <[email protected]>
Michał Gołębiowski-Owczarek <[email protected]>
Nathan Rajlich <[email protected]>
New Now Nohow <[email protected]>
Nick McCurdy <[email protected]>
Nicolae Vartolomei <[email protected]>
PatrickJS <[email protected]>
Paul Anderson <[email protected]>
Pedro Pablo Aste Kompen <[email protected]>
Peeyush Kushwaha <[email protected]>
Phillip Alexander <[email protected]>
PlasmaPower <[email protected]>
Prayag Verma <[email protected]>
Qiming zhao <[email protected]>
Remek Ambroziak <[email protected]>
Riceball LEE <[email protected]>
Richard Marmorstein <[email protected]>
Rico Sta. Cruz <[email protected]>
Robert Sköld <[email protected]>
Robin Pokorný <[email protected]>
Ruben Bridgewater <[email protected]>
Rui Marinho <[email protected]>
Rui Marinho <[email protected]>
Ryunosuke SATO <[email protected]>
Saad Quadri <[email protected]>
Santiago Sotomayor <[email protected]>
Sergei Osipov <[email protected]>
Shaun Warman <[email protected]>
Shawn Cheung <[email protected]>
Shawn Sit <[email protected]>
Slobodan Stojanovic <[email protected]>
Sonny Piers <[email protected]>
Sterling Williams <[email protected]>
Stéphane Bisinger <[email protected]>
TJ Holowaychuk <[email protected]>
TJ Holowaychuk <[email protected]>
Taehwan, No <[email protected]>
Tejas Manohar <[email protected]>
Teoman Soygul <[email protected]>
Thiago Lagden <[email protected]>
Tiago Ribeiro <[email protected]>
Tim Schaub <[email protected]>
Todor Stoychev <[email protected]>
Tomas Ruud <[email protected]>
Travis Jeffery <[email protected]>
Usman Hussain <[email protected]>
Veselin Todorov <[email protected]>
Expand Down Expand Up @@ -131,6 +155,7 @@ gyson <[email protected]>
haoxin <[email protected]>
haoxin <[email protected]>
iamchenxin <[email protected]>
initial-wu <[email protected]>
jeromew <[email protected]>
joehecn <[email protected]>
jongleberry <[email protected]>
Expand Down
Loading
Loading