ngyv / re-modelr

A simple-to-use pure javascript object-relational mapping to manage data.
MIT License
0 stars 0 forks source link

[REFACTOR] Validate attributes #17

Closed ngyv closed 6 years ago

ngyv commented 6 years ago

Move part of the validation into model descriptor.

Using type to describe BaseModel attributes will now result in console warning even when required is not specified in type.