Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
227 lines (193 loc) · 24.1 KB

CHANGELOG.md

File metadata and controls

227 lines (193 loc) · 24.1 KB

Change Log

upcoming 2015/05/04

  • ea00f9d Update changelog. (@rustybailey)

v2.10.0 2015/05/04

  • 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)

v2.9.1 2015/04/28

  • 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)

v2.9.0 2015/03/20

  • 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)

v2.8.0 2014/12/23

  • e49ee9d Bump version to 2.8.0 (@ctavan)
  • d48d248 Updating to validator 3.26.0 (@aredo)

v2.7.0 2014/11/13

  • 84937cf Bump version 2.7.0 (@ctavan)
  • 51e39b3 Updating to validator 3.22.1 (@nfrasser)

v2.6.0 2014/09/24

  • 8b67263 Upgraded to validator 3.19.0 (@fiznool)

v2.5.0 2014/09/16

  • 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

v2.4.0 2014/09/04

  • 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)

v2.3.0 2014/06/06

  • a922832 Bump version to 2.3.0 (@ctavan)
  • 85348f5 Add a check if req.files array is not undefined before accessing it

v2.2.0 2014/06/03

  • d2ea7b1 Bump version to 2.2.0 (@ctavan)

v2.1.2 2014/04/28

  • 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)

v2.1.1 2014/03/17

  • 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)

v2.1.0 2014/03/10

  • 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)

v2.0.0 2014/01/21

  • 22fce51 - major version bump & fixing local vars. (@theorm)

v1.0.2 2014/01/21

  • 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)

v1.0.1 2013/11/25

  • 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)

v1.0.0 2013/11/11

  • 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)

v0.8.0 2013/08/22

  • 57d62fe Bump version to 0.8.0 (@ctavan)
  • feec643 Bump validator dependency to 1.5.0, closes #47. (@ctavan)
  • 7c181e5 Update README.md (@JedWatson)

v0.7.0 2013/07/10

  • 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)

v0.6.0 2013/06/14

  • 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)

v0.4.1 2013/06/06

  • e739e2b Bump version to 0.4.1 (@ctavan)
  • 3f03a68 Update readme. (@ctavan)

v0.4.0 2013/06/06

  • 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)

v0.3.2 2013/02/27

  • 3c1c52c Bump version to 0.3.2 (@ctavan)
  • 4ff8a48 Upgrade validator dependency to 0.4.25. Fixes #25. (@ctavan)

v0.3.1 2013/01/03

v0.3.0 2012/10/08

  • 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)

v0.2.4 2012/08/20

  • 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)

v0.2.3 2012/08/03

  • 1590b47 Bump version to 0.2.3 (@ctavan)
  • fda5c03 Remove node 0.4 from travis and add 0.8 (@ctavan)

v0.2.2 2012/08/03

  • 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)

v0.2.1 2012/04/25

  • 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)

v0.1.3 2012/01/02

  • 4e8f245 Version bump v0.1.3 (@ctavan)
  • 1041b4c Add another example to the readme (@ctavan)
  • cb7d906 Update readme (@ctavan)

v0.1.2 2012/01/02

  • 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)

v0.1.1 2011/10/20

  • 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)

v0.1.0 2011/10/05

  • 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)