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

Nested Schema Validation #47

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 23, 2014

  1. Configuration menu
    Copy the full SHA
    3a31882 View commit details
    Browse the repository at this point in the history
  2. rc1

    mikermcneil committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    bc69e2e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

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

Commits on May 22, 2014

  1. backward compatible

    Clark Wang committed May 22, 2014
    Configuration menu
    Copy the full SHA
    10cbe7c View commit details
    Browse the repository at this point in the history
  2. support nested object schema

    Clark Wang committed May 22, 2014
    Configuration menu
    Copy the full SHA
    7e58915 View commit details
    Browse the repository at this point in the history
  3. typo

    Clark Wang committed May 22, 2014
    Configuration menu
    Copy the full SHA
    3af3465 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2014

  1. Configuration menu
    Copy the full SHA
    11f5dbc View commit details
    Browse the repository at this point in the history
  2. support array schema

    Clark Wang committed May 25, 2014
    Configuration menu
    Copy the full SHA
    6a069fa View commit details
    Browse the repository at this point in the history
  3. better err message for array schema

    Clark Wang committed May 25, 2014
    Configuration menu
    Copy the full SHA
    022687c View commit details
    Browse the repository at this point in the history
  4. rename deepMatchType to deepMatchSchema

    Clark Wang committed May 25, 2014
    Configuration menu
    Copy the full SHA
    abba07d View commit details
    Browse the repository at this point in the history
  5. correct test

    Clark Wang committed May 25, 2014
    Configuration menu
    Copy the full SHA
    54b5392 View commit details
    Browse the repository at this point in the history
  6. properly handle non-object data against object schema

    Clark Wang committed May 25, 2014
    Configuration menu
    Copy the full SHA
    6619478 View commit details
    Browse the repository at this point in the history
  7. fix rule fails when type is a RegExp

    Clark Wang committed May 25, 2014
    Configuration menu
    Copy the full SHA
    9564498 View commit details
    Browse the repository at this point in the history