Ecosyste.ms: OpenCollective

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

express-validator

An express.js middleware for validator.js.
Collective - Host: opensource - https://opencollective.com/express-validator - Website: https://express-validator.github.io/ - Code: https://github.com/express-validator

Upgrade validator dependency.

github.com/express-validator/express-validator - 0139626b09f9072e2f7739fa2a7c7bd10ab74bb0 authored over 11 years ago
Merge pull request #32 from zero21xxx/checkBody

Add checkBody method.

github.com/express-validator/express-validator - 32809da592771d800ab6af380a4852356aeecbbf authored over 11 years ago
Added ignore file to modules stop being marked as changed.

github.com/express-validator/express-validator - 5ac347c8aa3b5abfb085bcf740a8ecae6befc51f authored over 11 years ago
Added test for req.checkBody

github.com/express-validator/express-validator - 96e759e0df154352bef835013fb0a71b5416e5ca authored over 11 years ago
Added myself to the contributers.

github.com/express-validator/express-validator - a37b8d7d1db41673ef76755178be3fa4335aac56 authored over 11 years ago
Added check body function to validate only the request body.

github.com/express-validator/express-validator - 7cb9113bec43e28c3ec1f78a2a3e20d763da6f3b authored over 11 years ago
Merge pull request #27 from Prinzhorn/documentation

Updated the documentation about extending.

github.com/express-validator/express-validator - 092de32acca85af90d454a1cf6d650fc63874ba7 authored almost 12 years ago
Sorry, was moving this around without updating.

github.com/express-validator/express-validator - 69fdeed8e82681ee03d9ba347a9b180ee17dade5 authored almost 12 years ago
Updated the documentation about extending.

github.com/express-validator/express-validator - 9ae9e6be816f8550667ed6a4f3e595d1204f4a43 authored almost 12 years ago
Upgrade validator dependency to 0.4.25. Fixes #25.

github.com/express-validator/express-validator - 4ff8a4879aa303ea9ef5f98760eb730a48a184f3 authored almost 12 years ago
Merge pull request #23 from mfrobben/patch-1

Update package.json

github.com/express-validator/express-validator - 90a31973b803a3ff181712096b23766169c6647c authored about 12 years ago
Update package.json

You're missing some updates because of your outdated validator.
You might also consider 0.4.x i...

github.com/express-validator/express-validator - c4463f767ba75ec61f75e8f13455a003b1076c36 authored about 12 years ago
Update validator dependency.

github.com/express-validator/express-validator - 62bb9dd27f1519e3eebaad2647a51cdf7c82675f authored over 12 years ago
Return `null` for validation errors instead of array.

github.com/express-validator/express-validator - e241d9fa0accab8fc550c5d5aa398c80a0d38b79 authored over 12 years ago
Fix code style / line lengths.

github.com/express-validator/express-validator - 521e50babe0f40c87cc861d835954ce58c3f2ba6 authored over 12 years ago
Merge pull request #16 from Cecchi/master

Support for RegExp defined routes

github.com/express-validator/express-validator - 38e0f4e16bc553672a6a396269ae1357ac59baaf authored over 12 years ago
Tests for RegExp-defined routes

github.com/express-validator/express-validator - 31d51d245bb9c8f654e62f0ebdd6c9388d80bbf1 authored over 12 years ago
Support for routes defined by RegExp

github.com/express-validator/express-validator - 3ba4e3f2340e9e5000b2dd7dd2e83050ecfb236c authored over 12 years ago
Merge pull request #13 from pimguilherme/patch-1

Update lib/express_validator.js

github.com/express-validator/express-validator - ba0b82103b0bbf5a846f56ea9f93fb3e77f36997 authored over 12 years ago
Remove node 0.4 from travis and add 0.8

github.com/express-validator/express-validator - fda5c0374298b8d14e6695143db27c6fd3129f2e authored over 12 years ago
Update dependencies and bump version to v0.2.2

github.com/express-validator/express-validator - 95370604bfde8ff8326c65e64c6a7cb5cc91b386 authored over 12 years ago
Restore removed test case

github.com/express-validator/express-validator - dfccb6d68636b53cb7d78d2cdac4433b40f8a014 authored over 12 years ago
Merge pull request #14 from sharonjl/master

Dot notation parsing and new alias for check()

github.com/express-validator/express-validator - a2fa8df5749b114c429751b8a50bbfa12e2f32be authored over 12 years ago
Updated test for testing nested dot notation

github.com/express-validator/express-validator - de6224811f666f5945267d2439da20b173efb4b5 authored over 12 years ago
Updated method for parsing nested notation

Added features, parsing dot notation 'parent.child.subchild' format. 

github.com/express-validator/express-validator - 2ff7983a7579f303716f4c176277cbd05935481e authored over 12 years ago
Added validate() alias for check()

github.com/express-validator/express-validator - c54720f74a517f1bd9bcbbb37364ff5107316565 authored over 12 years ago
Update lib/express_validator.js

¬¬.. parameter 'header' expected but function signature lists 'param' instead

github.com/express-validator/express-validator - 1b94da675a86921b73450997c10aa52a5e0c0cf2 authored over 12 years ago
Merge pull request #9 from rapee/master

Fix chaining validators

github.com/express-validator/express-validator - 28788b2089f75a85a628c183092a5306034cdfdf authored almost 13 years ago
Fix chaining validators

https://github.com/chriso/node-validator/commit/3bca87306e43572ba3643e56
6c662f474747466c
Above ...

github.com/express-validator/express-validator - 861806d375dce1d8533435219047e742b4d7bf36 authored almost 13 years ago
Merge pull request #8 from ctavan/orfaust-nested-inputs

Orfaust nested inputs, also closes #7 and #5

github.com/express-validator/express-validator - e83073349805b6f955a548d50901c6388669cbbb authored almost 13 years ago
Add @orfaust to contributors

github.com/express-validator/express-validator - 07f4f060d5cadbfb2465efe93373a8a7d4fc949e authored almost 13 years ago
Add more tests, document additions

github.com/express-validator/express-validator - c4b83d0db478e22e557de96649a77b7ab264c168 authored almost 13 years ago
Add basic test cases and upgrade versions

github.com/express-validator/express-validator - cae328a6692130df0335582ab26138f09393210e authored almost 13 years ago
1: solution for nested inputs. 2: more complete errors response

github.com/express-validator/express-validator - 0c332216cacf70857cbaa7bbb1ce16aeab7bd471 authored almost 13 years ago
Fix for undefined req.onErrorCallback

github.com/express-validator/express-validator - 0d63f0442e795ec0371e73050076ea3dd60c0725 authored almost 13 years ago
get complete error objects

github.com/express-validator/express-validator - efba5e82b81cd14b1ec953a56ec531d8169c1fbd authored almost 13 years ago
Add another example to the readme

github.com/express-validator/express-validator - 1041b4c44c7819fc44aa572fcbf2135bc2518b07 authored about 13 years ago
Merge pull request #4 from TroyGoode/patch-1

exporting Validator & Filter references

github.com/express-validator/express-validator - 2eb86065fc8808eb78158c91c13dcd9d081c09cd authored about 13 years ago
exposed Validator & Filter to module so that end-users can easily hang their own validations/sanitizers onto them

github.com/express-validator/express-validator - de0773ce497aed71bee576b0378635e5c51d494c authored about 13 years ago
Also update readme, see #2

github.com/express-validator/express-validator - bed2d78417ae3e71ef198b48f005da7af98c1710 authored about 13 years ago
Return this in error callback to allow for assert-method-chaining, fixes #2

github.com/express-validator/express-validator - fffa37f51d9ba769b562ad7170e29ab391b0588c authored about 13 years ago
Remove now unneeded mixinParams() method, see #1

github.com/express-validator/express-validator - 722d9a7c98fe9e00968eea5b9660f51c073afd1a authored over 13 years ago
Update example and documentation for changes of #1, fixes #1

github.com/express-validator/express-validator - fbd64617e354c06aac5bbd30d338bb4aa303beca authored over 13 years ago
Use req.param() instead of req.params + req.mixinParams() for filter() as well.

Introduce new updateParam() method to replace params with the filtered version
See #1

github.com/express-validator/express-validator - ce69619266357cada2efa3508ae036b9e483a726 authored over 13 years ago
Use express's req.param() to get params from req.params, req.query and req.body. req.check now no longer relies on req.mixinParams(), see #1

github.com/express-validator/express-validator - 0e77df06d688e69d801976264d23d8bc8bd662bb authored over 13 years ago
Add me as a contributor + fix some typos

github.com/express-validator/express-validator - d0090e750ad99ce1d1d0bece930da90c1a2c1743 authored over 13 years ago
Add original author credits to the packag.json

github.com/express-validator/express-validator - 3537462d697f520c18e362e0bad3f453dc26847f authored over 13 years ago
Improve example in readme, add credits for original author

github.com/express-validator/express-validator - 0dfb1ba5d38039a53f139bacff74e1fb920faec8 authored over 13 years ago