Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eggjs/koa

Expressive middleware for node.js using ES2017 async functions, forked from koa v2.x
https://github.com/eggjs/koa

Fix context.inspect when called on the prototype (#1012)

* Fix context.inspect when called on the prototype

Fixes #837

* Add tests

67630217ae8383c0f24d3653408bc41ad77e54fc authored over 7 years ago by Luke Bousfield <[email protected]>
docs: fix typo (#1023)

9f2182dec75fd326e333942403ae8f2230c20eb6 authored over 7 years ago by haoxin <[email protected]>
docs: modified examples using the wrong keyword (yield -> await) (#1021)

87cde82399fff84a1628bbb37eb379f8e3306921 authored over 7 years ago by Chiahao Lin <[email protected]>
2.3.0

aaac09af1a6aa02161fead1422fac460fbdcce3e authored over 7 years ago by jongleberry <[email protected]>
Use node 7+ WHATWG parser for hostname, fixes #1002 (#1004)

* Use node 7+ WHATWG parser for hostname, fixes #1002

* only use URL if host is IPv6, expose ...

327b65cb6b86e31285cbe5c423505da15ca589f6 authored over 7 years ago by Martin Iwanowski <[email protected]>
added setters for header and headers, fixes #991

012587889d67464316ada42eeb525367756075be authored over 7 years ago by Martin fl0w Iwanowski <[email protected]>
update gitignore, added package-lock

4b41a8b94b4a88660a6aab0ff17ca5a34953c836 authored over 7 years ago by Martin fl0w Iwanowski <[email protected]>
lint: commit --fix

f6f1ab73e10586e07632667b8720f6dc3e567d6a authored over 7 years ago by Martin fl0w Iwanowski <[email protected]>
test: run ci on node 7,8 (#992)

41f87763500dca497dd71b836d675c44a0931977 authored over 7 years ago by Yiyu He <[email protected]>
docs: A middleware is always responsible for calling downstream (#978)

Irrespective of whether it is called by an upstream middleware or not.

beec26ebf842a55ba02a6c6ef210ce67954d12e2 authored over 7 years ago by designgrill <[email protected]>
docs: Add note about overwriting charset in response.type (#993)

0a7856ca156245e13dad568d8a14045d1a62cb54 authored over 7 years ago by Kareem Kwong <[email protected]>
grammar (#994)

7941fb522121bbc069d0d9ad6ebef8631cbcd96f authored over 7 years ago by Richard Marmorstein <[email protected]>
docs: apply `Date.now()` to all docs (#988)

08eb1a20c3975230aa1fe1c693b0cd1ac7a0752b authored over 7 years ago by Equim <[email protected]>
docs: Fix minor nitpick in documentation (#987)

302814e7a3ae214e0791edd9a513db9cba4f9b61 authored over 7 years ago by Shaun Warman <[email protected]>
Update Readme.md (#985)

Change ```new Date``` to ```Date.now```

bfce5806c2c155307067492ef16a87dab391c550 authored over 7 years ago by song <[email protected]>
test: Use Jest (#981)

d394724200d0e36e6af6db2edb524820212da915 authored over 7 years ago by Gilles De Mey <[email protected]>
res.type=: remove no-op code (#980)

13c7ca61392acecff026a079623ab0d928ea0d93 authored over 7 years ago by ziyunfei <[email protected]>
test: fix spelling error (#972)

9248660efde0c837959a2609a6f3014c53f449d2 authored over 7 years ago by joehecn <[email protected]>
Update Readme.md

I'll fill everyone in a bit

32ebd1bd6a68307a29af4ad076c2385327fb78d5 authored over 7 years ago by TJ Holowaychuk <[email protected]>
docs: added note about arrays (#964)

Added note about arrays being returned as JSON.

3bbb74b3eee914bdc8bd504ac1ad70d6de551960 authored over 7 years ago by Francisco Presencia <[email protected]>
eslint: remove unused eslint-plugin-babel (#969)

2da3dd49fa5ddb4cc8989e495698e92109c8c5fa authored over 7 years ago by bananaappletw <[email protected]>
replace apply by spread syntax (#971)

ee5af59f1f847922c9cf41ccedbdbe6a3c024c2e authored over 7 years ago by Thiago Lagden <[email protected]>
docs: fix documentation to match new http-errors API (#957) (#967)

7f3d0765d761bd05f330ef2e210c811b425b12b9 authored over 7 years ago by Remek Ambroziak <[email protected]>
docs: reorganize "response.status=" section (#966)

Reference: https://github.com/jshttp/statuses/blob/v1.2.0/src/iana.json
Since [email protected] depends...

cd5d6a1c373b53831021376b6f7d2e04d4c05f97 authored over 7 years ago by George Chung <[email protected]>
test: change a describe to it (#963)

1b3e08e046b762fa0aea4403ac398bdf5d2b811c authored over 7 years ago by joehecn <[email protected]>
Test: change a describe to it (#959)

19fc4194b782f0ff47b719c3c9c1122c5e7f9ca1 authored over 7 years ago by joehecn <[email protected]>
readme: update the order of accepted functions(#958)

Update the order of accepted functions so that it matches the following blocks of text.

cb12aa8ae5f395aed6d82ea714d837e69324698a authored over 7 years ago by Aesop Wolf <[email protected]>
:arrow_up: koa-compose@4 — remove any-promise

7bd82ac4103aef28fb2d2f40be91f495dfa6db5d authored over 7 years ago by jongleberry <[email protected]>
test: remove redudant test case (#956)

3721f6be0b84801bbdba492031e4ef8504a4bfc6 authored over 7 years ago by Martin Iwanowski <[email protected]>
eslint: remove deprecated babel/arrow-parens (#953)

efb05d28365490a6af00d8a3d75570ed2d111df7 authored over 7 years ago by bananaappletw <[email protected]>
readme: fix typo (#951)

87036857e6b79cfd564d7bf2352ef7abb922b48d authored over 7 years ago by Ivan Kleshnin <[email protected]>
use Buffer.from instead (#946)

18d753ca2d254d7d6853dbfee5a5744d0efdcaf3 authored almost 8 years ago by Fangdun Cai <[email protected]>
docs: add the missing next param (#942)

682d7b484a3bd28d742a94ecd897904f7a84bd54 authored almost 8 years ago by Michał Gołębiowski <[email protected]>
2.2.0

9a9949f9eef95fbe95e11ada5b677dd7aa284fce authored almost 8 years ago by jongleberry <[email protected]>
travis: cache node_modules (#934)

55d1d9a607d3231c5ea7c53676d37be937b25fc9 authored almost 8 years ago by Lee Bousfield <[email protected]>
:arrow-up: deps

closes #939

4816cd76f09171496f95b9fcefb0113f30c91229 authored almost 8 years ago by jongleberry <[email protected]>
package: drop package.engines.node req to v6

closes #938
closes #936
closes #935

f841418b10dba252a7b082ea812910801e594786 authored almost 8 years ago by jongleberry <[email protected]>
2.1.0

ebed04f34279eca9fb4165ed88b83b31e2f2dd77 authored almost 8 years ago by jongleberry <[email protected]>
Return middleware chain promise from `callback()` (#848)

The v2.x version of 8836cd3 on master.

e6539e1cf28e5cb5418d9dd3c364c03198610cf1 authored almost 8 years ago by Lee Bousfield <[email protected]>
readme docs++ (#932)

* Better expose documentation in overview readme

* Add code examples for context, request and...

65c130db5bdb9d971bb695966c9a22efd3b56d52 authored almost 8 years ago by jongleberry <[email protected]>
docs: create v2 Migration document (#931)

* Give v2 migration documentation its own document. Incorporate docs from #533

* Fix mis-capi...

e81233903335f5c4573cbc65b2e70cb3cf7828fe authored almost 8 years ago by jongleberry <[email protected]>
res: use http.ServerResponse._header when accessors exist (#930)

* Don't use http.ServerResponse._header when accessors exist

Structure of http.ServerResponse...

e9d7abaf7906ccf721a1a92aae2b900c828eae79 authored almost 8 years ago by jongleberry <[email protected]>
Add Troubleshooting documentation (#921)

* Move Common Problems wiki documentation to troubleshooting.md

* Fix header levels and TOC l...

188c0968e1f1f9bf03d7fba451979856ecc74bea authored almost 8 years ago by Jeff Moore <[email protected]>
feat: set err.headerSent before app error event emit (#919)

e452b68bd9eecad2f517bf4e8fddadea0bca3d19 authored almost 8 years ago by fengmk2 <[email protected]>
Fix async/await babel recommendation

0c28d1f57bacdab7574c230890f6814e998dade8 authored almost 8 years ago by Ilkka Oksanen <[email protected]>
Fix typo

909b829ac6c8ec7957a9628f424045206d63975f authored almost 8 years ago by Stéphane Bisinger <[email protected]>
Update the link to migration instructions (#916)

d740d9b2b1a5104e95f203e5ca09819979bc7f4a authored almost 8 years ago by Ilkka Oksanen <[email protected]>
chore: unify badge's style (#914)

73e9e13580b287c20d95e9395af32f8a29fe49a6 authored almost 8 years ago by Yiyu He <[email protected]>
travis: test node@8 nightly

612a77b72b7a7cb699997118a8f1f94e3dbff20d authored almost 8 years ago by jongleberry <[email protected]>
readme: change `generatorFunction` to `generator function` (#912)

change word `generatorFunction` to `generator function`, because to correspondence with the abov...

207aa4e75b2dfa4c444979a5fb932626551e8b7f authored almost 8 years ago by 石发磊 <[email protected]>
update engines in package.json for 7.6.0 min node (#911)

0c2d881b671c0d36c2a944bb525013c61bc1829b authored almost 8 years ago by Filip Skokan <[email protected]>
Added OpenCollective backers and sponsors (#748)

* Added OpenCollective backers and sponsors

* Removed become a backer/sponsor links

2fda9dd0bf14e2e133cab6e69c930e70442c4b3b authored almost 8 years ago by Xavier Damman <[email protected]>
2.0.1

6c6aa4dab41bd3d11a62afe5de9fc144f9b2add3 authored almost 8 years ago by jongleberry <[email protected]>
history++

4e5deaeb9cf579ca7e7a49625b0ce076df5734ce authored almost 8 years ago by jongleberry <[email protected]>
package: remove publish tag

65061085e44e8af89c4168a12b1d96def79fc048 authored almost 8 years ago by jongleberry <[email protected]>
docs++

d4b32234eabb1a40f0d91d8b8b0e5032a0af7215 authored almost 8 years ago by jongleberry <[email protected]>
package: oops re-add babel-eslint

f191c0def4859cb7f89a13dad96bc23040daf959 authored almost 8 years ago by jongleberry <[email protected]>
fix: add named arrow function for request and response handlers (#805)

cherry-pick #804

a7c4236728ab9375e4436bd10aa3c01a9442b09a authored almost 8 years ago by fengmk2 <[email protected]>
travis: only test node v7.6.0+

cd02834f75e5a66b43eff86c35c3aea947fb08f0 authored almost 8 years ago by jongleberry <[email protected]>
test: remove babel tests as they are no longer needed in node v7.6

9671add57d51d276f34eab898bd661e2be07f95a authored almost 8 years ago by jongleberry <[email protected]>
docs: replace the reference to co

closes #893

df7b4ff2b882914748d37ae17de951e62d4b3bd4 authored almost 8 years ago by jongleberry <[email protected]>
remove unused app.name (#899)

00156dfec675e27ea5f46fbe54413829b9188dbf authored almost 8 years ago by Amit Portnoy <[email protected]>
Fix response.status default value documentation (#889)

Resolves #888, also see #705

152b6d73b75a47ec154c21e6fe17bee02ce3fbbf authored almost 8 years ago by Lee Bousfield <[email protected]>
Upgrade mocha (#900)

8435268efc3f301254b69bcd6da7659664ea1c73 authored almost 8 years ago by Wang Dàpéng <[email protected]>
Release 2.0.0-alpha.8

d48291f40a0a6954511ab1dbe568b5a18f9f1814 authored almost 8 years ago by dead-horse <[email protected]>
Fix malformed content-type header causing exception on charset get (#898)

7ae9c3e1099688ada21411a350d2b50dae629388 authored almost 8 years ago by Rui Marinho <[email protected]>
Fix typo for accepts(). (#863)

it return {String|Array|false}, never return undeifined.

2db3b1b49aee3c32938a06c07b816aeda720a72b authored about 8 years ago by iamchenxin <[email protected]>
Amend typo, request.is() return null|fasle|string. (#864)

Modifying the test for `null` from `==` to `===` to make sure it must be `null`.

fabf5864c6a5dca0782b867a263b1b0825a05bf9 authored about 8 years ago by iamchenxin <[email protected]>
Clarify behavior of ctx.throw in docs (#856)

e3ccdac6218d4c7d3c8ac7941b4550f39b31c8a3 authored about 8 years ago by Malcolm <[email protected]>
nit: fix grammar in generator deprecation warning (#834)

This fixes the tense of `will been` to `will be`

2a16426afe87338bb83bc1eb64d57335656e33d9 authored about 8 years ago by Avindra Goolcharan <[email protected]>
Release 2.0.0-alpha.7

ce78786f950851c4bc6525b4c3b05eedaea267b2 authored over 8 years ago by dead_horse <[email protected]>
fix: subdomains should be [] if the host is an ip (#808)

Closes: #775

21c0d823ddffbc967fae5a2feb3c4c736effb5be authored over 8 years ago by Adam Lau <[email protected]>
Release 2.0.0-alpha.6

e4c0a5342104443306e10e47fc7e16b20792b56a authored over 8 years ago by dead_horse <[email protected]>
[breaking change] don't bind onerror to context (#800)

4338cb6c140b88281cc22c195cd0b440ea4645b1 authored over 8 years ago by Yiyu He <[email protected]>
`yield` => `await` (#798)

614b4e1ad74d96f968bdfe080b6d1f1189a863bb authored over 8 years ago by Ivan Lyons <[email protected]>
2.0.0-alpha.5

0d7aeb1f7c773d0e0c8fbedbfa21c1e3d2a3f350 authored over 8 years ago by jongleberry <[email protected]>
fix: res.flushHeaders() (#795)

* fix: res.flushHeaders()

* remove arg to flush headers

* fix tests for node v4 and v5

2abed6ec75d81df5341430409209013e021cfdf0 authored over 8 years ago by jongleberry <[email protected]>
fixup babel setup instructions (#794)

old instructions pointed to incorrect npm module names

ce75a9c87292e886b50d5285d9a5f4e438c2d484 authored over 8 years ago by Jacob Bass <[email protected]>
Release 2.0.0-beta.4

742a675e6070f3a994cd6be5b4085dec8972353c authored over 8 years ago by dead_horse <[email protected]>
docs: update babel setup

closes #783

a1cdbdafcfa8423a29e5cc3b93e99d0daeab0f6e authored over 8 years ago by dead_horse <[email protected]>
fix(response): correct response.writable logic (#782)

23903e7ef4d5e62bad037664502aa3f7750ba237 authored over 8 years ago by Yiyu He <[email protected]>
fix typo (#756)

2c507d335d1125eaf9fd6770519e9e2be47c5961 authored over 8 years ago by qingming <[email protected]>
fix broken link, fixes #741 (#745)

d47d0f9619901051aeec4bc30ce1037668e2e1d5 authored over 8 years ago by Martin Iwanowski <[email protected]>
add maxAge and overwrite options to ctx.cookies.set(name, value, [options]). (#742)

b16d24ecb83b403e26f9c4f9c5f67023fbdeb6f7 authored over 8 years ago by Yu Qi <[email protected]>
docs: add more docs about app.context

references:

- https://github.com/koajs/koa/issues/652

e61d54565b6bfe1810ea41afa702db8f9c06691a authored over 8 years ago by jongleberry <[email protected]>
copy tweaks (#731)

808768a5977321e61f506f65d553679a93120daa authored over 8 years ago by Zack Tanner <[email protected]>
travis: test node@6

41afac3eba42b1a3129a92fbbda3c075951ee6d7 authored over 8 years ago by jongleberry <[email protected]>
fix tests on node 6

parsed querystrings no longer inherit from the Object prototype

c97905608784815c59eea22a4256923c3a1e4796 authored over 8 years ago by Yu Qi <[email protected]>
fix: v1 artifact "this" reference (#711)

e0a0d9f7cc978b7e376d1fea8634df40ad11759e authored over 8 years ago by d3v <[email protected]>
req: Cache the request IP

54e58d352311ef49147bcc7844f98078c6e76368 authored over 8 years ago by PlasmaPower <[email protected]>
travis: move to container travis builds

826ad83db6f2809803ab16f672366bb25e5f70ad authored over 8 years ago by PlasmaPower <[email protected]>
Typo

Significant, but insignificant. Feel free to discard this pull request and make the change yours...

fd839976e2cdb507b94588110710cebcfcdcbba7 authored over 8 years ago by Marceli.no <[email protected]>
lint: upgrade packages, fix generator star spacing

be87ef8a2405b91fafdcb1dc86f0770b2244519c authored over 8 years ago by jongleberry <[email protected]>
Merge pull request #699 from PlasmaPower/patch-2

Correct ctx.assert documentation parameter order (v2.x)

177b599fd5fab1f5a58f1a2f808060c85236eacf authored over 8 years ago by Yiyu He <[email protected]>
Correct ctx.assert documentation parameter order

9c6969755fe01d91a7d68083062156f3184d8d0c authored over 8 years ago by PlasmaPower <[email protected]>
Merge pull request #690 from PlasmaPower/patch-1

Docs: v2 error handling is environment independent

bd3d9e5100f7fbdaa1f47e3d943652a266e4c4c9 authored almost 9 years ago by jongleberry <[email protected]>
Docs: v2 error handling is environment independent

efcdd3b93e783aff82ab701fdd7c0828537fbf1d authored almost 9 years ago by PlasmaPower <[email protected]>
docs: update history and docs for v2

2b094eb895f1ef39eecf9eace63b1520550d4ea7 authored almost 9 years ago by jongleberry <[email protected]>
Merge pull request #683 from fl0w/v2.x

convert generator-mw with deprecation warning

daf688bf69afe2c62dc2a5b6ae5af3c2ea11b031 authored almost 9 years ago by jongleberry <[email protected]>
Convert generator-mw with deprecation warning

0ac4ff00c678320ddd1e8a9c4a81b2257de78fc4 authored almost 9 years ago by Martin Iwanowski <[email protected]>