Commit Graph

846 Commits (2.0.0-alpha.4)

Author SHA1 Message Date
Bryan Bess 0192d21d73 Increase test coverage 2015-10-02 19:18:05 -05:00
fengmk2 039217ad4e Merge pull request #481 from squarejaw/typo
Fix typo in test
2015-09-26 22:46:23 +08:00
Bryan Bess 890244fc74 Fix typo 2015-09-26 09:23:17 -05:00
Yiyu He b3d46bd69e Merge pull request #480 from chentsulin/ctx.origin
implement ctx.origin
2015-09-21 22:23:44 +08:00
C.T. Lin 85860587cc implement ctx.origin 2015-09-20 23:49:37 +08:00
mdemo 520163fe57 add node 4.x on travis ci 2015-09-10 01:36:38 +08: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
fengmk2 f530219862 Merge pull request #475 from koajs/app-context-docs
Add docs for app.context
2015-08-31 12:06:53 +08:00
Travis Jeffery e710b4b05f add app.context docs 2015-08-30 22:20:53 -05:00
dead_horse 6563e6ac3d get rid of 0.11 2015-08-30 23:42:44 +08:00
dead_horse 36a933375b fix comment 2015-08-25 16:49:05 +08:00
gyson 1be333ca31 change respond() to a regular function
remove `yield* next` in lib/application, which caused annoy `A promise
was converted into a generator …` message.

benchmark result:
* when bench with native Promise, it has no impact for both stable and
experimental ones.
* when bench with Bluebird, it’s about 5-10% faster than original for
both stable and experimental ones.

closes #472
2015-08-23 13:55:20 -07:00
Jonathan Ong 0b9c032af1 1.0.0 2015-08-22 14:47:31 -07:00
AlexeyKhristov 8804b7ba6f add this.req check for querystring() 2015-08-22 14:40:36 -07:00
Sterling Williams 391650518f Do not log on expected http errors 2015-08-22 14:39:38 -07:00
dead_horse e021a6e7cb update authors 2015-08-20 01:05:43 +08:00
dead_horse d3ca581ac9 build: support iojs 3.x 2015-08-20 01:01:27 +08:00
jongleberry 69ed37335b Merge pull request #460 from mking/patch-1
Clarify precondition for freshness check
2015-07-16 07:27:48 -07:00
Matthew King 05b5912912 Clarify precondition for freshness check
I ran into the issue from #294 and thought it was a bug since fresh was always returning false. I think it's fair that, at the very least, the docs are not completely clear on how to use `this.fresh`.
2015-07-16 00:37:41 -07:00
Julian Gruber a8689e4e41 Merge pull request #457 from th507/master
Fixed a possible typo in the test
2015-07-03 13:01:04 +02:00
Jingwei "John" Liu b80007c460 fix a possible typo 2015-07-03 18:55:24 +08:00
Yiyu He 0ad06c9810 Merge pull request #446 from targos/upgrade-should
deps: upgrade should, install should-http
2015-05-24 20:28:40 +08:00
Michaël Zasso 0618db83c1 deps: upgrade should, install should-http 2015-05-24 11:08:20 +02:00
Yiyu He 2c9f2dcd9c Merge pull request #445 from yorkie/fix/gh-444
upgrade supertest to ^1.0.1
2015-05-24 14:19:58 +08:00
Yazhong Liu 90b05c09e5 upgrade supertest to ^1.0.1 2015-05-24 12:39:53 +08:00
Jonathan Ong 04dfb19cb2 0.21.0 2015-05-23 20:15:23 -07:00
Jonathan Ong 3f160214e2 ⬆️ fresh@0.3.0 2015-05-23 20:10:21 -07:00
Jonathan Ong fb797156ef travis: speed up tests 2015-05-23 20:09:44 -07:00
Jonathan Ong 915fa54bab docs: remove performance diff between express
closes #442
2015-05-23 20:07:53 -07:00
TJ Holowaychuk 8c32dd2540 Merge pull request #443 from koajs/fix-query-cache
return same object from request.query
2015-05-21 13:22:32 -07:00
Aaron Heckmann 6392ee0407 return same object from request.query
Before this change, calling request.query when there was no querystring
resulted in a new object created and returned each time. If the resulting
object was ever changed, accessing request.query would not reflect it and
cause weird bugs.
2015-05-21 12:55:58 -07:00
jongleberry eb7277c95c travis: test iojs v1 and v2 2015-05-04 19:19:06 -07:00
dead_horse 0d916ad727 Release 0.20.0 2015-04-30 16:21:46 +08:00
Yiyu He e21fc8aabb Merge pull request #438 from koajs/strict
make sure helpers return strict string
2015-04-29 15:25:25 +08:00
dead_horse c8eb5eefb1 make sure helpers return strict string 2015-04-29 01:44:02 +08:00
Yiyu He 34c36d05c3 Merge pull request #436 from soygul/patch-1
Update doc example to use ctx.state
2015-04-24 01:13:00 +08:00
dead_horse c021b4610d add experimental to benchmark 2015-04-23 18:36:02 +08:00
dead_horse 1c5cb6f691 feat: alias response.headers to response.header 2015-04-23 17:28:31 +08:00
Teoman Soygul d5b73ebe4f update doc example to use ctx.state 2015-04-16 15:43:45 +02:00
dead_horse 4b83a5a96c Release 0.19.1 2015-04-14 12:02:02 +08:00
Yiyu He bb5ecd325c Merge pull request #434 from koajs/non-error
non-error thrown, fixed #432
2015-04-14 11:53:16 +08:00
dead_horse b6aea969f8 non-error thrown, fixed #432 2015-04-14 10:34:55 +08:00
Jonathan Ong c307c81c43 0.19.0 2015-04-05 11:24:06 -07:00
fengmk2 7f6086a93c fix Chinese doc link 2015-04-05 20:24:06 +08:00
TJ Holowaychuk 8d74cb9f5c Merge pull request #427 from koajs/make-sure-host-return-string
make sure req.host and req.hostname return strict string
2015-04-03 10:31:37 -06:00
fengmk2 dd3a0fcdfa make sure req.host and req.hostname return strict string
Should return empty string when no host present.
2015-03-30 17:44:32 +08:00
fengmk2 8b14b91bae remove body empty detect 2015-03-29 14:40:09 +08:00
fengmk2 1edd6ec69a test: improve test coverage for application and response 2015-03-29 14:40:09 +08:00
Jonathan Ong 9b4e349c9b 0.18.1 2015-03-01 10:34:35 -08:00