Commit graph

94 commits

Author SHA1 Message Date
Jonas Zhang
e8a024cbc0 docs: ddd Chinese docs link for v2.x (#1092) 2017-11-03 11:13:19 +08:00
Shawn Sit
e1e030cc3d docs: command is wrong for running tests (#1065) 2017-09-25 23:08:21 -05:00
Hrvoje Šimić
f3ede44ffa docs: fix dead link to logo image (#1069) 2017-09-25 23:00:15 -05:00
Equim
08eb1a20c3 docs: apply Date.now() to all docs (#988) 2017-05-21 23:33:25 +08:00
song
bfce5806c2 Update Readme.md (#985)
Change ```new Date``` to ```Date.now```
2017-05-17 10:38:00 +08:00
TJ Holowaychuk
32ebd1bd6a Update Readme.md
I'll fill everyone in a bit
2017-04-26 09:46:25 -07:00
Aesop Wolf
cb12aa8ae5 readme: update the order of accepted functions(#958)
Update the order of accepted functions so that it matches the following blocks of text.
2017-04-14 11:50:31 -06:00
Ivan Kleshnin
87036857e6 readme: fix typo (#951) 2017-03-27 12:37:42 -07:00
jongleberry
65c130db5b readme docs++ (#932)
* Better expose documentation in overview readme

* Add code examples for context, request and response

* docs++

* fix indentation
2017-03-07 23:04:43 -08:00
jongleberry
e812339033 docs: create v2 Migration document (#931)
* Give v2 migration documentation its own document. Incorporate docs from #533

* Fix mis-capitalization of Koa

* Remove unnecessary Dependency section

* Hint at koa-convert enabled compatibility

* Add section on constructing with new

* Clarify es6 constructors are used

* Fix varying capitalization

* Restore mistakenly removed Dependency changes section

* v1.x should not receive feature updates

* Add next() to signature, add missing backticks

* docs++
2017-03-07 22:59:42 -08:00
Jeff Moore
188c0968e1 Add Troubleshooting documentation (#921)
* Move Common Problems wiki documentation to troubleshooting.md

* Fix header levels and TOC linking

* Change header structure, move causes to their own sections

* Fix fragment capitalization

* Add an example for missing await

* Cleanup language due to problem generalization

* Add visibility for troubleshooting

* Fix fragment typo
2017-03-01 15:50:02 -08:00
Yiyu He
73e9e13580 chore: unify badge's style (#914) 2017-02-26 15:57:49 +08:00
石发磊
207aa4e75b readme: change generatorFunction to generator function (#912)
change word `generatorFunction` to `generator function`, because to correspondence with the above form
2017-02-25 12:59:55 -06:00
Xavier Damman
2fda9dd0bf Added OpenCollective backers and sponsors (#748)
* Added OpenCollective backers and sponsors

* Removed become a backer/sponsor links
2017-02-25 00:50:07 -06:00
jongleberry
d4b32234ea docs++ 2017-02-25 00:30:11 -06:00
Jacob Bass
ce75a9c872 fixup babel setup instructions (#794)
old instructions pointed to incorrect npm module names
2016-08-06 07:06:31 +02:00
dead_horse
a1cdbdafcf docs: update babel setup
closes #783
2016-07-24 01:50:17 +08:00
Zack Tanner
808768a597 copy tweaks (#731) 2016-05-13 14:27:18 +08:00
Martin Iwanowski
0ac4ff00c6 Convert generator-mw with deprecation warning 2016-03-22 07:35:05 +01:00
Robin Pokorný
340dd4f1a3 Lint JavaScript in Markdown 2016-03-16 16:50:10 +01:00
jongleberry
bcada5bde9 readme: update URLs based on HTTP redirects
see: a25ab12116
2016-03-15 12:38:44 -07:00
jongleberry
5d330b095f use codecov instead of coveralls 2016-03-12 14:09:06 -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
nswbmw
aac3d70895 update readme 2015-11-08 13:26:50 +08:00
dead_horse
848a9c885b ocd 2015-11-06 00:42:14 +08:00
blaz
3560651bbc Add usage of koa-convert for legacy middleware
closes #565
closes #538
2015-10-30 20:20:00 -07:00
Tejas Manohar
ae9edb6dc9 docs: babel-node required -> Babel
closes #562
2015-10-28 12:31:10 -07:00
blaz
d280122cf4 Add 2.0.0 Examples 2015-10-28 00:02:27 +01:00
Tejas Manohar
93ade5e2dd refactor Application into a class 2015-10-13 01:19:42 -05:00
Jonathan Ong
ef467caabd readme: link to AUTHORS file 2015-10-12 00:04:58 -07:00
Tejas Manohar
a13ae6fc95 use template strings in readme es6 2015-10-11 21:22:33 -07:00
Tejas Manohar
88c35c1a0e update minimum node version in README 2015-10-11 21:22:33 -07:00
Tejas Manohar
9f27c1c414 refactor to use ES6 const
change var to const for static require()'d modules

make constant var references in app use const keyword

refactor context to use es6 constants

refactor request to use es6 constants, let block-scope coming next

use const in response object for static refs

make context tests use es6 constants

experimental unit tests -> const

use const for static references in unit test over req

use const for static refs in res tests

update app tests to use const for static refs

make the context test use es6 constants for static refs

use constants in the README
es6 constants seem to work in --harmony on 0.12 too

use const's for immutable refs in benchmarks

ensure all JS files have blank newline at top

add newline to bottom of file where missing

add a webchat freenode link to irc channel

no need to assign error in catch{}-able test

app.silent option to turn off err logging

keep test env logging for backwards-compat
2015-10-11 21:22:33 -07:00
Tejas Manohar
10f9811e37 add a webchat freenode link to irc channel 2015-10-05 18:22:56 -05:00
Jonathan Ong
9bf6bf1c07 improve verbage based on comments 2015-08-30 22:07:54 -07:00
llambda
30c8723705 Update Readme.md 2015-08-30 22:05:33 -07:00
dead_horse
6563e6ac3d get rid of 0.11 2015-08-30 23:42:44 +08:00
fengmk2
7f6086a93c fix Chinese doc link 2015-04-05 20:24:06 +08:00
Jonathan Ong
963d46e46b bump supported iojs/node versions 2015-02-01 16:35:17 -08:00
alsotang
d659edf56a Update Readme.md
remove recommendation of koa-common
2015-02-01 21:17:55 +08:00
dead_horse
d58f458b8d recommend to use 0.11.13+ 2014-12-21 00:12:14 +08:00
TJ Holowaychuk
6ed9d68122 add screencast link
we probably should not get too crazy with links here, and maintain them in the Wiki,
but this one is really well done!
2014-12-04 01:03:46 -08:00
Jonathan Ong
54ca7753fd move gitter badge 2014-11-30 00:03:09 -08:00
dead_horse
508290afaf fix tj's link 2014-11-07 16:12:10 +08:00
dead_horse
ae25165715 added gitter badge 2014-11-05 00:59:11 +08:00
dead_horse
0c1265d6dd pin badge images to master branch 2014-10-28 00:42:01 +08:00
yoshuawuyts
524886bda4 readme: update badges 2014-10-09 19:59:57 +02:00
dead_horse
911e630e82 add dead-horse to authors list, close #355 2014-10-10 00:40:59 +08:00
Jonathan Ong
82acd0d853 Update Readme.md 2014-09-07 17:42:30 -07:00
Kyle Suss
5ffdc2d5c2 Changed language on readme
"Getting start" sounded off so I updated it to "getting started"
2014-08-04 09:34:07 -06:00