- ea00f9d Update changelog. (@rustybailey)
- 0f48735 2.10.0 (@rustybailey)
- bc2ef59 Use the same node versions as node-validator. (@rustybailey)
- 0c3aaec Bump validator version to 3.39.0 (@rustybailey)
- dfb757b Add changelog to devDependencies and add npm script to generate changelog. (@rustybailey)
- bf044b5 Add node 0.12 to travis.yml, remove dead gist link in README, add license in package.json. (@rustybailey)
- f42077f Add editorconfig. (@rustybailey)
- 73daa44 Add jshint to devDependencies, add .jshintrc, fix semicolon issues. (@rustybailey)
- fb8d049 Add comment to explain before() function busting require's cache in each test file. (@rustybailey)
- 7fc7b1c Remove async from devDependencies (@rustybailey)
- a74de1e Remove old tests and change npm test to use Mocha. (@rustybailey)
- 39f1b55 Add Mocha tests for validating regex routes (@rustybailey)
- 68adc6e Add Mocha tests for nested input (@rustybailey)
- a029176 Add Mocha tests for mapped output using validationErrors(true) (@rustybailey)
- 5a2f7ef Add Mocha tests for check() (@rustybailey)
- 9cd6f62 Add Mocha tests for checkQuery() (@rustybailey)
- c91e022 Add Mocha tests for checkBody() (@rustybailey)
- bbcb462 Add tests for checkParams() (@rustybailey)
- d2eb638 Add mocha/chai as dependencies, simplify app.js helper, create mocha tests for optional(). (@rustybailey)
- 9c87684 Bump version to 2.9.1. (@rustybailey)
- 37ede78 Fix checkHeader so that it works with optional(). (@rustybailey)
- 136307f Move change log into its own file and expand it using github-changes. Fixes #130 (@rustybailey)
- c2e5124 Bump version to 2.9.0 (@ctavan)
- 9624cca Update node validator dependency. (@ctavan)
- 9247648 Fix deprecated use of req.param(), closes #117. (@ctavan)
- d8ba047 replaced req.param call to remove deprecation msg (@janza)
- b2f727b Add LICENSE (@becausehama)
- 8b67263 Upgraded to validator 3.19.0 (@fiznool)
- 1dc8679 Bump version to 2.5.0 (@ctavan)
- 2205323 adds tests for optional() method (@BAKFR)
- 7402642 add curly braces to respect the coding style (@BAKFR)
- b90f482 add documentation for customValidators option
- 9d18380 Bump version to 2.4.0 (@ctavan)
- 9a167b7 whitespace cleanup
- 668e5c5 Add support for custom validators
- 58d2142 add documentation on README (@BAKFR)
- e42f650 add the method optional() who disables the checks if value is undefined (@BAKFR)
- a922832 Bump version to 2.3.0 (@ctavan)
- 85348f5 Add a check if req.files array is not undefined before accessing it
- d2ea7b1 Bump version to 2.2.0 (@ctavan)
- 6dcddc8 Bump version to 2.1.2 (@ctavan)
- bffe0d9 Fixed function call order (@killroy42)
- 129be78 Fixed arguments usage for strict compliance (@killroy42)
- defffe1 Update express_validator.js (@r3mus)
- 01bdbf4 Return sanitized value from req.sanitize() (@dpolivy)
- 151f5a4 Bump version to 2.1.1 (@ctavan)
- 75a8359 fix: use strict equality/inequality
- 010cb51 fix docs Extending (@bars3s)
- 7388983 fix sanitaze trim,ltrim... methods (@bars3s)
- 02930ff add .idea to .gitignore (@bars3s)
- aaff5d9 Update validator to 3.5.0 and bump version to 2.1.0 (@ctavan)
- 7f3b8a9 Update README. (@ctavan)
- 079c6da Update package.json (@gkorland)
- a91664b Update node-validator repository url (@marcbachmann)
- 6fe2aa6 - fixed typo (@theorm)
- 816437a - and quoting node versions to make travis linter happy (@theorm)
- aa7d749 - removed node 0.6 from .travis.yml. 0.8+ is required now as it is the minimum version for validator.js (@theorm)
- 36e9025 - setting node version to >= 0.8 (@theorm)
- af9abb5 - camelCasing variables (@theorm)
- 22fce51 - major version bump & fixing local vars. (@theorm)
- 94a3c13 - version bump and new contributor (@theorm)
- a219e29 - modified to work with validator 3.1.0 (@theorm)
- dc0ee77 added documentation for checkParams and checkQuery (@smitp)
- a8604f8 As .xss() is removed from node-validator 2.0.0, changed example in comments (@manV)
- cd65d4c Bump version to 1.0.1 (@ctavan)
- 63f1248 add information from #21 as I'm not only one who was stuck at this (@kamilbiela)
- b63f224 bumped to 1.0.0 (@petecoop)
- 5e5c0a1 updated to v2 (@petecoop)
- 406014e Added support for checkQuery and checkParams + tests (@kornifex)
- 7f33f03 Ensure req.body is defined (@cjihrig)
- 57d62fe Bump version to 0.8.0 (@ctavan)
- feec643 Bump validator dependency to 1.5.0, closes #47. (@ctavan)
- 7c181e5 Update README.md (@JedWatson)
- 5f59b15 Bump version to 0.7.0 (@ctavan)
- 69e9203 Bump validator dependency to 1.2.1 (@ctavan)
- f726037 Fix two typos (@Michael-Stanford)
- 2f52adb Check parsed attached Files (@gkorland)
- 9dde887 replace 500 code with 400 (@gkorland)
- 09f5c43 Also run tests under node v0.10 in travis. (@ctavan)
- d493673 Bump version to 0.6.0. (@ctavan)
- 5aecec5 Bump validator dependency to 1.2.0 (@ctavan)
- 8fe0862 Bumped version to 5 because this is a breaking change. (@arb)
- 066807b Fixed to work with new structure. (@arb)
- 15216ae Added method to pass options. (@arb)
- 3a341f5 Added options section (@arb)
- 1fe9c03 Bump version to 0.4.0 (@ctavan)
- 0139626 Upgrade validator dependency. (@ctavan)
- 5ac347c Added ignore file to modules stop being marked as changed. (@arb)
- 96e759e Added test for req.checkBody (@arb)
- a37b8d7 Added myself to the contributers. (@arb)
- 7bf7729 Style change. (@arb)
- 7cb9113 Added check body function to validate only the request body. (@arb)
- 69fdeed Sorry, was moving this around without updating. (@Prinzhorn)
- 9ae9e6b Updated the documentation about extending. (@Prinzhorn)
- 3c1c52c Bump version to 0.3.2 (@ctavan)
- 4ff8a48 Upgrade validator dependency to 0.4.25. Fixes #25. (@ctavan)
- fa23c0f Bump version to 0.3.0 (@ctavan)
- 62bb9dd Update validator dependency. (@ctavan)
- e241d9f Return
null
for validation errors instead of array. (@ctavan) - b60e434 Fix docs. (@ctavan)
- 1fb5b56 Bump version to v0.2.4 (@ctavan)
- 521e50b Fix code style / line lengths. (@ctavan)
- 31d51d2 Tests for RegExp-defined routes (@cecchi)
- f73af12 Using strict comparison (@cecchi)
- 3ba4e3f Support for routes defined by RegExp (@cecchi)
- 9537060 Update dependencies and bump version to v0.2.2 (@ctavan)
- c73802c Add documentation (@ctavan)
- 672d48b Fix coding style (@ctavan)
- dfccb6d Restore removed test case (@ctavan)
- de62248 Updated test for testing nested dot notation (@sharonjl)
- 2ff7983 Updated method for parsing nested notation (@sharonjl)
- c54720f Added validate() alias for check() (@sharonjl)
- 1b94da6 Update lib/express_validator.js (@pimguilherme)
- 2a5903d Bump version to 0.2.1 (@ctavan)
- 861806d Fix chaining validators (@rapee)
- 5436c0f Add travis.ci (@ctavan)
- 65506ba Code style fixes (@ctavan)
- 94062f0 Add Makefile (@ctavan)
- 07f4f06 Add @orfaust to contributors (@ctavan)
- c4b83d0 Add more tests, document additions (@ctavan)
- c3f3a3e Remove unused variable (@ctavan)
- dc0d92b Refactor tests (@ctavan)
- cae328a Add basic test cases and upgrade versions (@ctavan)
- 0c33221 1: solution for nested inputs. 2: more complete errors response (@orfaust)
- 0d63f04 Fix for undefined req.onErrorCallback (@orfaust)
- efba5e8 get complete error objects (@orfaust)
- 4e8f245 Version bump v0.1.3 (@ctavan)
- 1041b4c Add another example to the readme (@ctavan)
- cb7d906 Update readme (@ctavan)
- 3d323c6 Version bump (@ctavan)
- de0773c exposed Validator & Filter to module so that end-users can easily hang their own validations/sanitizers onto them (@troygoode)
- bed2d78 Also update readme, see #2 (@ctavan)
- fffa37f Return this in error callback to allow for assert-method-chaining, fixes #2 (@ctavan)
- d8a7658 Add some keywords (@ctavan)
- 9fd2261 Update version to v0.1.1 (@ctavan)
- 722d9a7 Remove now unneeded mixinParams() method, see #1 (@ctavan)
- fbd6461 Update example and documentation for changes of #1, fixes #1 (@ctavan)
- ce69619 Use req.param() instead of req.params + req.mixinParams() for filter() as well. (@ctavan)
- 0e77df0 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 (@ctavan)
- 779660f Typo (@ctavan)
- 7f398b2 Installation note (@ctavan)
- 764b5dc Formatting (@ctavan)
- d0090e7 Add me as a contributor + fix some typos (@ctavan)
- 3537462 Add original author credits to the packag.json (@ctavan)
- 671ad61 Add an example server (@ctavan)
- ae10270 Typos (@ctavan)
- 0dfb1ba Improve example in readme, add credits for original author (@ctavan)
- df36372 Initial commit (@ctavan)