andrebaltieri / Flunt

Validations and Notifications
https://github.com/andrebaltieri/flunt
MIT License
624 stars 162 forks source link

Creating standardized return notifications #46

Closed silvairsoares closed 3 years ago

silvairsoares commented 4 years ago

Creation of functionality to return validation failures in the following pattern: [ "property 1": "failure" "property 2": "failure" ... ]

Refactoring: https://github.com/andrebaltieri/flunt/pull/43