Releases: tanoconsulting/datavalidatorbundle
1.0 Alpha 2
-
Fixed: in dry-run mode, use the correct name for foreign-key constraints
-
Fixed: use appropriate exceptions when invalid constraint definitions are found
-
New: allow defining constraints via a symfony config parameter or tagged services instead of a yaml file
-
New: allow interrupting gracefully the validation command (using CTRL-C / sigterm or sigint)
-
Improved: Improve output of the validation command: in verbose mode, print the number of constraints found, the name of each constraint before validating it and at the end the time taken and max memory used
-
Code refactoring: use a common base for all exceptions of this bundle; make API more similar to the Symfony Validator Component one
Initial release
The basics are in: load constraints definitions from a yaml or json files, and check the data in the database.
Lots of polish will be added in the next versions.
Enjoy!