Commit Graph

993 Commits (6c0e0d6e29ed49a34b3a87f19ea5dda048e46af1)

Author SHA1 Message Date
qingming 2c507d335d fix typo (#756) 2016-06-21 20:01:51 -07:00
Martin Iwanowski d47d0f9619 fix broken link, fixes #741 (#745) 2016-05-27 07:41:22 +02:00
Yu Qi b16d24ecb8 add maxAge and overwrite options to ctx.cookies.set(name, value, [options]). (#742) 2016-05-26 13:31:11 +08:00
jongleberry e61d54565b docs: add more docs about app.context
references:

- https://github.com/koajs/koa/issues/652
2016-05-14 08:36:50 -07:00
Zack Tanner 808768a597 copy tweaks (#731) 2016-05-13 14:27:18 +08:00
jongleberry 41afac3eba travis: test node@6 2016-05-01 13:20:39 -07:00
Yu Qi c979056087 fix tests on node 6
parsed querystrings no longer inherit from the Object prototype
2016-04-30 09:19:29 +02:00
d3v e0a0d9f7cc fix: v1 artifact "this" reference (#711) 2016-04-20 14:15:11 +08:00
PlasmaPower 54e58d3523 req: Cache the request IP 2016-04-03 19:30:06 -07:00
PlasmaPower 826ad83db6 travis: move to container travis builds 2016-04-03 19:28:06 -07:00
Marceli.no fd839976e2 Typo
Significant, but insignificant. Feel free to discard this pull request and make the change yourselves :)
2016-04-03 08:41:04 +08:00
jongleberry be87ef8a24 lint: upgrade packages, fix generator star spacing 2016-03-28 14:21:05 -07:00
Yiyu He 177b599fd5 Merge pull request #699 from PlasmaPower/patch-2
Correct ctx.assert documentation parameter order (v2.x)
2016-03-28 01:25:09 +08:00
PlasmaPower 9c6969755f Correct ctx.assert documentation parameter order 2016-03-26 21:26:09 -06:00
jongleberry bd3d9e5100 Merge pull request #690 from PlasmaPower/patch-1
Docs: v2 error handling is environment independent
2016-03-22 11:50:11 -07:00
PlasmaPower efcdd3b93e Docs: v2 error handling is environment independent 2016-03-22 12:22:43 -06:00
jongleberry 2b094eb895 docs: update history and docs for v2 2016-03-22 11:03:19 -07:00
jongleberry daf688bf69 Merge pull request #683 from fl0w/v2.x
convert generator-mw with deprecation warning
2016-03-22 10:13:35 -07:00
Martin Iwanowski 0ac4ff00c6 Convert generator-mw with deprecation warning 2016-03-22 07:35:05 +01:00
jongleberry a1aec3d163 Merge pull request #686 from robinpokorny/lint-js-in-markdown
Correct code style of JavaScript in Markdown
2016-03-21 12:22:44 -07:00
Robin Pokorný 340dd4f1a3 Lint JavaScript in Markdown 2016-03-16 16:50:10 +01:00
dead_horse 39f058e11c fix cookies' secure detect 2016-03-15 13:57:22 -07:00
jongleberry bcada5bde9 readme: update URLs based on HTTP redirects
see: a25ab12116
2016-03-15 12:38:44 -07:00
Yiyu He 9ba2f9c5df Merge pull request #681 from PlasmaPower/update-error-handling-doc
Update error handling doc to use promises+async (v2.x)
2016-03-14 23:16:01 +08:00
Lee Bousfield 1d1698eb85 Update error handling doc to use promises+async 2016-03-12 20:19:55 -07:00
jongleberry 882ea7e87a Merge pull request #678 from PlasmaPower/cherrypick-to-next
Add support for headers in errors (v2.x)
2016-03-12 18:33:47 -08:00
Jonathan Ong 04a7122e22 lint: benchmarks/ 2016-03-12 18:33:02 -08:00
jongleberry 2df468b524 Merge pull request #679 from PlasmaPower/remove-unused-http
Remove unused http variable (v2.x)
2016-03-12 18:32:39 -08:00
Jonathan Ong 551715821b travis: run lint 2016-03-12 18:30:43 -08:00
Lee Bousfield 597638ded6 Remove unused http variable
ESLint now runs fine
2016-03-12 17:53:14 -07:00
Lee Bousfield a440425dc2 Add support for headers in errors 2016-03-12 17:46:35 -07:00
Bartol Karuza 3d15c2409d JSDoc question/suggestion on optional parameters
Hi, Webstorm keeps giving me warnings on the 'redirect' method, because the JSDoc specified two input parameters, both required. There is a JSDoc standard for optional parameters. What is your view on using these in KOA documentation?
http://usejsdoc.org/tags-param.html#optional-parameters-and-default-values

closes #661
2016-03-12 14:22:42 -08:00
Jonathan Ong d768ed83b6 docs: note stream error handling and destruction. ref: #612 2016-03-12 14:22:28 -08:00
TJ Holowaychuk 86a6f2b380 add CODE_OF_CONDUCT.md
aka dont be an asshole
2016-03-12 14:22:16 -08:00
dead_horse a808671340 add app.silent, err.status, err.expose to doc, fixes #630 2016-03-12 14:20:46 -08:00
Prayag Verma 53a165f543 chore(license): update license year to 2016 2016-03-12 14:19:44 -08:00
Louis DeScioli d74802dc70 Standardizes instances of removeHeader to remove 2016-03-12 14:19:27 -08:00
jongleberry 7373c7eca1 comments: remove vague TODOs
closes #576
2016-03-12 14:11:19 -08:00
Jonathan Ong 82bdb8223d travis: install wrk 2016-03-12 14:10:02 -08:00
Jonathan Ong 5d8b759e11 travis: run 'make bench'
closes #191
2016-03-12 14:09:33 -08:00
jongleberry 5d330b095f use codecov instead of coveralls 2016-03-12 14:09:06 -08:00
Jonathan Ong dbcbc28b11 package: ⬆️ dependencies 2016-03-12 14:03:10 -08:00
jongleberry b658fe7ca0 Merge pull request #675 from PlasmaPower/flush-headers
Add support for flushing headers
2016-03-12 13:49:02 -08:00
Lee Bousfield 6a147726bd Add support for flushing headers 2016-03-03 21:01:56 -07:00
Yiyu He 291c7c329f Merge pull request #651 from geekplux/patch-1
fix the error message
2016-01-24 13:40:42 +08:00
Xiang Gao 897ad7aca8 fix the error message 2016-01-24 12:35:03 +08:00
jongleberry 5384f10497 Merge pull request #637 from koajs/Pana-v2.x
Pana v2.x
2016-01-17 16:06:31 -08:00
pana 1e38b13a94 docs: update docs for koa v2
update readme and request, response toJSON method

update readme

update readme

update readme

update readme

update readme

update readme

update docs

update doc

pretty readme

update docs

fix then callback
2016-01-17 16:05:49 -08:00
Yanick Rochon d134fff9e8 Fix issue when app.use() is called with empty value 2015-11-25 12:10:55 +08:00
dead_horse 69ad7ad4a5 publishConfig: update next tag 2015-11-24 15:55:51 +08:00