Ecosyste.ms: OpenCollective

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

github.com/eggjs/egg-parameters

Merge all parameters (ctx.params, ctx.request.query, ctx.request.body) into ctx.params like Rails application.
https://github.com/eggjs/egg-parameters

Release 1.1.2

94eb1f74cebf55d068e414602d22f8f4d9a307ff authored about 5 years ago by deadhorse <[email protected]>
fix: fix log filter params' length

364fd960540a8b0ff59722dec5d257f69bd0e3eb authored about 5 years ago by deadhorse <[email protected]>
Release 1.1.1

eaa37627725e84f9649c786f87b25f504260c894 authored about 5 years ago by deadhorse <[email protected]>
fix: log filter params' type and length (#7)

d77b9e07e37b2a4a11a6fd9dd7ee28fdb74b7cda authored about 5 years ago by Yiyu He <[email protected]>
Release 1.1.0

d05b9847497fac2de976e7752be0388c2cb6b6ab authored over 5 years ago by deadhorse <[email protected]>
feat: print request content-type (#6)

70a01c845b58d2e74eb6d69e986bed60dfb01abd authored over 5 years ago by fengmk2 <[email protected]>
Release 1.0.3

77d33b5bcdc377c85135bee321136c968fb3bab2 authored almost 6 years ago by fengmk2 <[email protected]>
fix: should check key exists or not

4627560865c308dade185d631658b68246af68a1 authored almost 6 years ago by fengmk2 <[email protected]>
Release 1.0.2

020b7c3d7353331c61d69c0bd1beb17582765259 authored almost 6 years ago by fengmk2 <[email protected]>
fix: no need params extend now (#5)

c0014630170a296cc40f18172b5819f1a8d327a5 authored almost 6 years ago by fengmk2 <[email protected]>
Release 1.0.1

a91d16ca6dc8de36862f24afeb1cb4e4e250e50b authored almost 6 years ago by fengmk2 <[email protected]>
fix: params.permit support array params (#4)

```js
ctx.params.permit(['name', 'age', 'location'], 'gogo', 'other');
```

52d0b68cd2188de0a7b8f19641cb95a9e13d7319 authored almost 6 years ago by fengmk2 <[email protected]>
chore: use History.md

e126062835d413ab0c7f5701e24b549173491b9a authored almost 6 years ago by fengmk2 <[email protected]>
Release 1.0.0

22be8a38857d1a170fd4920b8d69d8b893207c79 authored almost 6 years ago by fengmk2 <[email protected]>
refactor: support params setter (#3)

0e3bae43d9503df8cd59fe12d9f3582c6d1ca130 authored almost 6 years ago by fengmk2 <[email protected]>
Merge branch 'master' of github.com:eggjs/egg-parameters

29c32f1b950899aa42ea443382012da5f2a4f376 authored over 6 years ago by Jason Lee <[email protected]>
Ignore yarn.lock

94c62d84e488d338a5d4971d24ae4d96167a9202 authored over 6 years ago by Jason Lee <[email protected]>
Update README.md

4296444330778cfda392ce4b88a3366e88b5c4c2 authored over 6 years ago by Jason Lee <[email protected]>
Change Repoitory link to https://github.com/eggjs/egg-parameters

1bffdaf5cdad1b666121054f710093e34532f55b authored over 6 years ago by Jason Lee <[email protected]>
Update README.md

c7a58e70cef1581cb6c3a22bdf09c867c7eeec72 authored over 6 years ago by Jason Lee <[email protected]>
version 0.1.0

3017fe1f6ac4d073e67d95f23e1ac1986d26a79e authored over 6 years ago by Jason Lee <[email protected]>
Use extend context for `ctx.params`

2c239566efd8a4b84990d3e3f107460a73fc0331 authored over 6 years ago by Jason Lee <[email protected]>
CI use Node.js 8

854d89aaffa8d1e368a8168706b0518ea9db40aa authored over 6 years ago by Jason Lee <[email protected]>
Add CI badge

39335bc5f63d5d791fc700a1c23b7fe820ba2990 authored over 6 years ago by Jason Lee <[email protected]>
Add `isPermitted` method for `permit` result.

0039df5d598601258d7ca5fec6e9712e7297a891 authored over 6 years ago by Jason Lee <[email protected]>
Add test for permit method

647a3affe2d441a41abcdd9741b582d847e2f74d authored over 6 years ago by Jason Lee <[email protected]>
First release 0.0.1

272a75851fe1d33e96008e44e796a8e921eb5273 authored over 6 years ago by Jason Lee <[email protected]>
Initial commit

6b03cdf5659ab2e066626b0fe56f2cf8d2c84322 authored over 6 years ago by Jason Lee <[email protected]>