Skip to content

Version 1.1.0

Choose a tag to compare

@ivanvermeyen ivanvermeyen released this 27 Oct 15:59
· 86 commits to master since this release

There has been a lot of refactoring and a few features were added, but none of these should be breaking changes:

  • Refactor and merge tests
  • Rewrite Validator extension
  • Update Validation Rule to return a string representation of the rule
  • Always return an error for both the attribute name ($errors->first('slug')) and the localized attribute name ($errors->first('slug.en')) when validation fails
  • Handle custom error messages
  • Add name Rule constructor: UniqueTranslationRule::for($table)