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

Features:add defaults/remove non-declared props + fixed small glitch in mixins #38

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

Conversation

ericchaves
Copy link

Hi guys,

I've added two features to revalidator to make it help enforce schema on objects.

One function allows it to add missing properties when it's declared with a default value in schema.
The second one remove properties not declared in schema.

In order to keep compatibility with legacy code they both feature are disabled by default.

To use the first one must pass addMissingDefaults option as true (ugly name, feel free to change if you decide to accept the feature). For the second, the deleteUnknownProperties options must be true.

Also, during tests I noticed that the mixin function was always imposing default values over options passed by the user. The fix as simple, just altered the order in which objects are passed in the mixing.

Cheers,

Eric

@christiansmith
Copy link

+1 I'd definitely use this feature. Please consider merging it! Thanks Eric.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants