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

kangojs v1.2.0

Compare
Choose a tag to compare
@ben-ryder ben-ryder released this 10 Mar 11:03
· 85 commits to main since this release

Adding request URL parameter validation support.
See class-validation@1.1.0 for related release for adding class validation support.

💥 New Features

  • Added request URL parameter validation support via paramsShape for @Route decorators. This matches how current body & query validation works.

📚 Documentation Updates

  • Updated docs to add details on URL parameter validation