Commit graph

969 commits

Author SHA1 Message Date
initial-wu
148f26f630 chore: use this.res.socket insteadof this.ctx.req.socket (#1177)
prefer a shorter path to the object
2018-04-27 23:51:47 +08:00
Grand
45903f228a chore: Using "listenerCount" instead of "listeners" (#1184) 2018-04-27 23:48:51 +08:00
dead-horse
45464b5174 Release 2.5.1 2018-04-27 01:10:57 +08:00
Martin Iwanowski
2ace7044ac test: node v10 on travis (#1182) 2018-04-25 16:21:57 +08:00
Ruben Bridgewater
13086d2fcd fix tests: remove unnecessary assert doesNotThrow and api calls (#1170)
* tests: fix error verification

So far the error message was not tested at all. This change makes
sure the error will actually be tested for.

* tests: remove unnecessary api calls

`assert.doesNotThrow` does not provide any benefit since it will
only catch errors and then rethrow in case of an error.
2018-04-09 19:36:52 -07:00
Shawn Cheung
8c17517809 use this.response insteadof this.ctx.response (#1163) 2018-03-23 17:56:32 +08:00
Martin Iwanowski
9cef2db87e deps: remove istanbul (#1151) 2018-02-19 03:34:38 -08:00
Anton Harniakou
0698d67fef Update guide.md (#1150) 2018-02-16 11:56:51 -08:00
dead-horse
916f914727 Release 2.5.0 2018-02-11 17:40:10 +08:00
Yiyu He
3c23aa5b74
feat: ignore set header/status when header sent (#1137) 2018-02-11 16:25:24 +08:00
Martin Iwanowski
0923ef6182 run coverage using --runInBand (#1141) 2018-02-09 11:13:45 +08:00
Joseph Lin
e544012e9f [Update] license year to 2018 (#1130) 2018-02-06 14:01:36 -05:00
Paul Anderson
a64e4ae982 docs: small grammatical fix in api docs index (#1111) 2018-01-30 21:05:49 -08:00
Tomas Ruud
e5db6a9833 docs: fixed typo (#1112) 2018-01-30 21:05:19 -08:00
Mengdi Gao
c2615ecc5c docs: capitalize K in word koa (#1126) 2018-01-30 21:05:00 -08:00
Alexsey
6baa41178d Error handling: on non-error throw try to stringify if error is an object (#1113) 2017-12-24 20:48:44 +08:00
Nick McCurdy
53bea20e79 Use eslint-config-koa (#1105) 2017-12-24 15:01:01 +08:00
Michał Gołębiowski-Owczarek
9068316fc7 Update mgol's name in AUTHORS, add .mailmap (#1100) 2017-12-24 14:55:45 +08:00
Nick McCurdy
79c3c73452 Avoid generating package locks instead of ignoring them (#1108) 2017-12-24 14:36:17 +08:00
Mars Wong
841844ee2f chore: update copyright year to 2017 (#1095) 2017-11-12 10:06:04 -06:00
jongleberry
bd89dfcafc 2.4.1 2017-11-06 14:23:34 +00:00
jongleberry
418bb066af 2.4.0 – added missing 2.3.0 changelog 2017-11-06 14:16:32 +00:00
jongleberry
c68a6966c2 2.3.0 2017-11-06 14:03:36 +00:00
jongleberry
687b73257b
travis: test node@9 2017-11-06 13:08:21 +00:00
Riceball LEE
53a4446123 expose the Application::handleRequest method (#950)
* * expose the Application::handleRequest method to extend the context

* * minor change the handleRequest comment
2017-11-06 12:21:52 +00:00
Martin Iwanowski
85ff544f7a deps: update min engines (#1040) 2017-11-06 12:18:58 +00:00
Bernie Stern
6029064756 HTTP/2 has no status message (#1048) (#1049) 2017-11-06 12:17:43 +00:00
Sergei Osipov
18e4fafb02 Update fresh to ^0.5.2 to close vulnerability (#1086) 2017-11-06 12:00:22 +00:00
Jonas Zhang
e8a024cbc0 docs: ddd Chinese docs link for v2.x (#1092) 2017-11-03 11:13:19 +08:00
Taehwan, No
1e81ea3691 docs: update babel setup (#1077) 2017-10-18 03:22:26 -05:00
Nick McCurdy
43a1df8200 test: Remove --forceExit flag for Jest (#1071) 2017-09-26 21:58:37 -05:00
Pedro Pablo Aste Kompen
0168fd87a8 docs: Update middleware.gif (#1052) 2017-09-25 23:22:22 -05:00
Shawn Sit
e1e030cc3d docs: command is wrong for running tests (#1065) 2017-09-25 23:08:21 -05:00
JamesWang
77ca4290a1 test: replace request(app.listen()) with request(app.callback()) 2017-09-25 23:07:57 -05:00
Martin Iwanowski
7f577aff2d meta: update AUTHORS (#1067) 2017-09-25 23:02:07 -05:00
Hrvoje Šimić
f3ede44ffa docs: fix dead link to logo image (#1069) 2017-09-25 23:00:15 -05:00
Martin Iwanowski
7e78147f52 tools: remove --fix to catch lint errors (#1062) 2017-09-19 03:23:32 -05:00
Todor Stoychev
09f1b7bb1f docs: fix typo (#1058) 2017-09-13 12:58:43 -05:00
jongleberry
86ab4ae84a Revert "refactor: remove duplicate assignment in respond test (#1055)" (#1056)
This reverts commit c161c0f2e9.
2017-09-11 21:35:13 -05:00
Clark Du
c161c0f2e9 refactor: remove duplicate assignment in respond test (#1055)
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-11 10:22:34 -07:00
Usman Hussain
392e8aa90d Koa routing (third party libraries support) (#1038) 2017-08-17 10:20:57 -07:00
Yu Qi
78832ff6c6 bench: add bench for async/await (#1036) 2017-08-03 09:33:51 +08:00
Rico Sta. Cruz
7294eae078 koa-vs-express: Update note about generators (#1015) 2017-07-20 18:02:17 -07:00
Saad Quadri
40a6dd2c80 docs: improve consistency in api code examples (#1029) 2017-07-20 18:01:03 -07:00
Hartley Melamed
0c44c11ce3 Updates documentation to include reference for RFC2324 (HTTP Status 418) (#1028) 2017-07-19 11:04:59 -07:00
Luke Bousfield
67630217ae Fix context.inspect when called on the prototype (#1012)
* Fix context.inspect when called on the prototype

Fixes #837

* Add tests
2017-07-15 20:05:26 -04:00
haoxin
9f2182dec7 docs: fix typo (#1023) 2017-07-13 10:52:07 -07:00
Chiahao Lin
87cde82399 docs: modified examples using the wrong keyword (yield -> await) (#1021) 2017-07-07 00:48:31 -07:00
jongleberry
aaac09af1a 2.3.0 2017-06-20 10:01:10 -07:00
Martin Iwanowski
327b65cb6b Use node 7+ WHATWG parser for hostname, fixes #1002 (#1004)
* Use node 7+ WHATWG parser for hostname, fixes #1002

* only use URL if host is IPv6, expose parsed URL

* catch invalid URLs, memoize empty obj

* hostname returns empty string when URL throws
2017-06-20 09:57:30 -07:00