Skip to content

Releases: korridor/laravel-model-validation-rules

3.2.0 - UUID and make

14 Oct 17:01
Compare
Choose a tag to compare
  • Add function uuid to prevent query exceptions in PostgreSQL
  • Add function make which calls the constructor for cleaner syntax

3.1.0 - Laravel 11 support; New option for soft deleted models

28 Feb 15:16
Compare
Choose a tag to compare
  • Laravel 11 support
  • PHP 8.3 is now tested
  • Added option to include soft deleted models without a custom builder

3.0.0 - Laravel 10 support

16 Feb 11:18
Compare
Choose a tag to compare

Breaking

The version 3.0.0 is only compatible with Laravel 10.
If you want to use this package with an older Laravel version, you can still use the 2.1.* versions. (See README for installation instructions)

Changes

  • PHP 8.2 support
  • Strict types
  • GitHub Actions

2.1.1 - Laravel 9

09 Feb 11:05
Compare
Choose a tag to compare
  • Added Laravel 9 support
  • Added PHP 8.1 support
  • Updated php-cs-fixer

2.1.0 - Enhanced language support

12 May 20:37
Compare
Choose a tag to compare
  • Added better language support (functions withMessage and withCustomTranslation)
  • Refactored test cases
  • Updated readme
  • Added missing type definitions

2.0.3 - Laravel 8 support

11 Sep 11:31
e4ba366
Compare
Choose a tag to compare
  • Added Laravel 8 support
  • Removed unused testing code

2.0.2 - Bugfix and updated dependencies

30 Mar 17:12
Compare
Choose a tag to compare
  • Laravel 7.* support
  • Fixed bug in UniqueEloquent
  • Added docker workspace
  • Added coverage shield
  • Fixed ide support for PhpStorm

2.0.1 - Updated readme and fixed dependencies

12 Nov 01:20
Compare
Choose a tag to compare
  • Fixed typos in readme
  • Include namespaces in readme examples (Thanks @lonnylot)
  • Fixed Laravel 6.* dependency
  • Updated dependencies and added missing dependency (illuminate/database)
  • Formatted code (StyleCI)

2.0.0 - Added UniqueEloquent rule; Renamed ExistEloquent to ExistsEloquent

18 Sep 22:38
da57c42
Compare
Choose a tag to compare
  • Added TravisCI
  • Extended readme (shields etc.)
  • Added StyleCI