Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(@nestjs/common) improve the ValidationPipe #383

Merged
merged 7 commits into from
Feb 11, 2018
Merged

feat(@nestjs/common) improve the ValidationPipe #383

merged 7 commits into from
Feb 11, 2018

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    dc24a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba00ce6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. feat(@nestjs/common): improve the ValidationPipe

    allow to whitelist and forbid properties without transforming the returned object
    fwoelffel committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    eebd72c View commit details
    Browse the repository at this point in the history
  2. refactor(@nestjs/common): rename the ValidationPipe properties

    adopt the class-validator naming scheme
    fwoelffel committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    9992996 View commit details
    Browse the repository at this point in the history
  3. feat(@nestjs/common): improve the ValidationPipe

    add support for all class-validator options
    fwoelffel committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    ff229b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. refactor(@nestjs/common): rewrite the ValidationPipe constructor

    initialize the properties in a more elegant way
    fwoelffel committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    aaab2bc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    27c0839 View commit details
    Browse the repository at this point in the history