Skip to content

1.0 Alpha 2

Latest
Compare
Choose a tag to compare
@gggeek gggeek released this 10 Mar 23:15
· 17 commits to main since this release
  • 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