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
dead_horse
f1c6639305
add chinese API documentation
2014-07-26 14:49:23 +08:00
dead_horse
37e273f85c
add getting start resource
2014-07-26 14:43:41 +08:00
yoshuawuyts
41f77edc88
readme: add flat badges and url variables
2014-07-06 03:32:25 +02:00
Jonathan Ong
fe22aa9c52
readme: add coveralls badge
2014-07-05 18:17:10 -07:00
Jonathan Ong
8a5ba7ad69
readme: change repo -_-
2014-07-05 18:14:44 -07:00
Jonathan Ong
3e799b8c22
readme: add npm version badge
...
really just spamming a commit to see if coveralls works...
2014-07-05 18:14:12 -07:00
Matheus Azzi
edb7bb1dd1
Use SVG Badge
2014-04-06 11:53:08 -03:00
Jonathan Ong
a18ee8143d
update SLOC count
...
sloc lib/
---------- result ------------
physical lines : 1456
lines of source code : 542
total comment : 700
singleline : 35
multiline : 665
empty : 214
number of files read : 4
------------------------------
2014-03-12 18:40:21 -07:00
Phillip Alexander
4d1b52ea40
Fix broken reddit community link
...
Add required protocol to link
2014-03-09 12:23:40 -07:00
PatrickJS
83be927816
add subreddit to Community list
2014-03-08 22:21:32 -08:00
TJ Holowaychuk
b15cd30b01
remove benchmarks from readme
2014-02-19 20:51:34 -08:00
TJ Holowaychuk
7bbcd2dfcc
remove gnode recommentation (too slow)
2014-02-19 20:50:35 -08:00
TJ Holowaychuk
33a513898b
docs: add note about gnode perf
2013-12-22 07:38:30 -08:00
Kenneth Ormandy
0b02d62e96
Updates logo in README for hi-dpi screens
2013-12-21 22:41:06 -08:00
TJ Holowaychuk
f84a9d645b
Update Readme.md
2013-12-20 21:45:27 -08:00
TJ Holowaychuk
243e1e8888
smaller logo
2013-12-20 16:19:20 -08:00
Nathan Rajlich
59d5de4a20
Readme: add note about gnode
to the Readme
...
For people who are stuck on v0.10.x for now, but would still like to use
Koa, then `gnode` is a decent option for allowing that to happen.
2013-12-19 13:44:26 -08:00
TJ Holowaychuk
0d35b3a6ac
docs: 0.11.9
2013-12-18 22:58:44 -08:00
TJ Holowaychuk
0732f06771
docs: --harmony-generators -> --harmony
2013-12-18 22:58:23 -08:00
TJ Holowaychuk
9d1ddee19a
logo
2013-12-18 22:57:39 -08:00
Jonathan Ong
3c3de7be4e
readme: add link to examples
2013-12-07 15:09:09 -08:00