Skip to content

Commit

Permalink
1.0.2 release: lifted joi peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
colthreepv committed Mar 10, 2017
1 parent 173d710 commit c4dde4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -303,6 +303,9 @@ Recap of all options usable both as global or per-validation basis.

## Changelog

1.0.2:
- Lifted Joi peerDependencies, now it's `*` so to offload responsability to end-users. [#58](https://github.com/AndrewKeig/express-validation/issues/58)

1.0.0:
- Removed `flatten` documentation as the functionality was broken since 0.5.0 and nobody opened an issue about it (nor there were tests for that option).
- Added `contextRequest` option from [#25](https://github.com/AndrewKeig/express-validation/pull/25), thanks to [@amazzeo](https://github.com/amazzeo)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "express-validation",
"version": "1.0.1",
"version": "1.0.2",
"author": "Andrew Keig <andrew.keig@gmail.com>",
"description": "express-validation is a middleware that validates the body, params, query, headers and cookies of a request and returns a response with errors; if any of the configured validation rules fail.",
"homepage": "https://github.com/andrewkeig/express-validation",
Expand Down

0 comments on commit c4dde4a

Please sign in to comment.