Releases: korridor/laravel-model-validation-rules
Releases · korridor/laravel-model-validation-rules
3.3.0 - Laravel 12 support
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #22
- Laravel 12.x Compatibility by @laravel-shift in #23
- Added Laravel 12 to GitHub actions by @korridor in #24
New Contributors
- @laravel-shift made their first contribution in #23
Full Changelog: 3.2.0...3.3.0
3.2.0 - UUID and make
- 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
- 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
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
- Added Laravel 9 support
- Added PHP 8.1 support
- Updated php-cs-fixer
2.1.0 - Enhanced language support
- Added better language support (functions
withMessage
andwithCustomTranslation
) - Refactored test cases
- Updated readme
- Added missing type definitions
2.0.3 - Laravel 8 support
- Added Laravel 8 support
- Removed unused testing code
2.0.2 - Bugfix and updated dependencies
- 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
- 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
- Added TravisCI
- Extended readme (shields etc.)
- Added StyleCI