Ecosyste.ms: OpenCollective

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

github.com/koajs/route

Simple route middleware
https://github.com/koajs/route

4.0.1

415add6945d5c96b387205e075b599d09ff1f70b authored 8 months ago by jongleberry <[email protected]>
remove route function typeerror

61a7d1ae1d0aa4564221af9c16ddb122be968dcd authored 8 months ago by jongleberry <[email protected]>
4.0.0

377c0c452a8bbea82fc4a2832455e3c395a5a223 authored 8 months ago by jongleberry <[email protected]>
history++

d93d77b3f074be0a5d5c36e77076c0c5bfe133e3 authored 8 months ago by jongleberry <[email protected]>
throw a TypeError on non-function handler closes #31

d870f2d4cacd558ef9237f52d56d165c151f243c authored 8 months ago by jongleberry <[email protected]>
readme: add a better server listening example

a99ba9d7f9b035d0318c32eccafae7e933a8dfc9 authored 8 months ago by jongleberry <[email protected]>
ci: add github actions

30c227e974909a39a46201340f56117a50314f00 authored 8 months ago by jongleberry <[email protected]>
:arrow_up: path-to-regexp

9b11d5258ea237309fb886770afbad8d42998b32 authored 8 months ago by jongleberry <[email protected]>
:arrow_up: koa, - istanbul-harmony

3bbee0c670319e02cd7987499069baa9f42f9aa7 authored 8 months ago by jongleberry <[email protected]>
:arrow_up: supertest mocha

df8d394618bee4e6a528657e25e12cfbc9366f70 authored 8 months ago by jongleberry <[email protected]>
package.json: add main

f70b99a7e114eca35718dd9b47928f73a5d4007f authored 8 months ago by jongleberry <[email protected]>
update readme (#58)

9c870e4582b28f2a6fb9ab17dd44a6fac2aa9c68 authored about 5 years ago by taewdy <[email protected]>
travis: test on node@8

6adee9db70b45751245730496b973f4ffa68c864 authored almost 7 years ago by haoxin <[email protected]>
update readme

0d55fcfdd72a2a09aef2c843a5ff5112912fef7a authored over 7 years ago by haoxin <[email protected]>
3.2.0

15408dcfea33b78dc1dd1e2b22af1cc860c6765a authored about 8 years ago by haoxin <[email protected]>
Add .routePath

a568e3b44881f53a2aa83b26dc3231aff7909a41 authored about 8 years ago by Jérôme Macias <[email protected]>
Update Readme.md (#48)

Just minor change in readme.md
You should install koa-route@next package to make example work.

c1d1a1e4aa11fac26a19d6456184a0d2119da9b2 authored over 8 years ago by Vadim Boltach <[email protected]>
Release 3.1.0

c2bf0def4d7269026a28ebfac1fb4619389a1a62 authored over 8 years ago by Tejas Manohar <[email protected]>
Merge pull request #47 from rrdelaney/next

Routes can now be partially applied

5dfaf62609a00b9c0e233436bff665cc08b48d3f authored over 8 years ago by Tejas Manohar <[email protected]>
Routes can now be partially applied

7d120bc4d9063856f690d36efb8a6e99004215e4 authored over 8 years ago by Ryan Delaney <[email protected]>
add details for what happened in 3.0.0

2eabbca21d5edaa55ce9fc697ef38ab936cb1e44 authored almost 9 years ago by Tejas Manohar <[email protected]>
3.0.0

5aed272a74df0c4edd324eaa637fdbb9b0b4584a authored almost 9 years ago by Tejas Manohar <[email protected]>
Merge pull request #38 from omsmith/koa2

add support for koa v2 (alpha)

51949309124a46fabbaf7e50ecb566062a9157d2 authored almost 9 years ago by Tejas Manohar <[email protected]>
test: only test on node 4+

d913c6c18a54db85a3c62aa611c4e0a7a7e90f1c authored almost 9 years ago by Owen Smith <[email protected]>
test: dev-dep on koa2

232cdd797854f1024a8c1a4648fc64c3d6afe74b authored almost 9 years ago by Owen Smith <[email protected]>
doc: update example

4e985697c72f1e7b5626b2f069436f9958c917b7 authored almost 9 years ago by Owen Smith <[email protected]>
src,test: update to (ctx, next) -> Promise middleware signature

e015cc0978d8a82a86bfd332dfc268a3e0d6f41c authored almost 9 years ago by Owen Smith <[email protected]>
Merge pull request #37 from koajs/node4_travis

add node v3,4 to travis build

d74d29a8041da67b978d0457ebb2ed875bdfe3d3 authored almost 9 years ago by Tejas Manohar <[email protected]>
add node v3,4 to travis build

b5cee566f5072b673e555e969b93419227757889 authored almost 9 years ago by Tejas Manohar <[email protected]>
Merge pull request #36 from koajs/tejasmanohar/use_strict

use strict mode for + ES6 features and safety rules

2a4a22464a9b03f5d458747d300cf0da23f09127 authored almost 9 years ago by Tejas Manohar <[email protected]>
use strict mode for + ES6 features and safety rules

59c7816f63134bf8d4bee59220e641b19e03d913 authored almost 9 years ago by Tejas Manohar <[email protected]>
Merge pull request #33 from tejasmanohar/use_module_exports

use module.exports rather than exports for clarity

c4333f75faf3b685894a8cbe41b6208f7381e06c authored almost 9 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #35 from tejasmanohar/es6_const

use es6 const for enhanced readability

a951ee649cc2d4ed544f265e6170927dca60333d authored almost 9 years ago by TJ Holowaychuk <[email protected]>
use const in tests, too

9e4c3b40ab49f3f61720f1c8b7a9f058c9b0b388 authored almost 9 years ago by Tejas Manohar <[email protected]>
use es6 const for enhanced readability

221d2761f110d1713d476a2fa36d843b1c2c1c87 authored almost 9 years ago by Tejas Manohar <[email protected]>
use module.exports rather than exports for clarity

83a7375cd58181ac98c2e5707a5e96f43d1b8316 authored almost 9 years ago by Tejas Manohar <[email protected]>
2.4.2

b17cd9d8d9a93c5ff4addb015efc4d28a27121b2 authored over 9 years ago by Jonathan Ong <[email protected]>
test: support iojs

5f4c7be6e7cfca09e19f1461920477fc511a569f authored over 9 years ago by Jonathan Ong <[email protected]>
:arrow_up: [email protected]

7636d6a5935006e6b152e8bd0a89012fccd9a7b0 authored over 9 years ago by Jonathan Ong <[email protected]>
:arrow_up: mocha@2

c837bb794ed03e5b08147f204d705da3c42917aa authored over 9 years ago by Jonathan Ong <[email protected]>
Release 2.4.1

4115b082d2ec6c7f217f279b9b1e5a1056a66df3 authored over 9 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #27 from tur-nr/master

adds ALL method to debug

64ff5a7ab4122629e34aa5866387e1733ce180f1 authored over 9 years ago by TJ Holowaychuk <[email protected]>
adds ALL method to debug

aec8923a08bf94e237ddb75e3dc71ba4e144fdc8 authored over 9 years ago by Christopher Turner <[email protected]>
added return statement in case of path miss

added return statement for consistent behavior in some cases where return values are expected fr...

cfa191aac668e899e6499e4795d592319ff5184b authored over 9 years ago by Gabriel Imre <[email protected]>
readme: add syntax highlighting

06f55ff3a7121a5af1543199c54f51b059de6d69 authored almost 10 years ago by Yoshua Wuyts <[email protected]>
update History.md

2e35ea6899afe443df569462bd18bd9fdda3d4c5 authored almost 10 years ago by Jonathan Ong <[email protected]>
2.4.0

39e67b875f7fda1ba3a064bdfd94140af4bf86f4 authored almost 10 years ago by Jonathan Ong <[email protected]>
use yield* for speed

ab0c881046449ceb785378d7ee78a987cf76ef1e authored almost 10 years ago by Jonathan Ong <[email protected]>
2.3.0

41e3f4b9221707eadbddbf990096f3b40e321f52 authored almost 10 years ago by Jonathan Ong <[email protected]>
refactor method matching per https://github.com/koajs/route/pull/19/files#r17820641

54b010c512c04b79bd61119c144b35d9a4d6c82e authored almost 10 years ago by Jonathan Ong <[email protected]>
handle head method when get is defined

3d32a3dc80f5a3d2535eb940b2a1d98526d39e01 authored almost 10 years ago by xpeper <[email protected]>
Release 2.2.0

83c702e605afa8f207742120cc7b53448c505c94 authored about 10 years ago by Travis Jeffery <[email protected]>
Merge pull request #21 from travisjeffery/add/route-opts

Add opts argument to routes

e79b38ba2f57f91938644f96b22a968671b47905 authored about 10 years ago by Travis Jeffery <[email protected]>
Add opts argument to routes

a78bc1bb564dc71aec1485e872f0b922fcda42ea authored about 10 years ago by Travis Jeffery <[email protected]>
add coverage

7f7ecf4e7087def5ee883de19c3fde1b243c45f3 authored about 10 years ago by Jonathan Ong <[email protected]>
Merge pull request #20 from lyxell/master

Updated examples to work with latest version of koa

26440a662ab78cab64172e3f02e1aff7aa4fcb79 authored about 10 years ago by Jonathan Ong <[email protected]>
Updated examples to work with latest version of koa

ccc73b44d3df2db1c7b0e7075c4cf1228b9bad8b authored about 10 years ago by Anton Lyxell <[email protected]>
2.1.0

6d4ed7d4ebfae4c007ddb7872f178921ace8f9b7 authored about 10 years ago by Jonathan Ong <[email protected]>
bump deps

8567dea9b17ea9ad7cc638e62243e44636399462 authored about 10 years ago by Jonathan Ong <[email protected]>
2.0.0

ce2c3bfe2225abdba68965017c6d2ea1040196a5 authored about 10 years ago by Jonathan Ong <[email protected]>
Merge pull request #16 from ianstormtaylor/bump/path-to-regexp

bump path-to-regexp

b3bdf885dd65000b22da8ecc80664a742e3b18c3 authored about 10 years ago by Jonathan Ong <[email protected]>
bump path-to-regexp

4dcbff0383e0b3496c21ec319813708f60abc8c6 authored about 10 years ago by Ian Storm Taylor <[email protected]>
Release 1.1.4

3824bbc4fe91d6589bce7252cd2b6e14f4a5c71b authored over 10 years ago by TJ Holowaychuk <[email protected]>
refactor

4714e4532d26a94d8bd57452f2f658209fefcdc5 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #14 from navaru/master

Fix: make null the unmatched optional parameter

03ce6809655d2b32e9049e272b18e0a50c591f75 authored over 10 years ago by TJ Holowaychuk <[email protected]>
Fix: make null the unmatched optional parameter

800efd45eb2a369d33835fb9591c3b4ef2425b86 authored over 10 years ago by Eugen Tudorancea <[email protected]>
Release 1.1.2

cfcead79f8212acae212326fb573698b6155a859 authored over 10 years ago by TJ Holowaychuk <[email protected]>
fix: add param decoding

4fffb9a8e926b7830780679028c748568d3da191 authored over 10 years ago by TJ Holowaychuk <[email protected]>
refactor

6c56bafee567f13f77764cb3b84dad156e3b5ee6 authored over 10 years ago by TJ Holowaychuk <[email protected]>
refactor tests

3019fc46d55428e31c69c5cd6157d647088f4ab3 authored over 10 years ago by TJ Holowaychuk <[email protected]>
1.1.1

cf4aa8169222845470880521c07226db4dced12f authored over 10 years ago by Jonathan Ong <[email protected]>
bump and range deps

efeb1f706daff72d402b59e3aca9da515e147f7b authored over 10 years ago by Jonathan Ong <[email protected]>
Release 1.1.0

331209721610b5b2461a0167e5033ee9d27a4f25 authored over 10 years ago by TJ Holowaychuk <[email protected]>
refactor

c8da3cb2a3117ce6601137d9788cc8a77516184e authored over 10 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #8 from soygul/master

always push 'next' to the route handler fn args

6bad4c7026c3b58f93ba5a63a3b577c6d428a14e authored over 10 years ago by TJ Holowaychuk <[email protected]>
update history as a convenience

fdd90397d2e8218de4020d9da83b00d9dc5b43c3 authored over 10 years ago by Teoman Soygul <[email protected]>
added .travis.yml

6185bd274f1b724e3c4b550e1fd6cdcba826e1c8 authored over 10 years ago by Teoman Soygul <[email protected]>
added test for 'next' param

46b9002d5c24ef4cf1edc49a31c352292fa4dd87 authored over 10 years ago by Teoman Soygul <[email protected]>
always psuh 'next' to the route handler fn args

1fc92380aea14eb069a1ea8720a067bcd7233803 authored over 10 years ago by Teoman Soygul <[email protected]>
Update Readme.md

85bd5553f3f9500867b2e93439560351a953c4b2 authored over 10 years ago by TJ Holowaychuk <[email protected]>
route.all() and a bunch of stupid tests

42aaa18ecaac00f4d86c008f4bf638d494232c0d authored almost 11 years ago by Jonathan Ong <[email protected]>
Release 1.0.2

24275d0edad3b8a188799aff6379131c32eaf4c2 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
fix fallthrough bug

0190f4d1f15c3a3c798b4e6e2b6b7b8776958ab6 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Release 1.0.1

b8d295c22d2b7423d88d5cb76cf4fb70b3ae68df authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #2 from yields/master

check if .method matches

4ffb52fb71337162072270c869ed5491844a22fd authored almost 11 years ago by TJ Holowaychuk <[email protected]>
check if .method matches

c1147cac4a5c164afa85e63faad3be989cb47330 authored almost 11 years ago by Amir Abu Shareb <[email protected]>
refactor for new style middleware

6d0f47521ada913ee641c8165b04964ff169a8ef authored almost 11 years ago by TJ Holowaychuk <[email protected]>
typo

6fb9b43a6fcb22f9d9457badd7d8bc9098274174 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Initial commit

af83c806321bef9e7a58eecbb2ba7421fcdf06c5 authored almost 11 years ago by TJ Holowaychuk <[email protected]>