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

Child model and collection validators #203

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

Commits on Jan 3, 2014

  1. Added nested model / collection + changed validation on changed attri…

    …butes
    
    Added nested model / collection validations as suggested in
    thedersen#109. Also
    modified validation on change. Switched for on change validation to
    only changed attribute in stead of all attributes to prevent triggering
    of non modified attributes (having default not correct not modified
    values).
    jeroensen committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    5a42ab8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. Merge branch 'develop' of https://github.com/jeroensen/backbone.valid…

    …ation into childModelAndCollectionValidators
    Soesah committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    c155bb4 View commit details
    Browse the repository at this point in the history
  2. Removed another change, focussing this branch on the child-model and …

    …child-collection validation
    Soesah committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    a6c10bd View commit details
    Browse the repository at this point in the history
  3. Added tests

    Soesah committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    168ea13 View commit details
    Browse the repository at this point in the history