Commit graph

830 commits

Author SHA1 Message Date
dead_horse
34e8325a39 Release 2.0.0-alpha.3 2015-11-05 10:41:00 +08:00
Yiyu He
b83405f052 Merge pull request from koajs/url
ensure parseurl always working as expected
2015-11-05 10:37:11 +08:00
frank
4b5ef85f29 correct a spelling error : appropriately 2015-11-05 10:13:07 +08:00
dead_horse
08057e386a ensure parseurl always working as expected 2015-11-04 15:08:49 +08:00
jongleberry
ad6f752cff eslint: add prefer-arrow-callback 2015-11-02 11:25:12 -08:00
broucz
4b1a1da652 test: switch all functions to arrow functions
closes 

Update test: application -> use() should throw if not a function

Fix lint

Use arrow function

Refactor test using arrow function

Remove non mandatory brackets

fix for merge

Fix: missing refactor after merge

Use arrow function for old generator
2015-11-02 11:22:05 -08:00
TJ Holowaychuk
5bfe0d4081 Merge pull request from stojanovic/fix/todo-headers
Remove 'TODO' comment for this.res._headers
2015-10-31 12:23:38 -07:00
Slobodan Stojanovic
0470997854 Remove 'TODO' comment for this.res._headers
Node probably doesn't plan to change this so there's no point of having 'TODO' comment in the code.
2015-10-31 19:21:40 +01:00
TJ Holowaychuk
439f051776 Merge pull request from koajs/fix-app-inspect
fix Application.inspect() – missing .proxy value. Closes 
2015-10-31 11:15:09 -07:00
TJ Holowaychuk
308ceee47d Merge pull request from stojanovic/fix/test-todo
Remove TODO from the response type test
2015-10-31 06:10:16 -07:00
Slobodan Stojanovic
275356a5ce Remove TODO from the response type test 2015-10-31 14:01:26 +01:00
blaz
3560651bbc Add usage of koa-convert for legacy middleware
closes 
closes 
2015-10-30 20:20:00 -07:00
Julian Gruber
eb03d9f61e Merge pull request from stojanovic/feat/node-5
Add node 5 to travis
2015-10-30 10:04:49 +01:00
Slobodan Stojanovic
a135d932a0 Add node 5 to travis 2015-10-30 07:34:23 +01:00
TJ Holowaychuk
aa1fbbff4a fix Application.inspect() – missing .proxy value. Closes
fix trailing comma
2015-10-29 09:56:15 -07:00
Slobodan Stojanovic
b08facb7bd Fix indentation and add .eslint rules
closes 
2015-10-29 09:55:34 -07:00
Slobodan Stojanovic
6d3b81fe50 Update benchmark, remove --harmony flag and use arrow functions
closes 

Fix benchmark middleware - in promises body is on ctx not on this
2015-10-28 14:26:04 -07:00
Tejas Manohar
ae9edb6dc9 docs: babel-node required -> Babel
closes 
2015-10-28 12:31:10 -07:00
jongleberry
664161a227 2.0.0-alpha.2 2015-10-27 16:31:24 -07:00
Felix Becker
ebb4850709 Remove co dependency
closes 
closes 

Change tests to use plain functions and promises

Add test

return promise in middleware

Change benchmarks to use plain functions and promises

typeerror
2015-10-27 16:24:25 -07:00
Tejas Manohar
ded7a17140 deprecate env-specific logging in v2
closes 
2015-10-27 16:21:19 -07:00
jongleberry
72680825d0 Merge pull request from menems/master
Add 2.0.0 Examples 
2015-10-27 16:11:33 -07:00
blaz
d280122cf4 Add 2.0.0 Examples 2015-10-28 00:02:27 +01:00
Slobodan Stojanovic
5d4df1086d Add arrow functions rules to .eslint file
closes 
2015-10-25 13:26:57 -07:00
Slobodan Stojanovic
cc1d41f5e3 Refactor tests - add arrow functions
Refactor tests - move .should to the same line as arrow function
2015-10-25 13:26:36 -07:00
broucz
e859c602d1 Update test: application -> use() should throw if not a function
closes 

Fix lint

Use arrow function

Remove not necessary import
2015-10-25 12:53:05 -07:00
fundon
db7da4eb4f update bench case
closes 
2015-10-25 12:48:26 -07:00
TJ Holowaychuk
0cbe1cab6f Merge pull request from stojanovic/master
Refactor application.js - use arrow function in callback and remove EventEmitter from 'event' module
2015-10-24 17:49:32 -07:00
Julian Gruber
0363608eba Merge pull request from HarleyKwyn/patch-1
Fix typo in example for Koa instantiation
2015-10-24 21:37:31 +02:00
Kwyn Alice Meagher
dce805b0ad Fix typo in example for Koa instantiation
need a capital Koa constant
2015-10-24 12:35:08 -07:00
Slobodan Stojanovic
dac250b3af Refactor - EventEmitter is already exported by 'events' module
The 'events' module already exports 'EventEmitter' constructor function - https://github.com/nodejs/node/pull/2921
2015-10-24 17:30:25 +02:00
Slobodan Stojanovic
0df400fa60 Refactor application.js - use arrow function in callback 2015-10-24 16:19:56 +02:00
Julian Gruber
c86e3faeb1 Merge pull request from stojanovic/master
Update docs - add template strings and arrow functions where applicable
2015-10-24 14:18:08 +02:00
Slobodan Stojanovic
863fce310b Update docs - add template strings and arrow functions where applicable 2015-10-24 14:01:53 +02:00
Julian Gruber
95a5bcd3e0 Merge pull request from Pana/master
Update docs
2015-10-24 11:52:56 +02:00
pana
b6b0d02df9 update docs 2015-10-24 17:21:47 +08:00
jongleberry
773aed6622 history: add 1.1.1 2015-10-22 16:40:55 -07:00
jongleberry
c2206a287d 2.0.0-alpha.1 2015-10-22 16:37:49 -07:00
jongleberry
2e8cdab8bc support async functions
closes 
closes 
2015-10-22 16:34:59 -07:00
jongleberry
16db0f60c4 eslint: add no-var rule 2015-10-22 15:46:47 -07:00
jongleberry
e7c72d7873 ⬆️ istanbul@0.4 2015-10-22 15:43:15 -07:00
Santiago Sotomayor
0c438ed435 unset content-type when the type is unknown
closes 
closes 
2015-10-22 15:39:16 -07:00
TJ Holowaychuk
653d7ed26d Merge pull request from aquascaper/api-index-typo
Fixed typo in docs/api/index.md
2015-10-13 13:21:08 -07:00
Arjun
3045b283fd Fixed typo in docs/api/index.md 2015-10-13 16:09:01 -04:00
jongleberry
e6d76da1e5 Merge pull request from targos/eslint
eslint
2015-10-13 10:18:05 -07:00
Michaël Zasso
0a2d0dad75 add editorconfig 2015-10-13 09:23:57 +02:00
Michaël Zasso
b5c09a1719 test: fix style issues 2015-10-13 09:23:57 +02:00
Michaël Zasso
a157937969 lib: fix style issues 2015-10-13 09:23:57 +02:00
Michaël Zasso
24ccde947d add eslint and standard config 2015-10-13 09:23:06 +02:00
TJ Holowaychuk
bfa53fbc28 Merge pull request from tejasmanohar/rid_of_instanceof_hack
get rid of instanceof hack in application constructor
2015-10-13 00:21:42 -07:00