Ecosyste.ms: OpenCollective

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

github.com/eggjs/router

router for eggjs, fork from koa-router with some additional features
https://github.com/eggjs/router

Add note about 7.x and async/await support. #230

d25bcf35665fbf1ffcb834ec518081df07ac4c31 authored over 8 years ago by Alex Mingoia <[email protected]>
Skip failing test pending patch.

89842127662378e6a8a9c75394242a3f287fea72 authored over 8 years ago by Alex Mingoia <[email protected]>
Added failing test for incorrect parameter handling

b1b55426c49e1da4a54071c398ffca2d5adf12a8 authored over 8 years ago by Jaynish <[email protected]>
doc: fix typo

0b6c1137e8b4cc34939e94d32ff098db673109bf authored over 8 years ago by haoxin <[email protected]>
Merge pull request #293 from aheckmann/fix_params_with_use_koa2

fix incorrect params with router.use(fn) (koa2)

72c31fa582fe7f3f6e0b7cc8d00bce86ce0cb1a0 authored over 8 years ago by Josh Bielick <[email protected]>
fix incorrect params with router.use(fn)

fixes #247 for koa2 (master branch)

19e60d915a948c93a728ecbd90b92060b1206f24 authored over 8 years ago by Aaron Heckmann <[email protected]>
refactoring param handler injection to handle all test cases

43abafdf1c73eaaf31f28f39a2f80119842e3420 authored over 8 years ago by Dominic Barnes <[email protected]>
updating test case to accurately show a failure

50355e0dd286ab76b33f486a8381a3373f80ab53 authored over 8 years ago by Dominic Barnes <[email protected]>
splicing the middleware in after instead of before (fixes #237)

d6bbe86d807a919777ec0b4cbf9b339d1e925b6e authored over 8 years ago by Dominic Barnes <[email protected]>
adding another test for many param middleware

0e40cc273099e32f78e0f3fcf27610b36fff89c7 authored over 8 years ago by Dominic Barnes <[email protected]>
adding failing case for param run order see #237)

bf19e09aa0a91489df66576c914db34636f61327 authored over 8 years ago by Dominic Barnes <[email protected]>
Merge pull request #242 from alexmingoia/koa2-async-tests

make test examples async for koa2-like usage

90f7c67c910d0c0e27cddc9d9e20122464c89ea3 authored almost 9 years ago by Alex Mingoia <[email protected]>
make test examples async for koa2-like usage

Existing test examples mounting multiple middleware weren't async, which
didn't offer a good pic...

2ee7cc757938b92dab10e887eca6bac8d16d8805 authored almost 9 years ago by Josh Bielick <[email protected]>
update readme to reflect `next()` promise return

#234 points out that the example does not yield to the next middleware
when adding additional ...

7ff98ae8549534d357b264975018828e36be6ee1 authored almost 9 years ago by Josh Bielick <[email protected]>
5.4.0

1b6934bf605f30790aedfd169685d7a18b79721a authored almost 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'KualiCo/5.x' into 5.x

9ab15b0f7a4cd7d413fd4d1e24a6d8582a6d13a1 authored almost 9 years ago by Alex Mingoia <[email protected]>
Add note about path-to-regexp module.

d55b65ab425adee89335220aca7b527aaca35f79 authored almost 9 years ago by Alex Mingoia <[email protected]>
add _matchedRoute to context

b2a89eeeea0cbf942d70007ffc7cdf385a31b9e5 authored almost 9 years ago by Jamison Dance <[email protected]>
Skip failing test pending patch.

1112fdd47b58e2225cc5dcc6203d73d4c995c2a0 authored almost 9 years ago by Alex Mingoia <[email protected]>
Add note about 7.x and async/await support. #230

c47b67a84fd37f0bd676b967ef87a6b0a8eebda8 authored almost 9 years ago by Alex Mingoia <[email protected]>
Remove changelog pollution from 7.x branch.

ea53eaf539c175ba00daa1e2fe27092f7f5fd016 authored almost 9 years ago by Alex Mingoia <[email protected]>
7.0.1

ed6a21d2ceb8a11bffecff9fc6daf96b177f111e authored almost 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'jeynish/5.x' into 5.x

5dc4b560d93b10fb41a6fd8a46ef3497fb557198 authored almost 9 years ago by Alex Mingoia <[email protected]>
Fix example typos. Closes #216.

17fd0987f23dec80d52c737859c981f6e18388d0 authored almost 9 years ago by Alex Mingoia <[email protected]>
Fix typo.

eec15be1b2588513d4aec030749e2cd1786dfb2b authored almost 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'frederickfogerty/patch-2'

a0e0dbd3b96901c344a85a673e02e9be68889e67 authored almost 9 years ago by Alex Mingoia <[email protected]>
doc: fix typo

468dcb0d8f3142213bd1f592cea5e20313388033 authored almost 9 years ago by haoxin <[email protected]>
Fix tiny spelling mistake in README

dd2f0eebf1db7dc6d537bfcf97a59c01de2a5bad authored almost 9 years ago by Frederick Fogerty <[email protected]>
Added failing test for incorrect parameter handling

c22637718680f84d6f8b1a4dd98c55d1e474ace0 authored about 9 years ago by Jaynish <[email protected]>
Fix: allowedMethods should be ctx.method not this.method

09d6969199f821de794b68e6337b6d989153624d authored about 9 years ago by thedark1337 <[email protected]>
Update readme.

76f6337cd5af65a17a73bfa8465f35d569088b3b authored about 9 years ago by Alex Mingoia <[email protected]>
Update history and readme.

1f1c45e7a244dfa4d2e08618529ba26455d143c1 authored about 9 years ago by Alex Mingoia <[email protected]>
5.3.0

e85b71ef1c2ce9640bbc2883f37780db8ba976b1 authored about 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'RobertHerhold/master' into 5.x

919a53d314bf3aa541af991c3742b525d7614420 authored about 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'dizlexik/patch-1' into 5.x

75b22ff8404d577c909f38cadbc107f4b6e4c945 authored about 9 years ago by Alex Mingoia <[email protected]>
7.0.0

b8998e1ae819f65efeec4b3bc7a780a482000cae authored about 9 years ago by Alex Mingoia <[email protected]>
Add test for sharing context between routers.

20e9c046b4cebcf210acb14e6a04ac915edbdb99 authored about 9 years ago by Alex Mingoia <[email protected]>
Register multiple routes with array of paths.

Closes #203.

dde14ae71676a96d612d60ef3b9948f035e5cb9d authored about 9 years ago by Alex Mingoia <[email protected]>
Always run middleware in order defined by `.use()`.

This was done to match the Express 4 API, and to reduce confusion and complexity
with regards to...

866562034cb588f0cbfa5861ddde1aec6fb75930 authored about 9 years ago by Alex Mingoia <[email protected]>
Add note about path-to-regexp.

f1b01d659fe573d1f4f881fc03364ef7534bd479 authored about 9 years ago by Alex Mingoia <[email protected]>
6.2.0

faab16dca805790e1cb87b0aa89abf515007884a authored about 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'dizlexik/patch-1'

08820ef14ae40d9828831ad2b9bcb7a2bba838f3 authored about 9 years ago by Alex Mingoia <[email protected]>
6.1.0

75070f886d12477319110958e4447d8a2a57c434 authored about 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'RobertHerhold/master'

05f52a69fd7a94356932ddd1e53b41c1c719cf1d authored about 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'seegno-forks/support/allow-named-routes-and-regexps'

d6591e3e63a76c6ed45aac94de299e557f3e6480 authored about 9 years ago by Alex Mingoia <[email protected]>
6.0.1

9ae3b4622f885caacdc6c99a2c358d3c9eac36c2 authored about 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'purepear/bugfix-paramMiddleware'

7519239946d1c1685f230358b645a2cf570ed5f4 authored about 9 years ago by Alex Mingoia <[email protected]>
Add note about koa2 requirement.

bce2e6dc8f5e16b850597811743e6f619e59e29d authored about 9 years ago by Alex Mingoia <[email protected]>
fixes alexmingoia/koa-router#208

6a970fb672c9350ecc9a36d6f566aebaeea92d7c authored about 9 years ago by Delyan Haralanov <[email protected]>
6.0.0

f836f1f7b9705ba33b3ca51e018203121a7a7db0 authored about 9 years ago by Alex Mingoia <[email protected]>
Adding custom user-provided throw functions for "Not Implemented" and "Method Not Allowed"

814cdc38ab5c1ac6ddb5b705b9bf57913c27ec76 authored about 9 years ago by reherhold <[email protected]>
Require node >= 4

0f20f365cfb973400917992202795b05cbb13b2e authored about 9 years ago by Alex Mingoia <[email protected]>
change travis build to 4, 5

9179a7057f53e37e363ead71ebb1ed279f574331 authored about 9 years ago by Josh Bielick <[email protected]>
refactor for koa2.x, use compose for stacks

* update koa dependency to alpha2
* add koa-compose dependency for layer stack composition
* upd...

9e742f1153a04d6cefa80fc550de62f62c0a8721 authored about 9 years ago by Josh Bielick <[email protected]>
Sync with upstream and fix regexp issues

33578d209e51b7066fd1f1fd7d164d5b5f6da70c authored about 9 years ago by Rui Quelhas <[email protected]>
Allow specifying named routes and regexps

e8e2b5e4f7dfeb4bd48b8b411369be992c26b1bd authored about 9 years ago by Tiago Ribeiro <[email protected]>
5.2.3

b1abf24686628e2885e9f92010a9f8b173ab7f6c authored over 9 years ago by Alex Mingoia <[email protected]>
Do not register middleware more than once.

- Fixes #184.

2108cbe05bd756a2bd5a6ae06535b523ae48c60e authored over 9 years ago by Alex Mingoia <[email protected]>
5.2.2

a3958a80794539836356e60094e6c8d10f99086c authored over 9 years ago by Alex Mingoia <[email protected]>
Merge remote-tracking branch 'Tankenstein/master'

10a4052aba23aef4bc40d6b53ad0ddbebfe3a53d authored over 9 years ago by Alex Mingoia <[email protected]>
Fix #182.

e486a93da7739529d2807cbc3b1063f6dc1dbeef authored over 9 years ago by Alex Mingoia <[email protected]>
Add registering routes without params before routes with params

7207024db990812dff40d8e563b2b68e60ea5988 authored over 9 years ago by Uku Tammet <[email protected]>
Added test for registering without parameters ordering

d4d36fea2a3252809e588249be287a5fdf7462de authored over 9 years ago by Uku Tammet <[email protected]>
Improve app.context test for #181.

c8b4879ef4332a737446df6a1e090f2b66d12a14 authored over 9 years ago by Alex Mingoia <[email protected]>
5.2.1

3da83f19892cdfb77384603fbe7f4d85d831d1a0 authored over 9 years ago by Alex Mingoia <[email protected]>
Fix #180 middleware yield behavior.

917e8ca007b9f66b81d2162fdddcefaf0d53b901 authored over 9 years ago by Alex Mingoia <[email protected]>
Use POSIX sh equality operator.

d5ea3a1ef42add099937c04bb013a33d6ab06e70 authored over 9 years ago by Alex Mingoia <[email protected]>
Use simpler test shell conditional.

b289b3c8d58f3d45afd3bd9caf2167c256542211 authored over 9 years ago by Alex Mingoia <[email protected]>
Dont pass harmony flag if testing version >= 1

0c781284f5890549dc13ba1c16660fe4f92d399f authored over 9 years ago by Alex Mingoia <[email protected]>
5.2.0

8f30c9c6cdf5951ad26a793a432d4e6ddd747d32 authored over 9 years ago by Alex Mingoia <[email protected]>
Add support for async/await. Resolves #130.

87e335499a5d59220a0a2a4c680a27dcab99e1b6 authored over 9 years ago by Alex Mingoia <[email protected]>
Add test for #151.

187a9851c4d0b0632747686345cd445dc4d17890 authored over 9 years ago by Alex Mingoia <[email protected]>
Add support for array of paths by Router#use(). Closes #175.

42131a16b47a9b5b2b052e9477cf6ad14c81f411 authored over 9 years ago by Alex Mingoia <[email protected]>
Add test for #176.

6e24b3adb00dfb4ab04d659f705f77ab98658a76 authored over 9 years ago by Alex Mingoia <[email protected]>
Add allowedMethods() to nested router example. Closes #173.

d889f5d7aee7e4e8d613ea9972948bd5fe9933ae authored over 9 years ago by Alex Mingoia <[email protected]>
Inherit param middleware when nesting routers. Fixes #170.

7d4c620b23a72921800d29db0f2f7ecf2a015823 authored over 9 years ago by Alex Mingoia <[email protected]>
Default router middleware without path to root.

- Fixes #161, fixes #155, fixes #156.
- Removes dependency on koa-compose.

883c1affe687bb2daa4984514bd4a57bd5fecd64 authored over 9 years ago by Alex Mingoia <[email protected]>
Run nested router middleware after parent's. Fixes #156.

7b1b91744053ab4923a86e9552fcda4b54f9ffaa authored over 9 years ago by Alex Mingoia <[email protected]>
fixed; prefixes with trailing slash

0e2188a086354992e94b737b5534b3a838dfa507 authored over 9 years ago by Aaron Heckmann <[email protected]>
fixed; prefix + root middleware support

fixes #167

05dfc219c3f65d0516df390c338dc077f77b328f authored over 9 years ago by Aaron Heckmann <[email protected]>
add failing prefix() + use() tests

see #167

aa1304d44dd7b2fa6dc911b3598aca6b42e0a56b authored over 9 years ago by Aaron Heckmann <[email protected]>
Merge pull request #162 from bguiz/patch-1

=BG= return value of named parameters

8fa790a3ee6ae15efc3caed1d8660b04e6e445e2 authored over 9 years ago by Alex Mingoia <[email protected]>
Merge pull request #159 from drGrove/feature/add-prefix-to-debug

Pass prefix to layer for debug printing route creation

db48482dda13807d9b1c59cd37702fdb1275f872 authored over 9 years ago by Alex Mingoia <[email protected]>
Merge pull request #146 from iliakan/patch-1

Typo

d1fce853c6ce9f068ee08b9e710c18eec7ec6040 authored over 9 years ago by Alex Mingoia <[email protected]>
=BG= return value of named parameters

minor: `{}` instead of `[]`

2d695f47093a0b2ed8b7ea59487859523ce88ade authored over 9 years ago by Brendan Graetz <[email protected]>
Pass prefix to layer for debug printing route creation

0e5a5c163e6a94f468c6afc909d77b0734fc68bd authored over 9 years ago by Danny Grove <[email protected]>
Merge pull request #139 from bitinn/fix-doc

Fix typo in doc for nested router

fbfbc20b1e8ede2c5295bd792229ecd95a7bd6de authored over 9 years ago by Alex Mingoia <[email protected]>
Typo

10a22e3f7d46f1cf91ea60df28901e7f02f96585 authored over 9 years ago by Ilya Kantor <[email protected]>
Improved router.url().

f172affe6a15fcb363fe4ab1b73003e7b351f56f authored over 9 years ago by Joe Lutz <[email protected]>
Fix typo in doc for nested router

8da9c63889dbcb444c6a4f1e49ca4a0b7dcd124c authored over 9 years ago by David Frank <[email protected]>
5.1.2

2af073111b09e77eca0ec3fc2dee80803a9e17d6 authored over 9 years ago by Alex Mingoia <[email protected]>
Fix nested routes with prefix. Closes #135 and #136.

ce7ad15d2af94ad3daf2453359d98175e2fe0bf8 authored over 9 years ago by Alex Mingoia <[email protected]>
Update documentation.

becca59b493a15f8208c807aa95792d111a7e261 authored over 9 years ago by Alex Mingoia <[email protected]>
Remove unused file.

25637fa36dfcdd46237b45af054f41069a9370e0 authored over 9 years ago by Alex Mingoia <[email protected]>
5.1.1

ea031739b87cc9a0bc0cba838d0478fd9288368d authored over 9 years ago by Alex Mingoia <[email protected]>
Match routes in order they were defined. Fixes #131

baefeb1337f711aefac6c341689e390ceecd102e authored over 9 years ago by Alex Mingoia <[email protected]>
5.1.0

07087886ddc495bfbf7d739f166bdd3356fe63e2 authored over 9 years ago by Alex Mingoia <[email protected]>
Support multiple middleware at given path. Closes #128.

b3cba3c4ca2f44747b8a501f5e4a11d91aa5d48b authored over 9 years ago by Alex Mingoia <[email protected]>
Merge pull request #1 from joesonw/joesonw-patch-1

add capability to 'use' routes

ceeb1d050dae3380f417fcf68f954df864a89907 authored over 9 years ago by Qiaosen Huang <[email protected]>
add capability to 'use' routes

modified Router.prototype.use to take path as an optional parameters, so it would be parsed as r...

e917009d1c10ceff11d48300d627053326b0d6a1 authored over 9 years ago by Qiaosen Huang <[email protected]>