Undistraction / folktale-validations

Validators and related utils for working with Folktale's Validation.
MIT License
7 stars 3 forks source link

Support arbitrary fields on objects #8

Closed Undistraction closed 6 years ago

Undistraction commented 6 years ago

Currently the presence of fields not described by constraints will result in Validation.Failure. This should be optional, so additional fields can be included.

Problems

Solution

Undistraction commented 6 years ago

Closed with #18