Releases: bjd-php/parsley-bundle
Releases · bjd-php/parsley-bundle
v3.1.0
What's Changed
- Fix symfony 6.3 deprecation warnings in FactoryTrait.php by @pathmissing in #23
New Contributors
- @pathmissing made their first contribution in #23
Full Changelog: v3.0.0...v3.1.0
Support for Symfony ^5.4 and ^6.0, support for php 7.4 to 8.1
Merge pull request #22 from bjd-php/v3 Upgrade composer branch alias
Allow numeric values for GreaterThan and LessThan
Merge pull request #19 from Matts/allow-numeric Allow numeric values for GreaterThan and LessThan
Change range options allowed types
Merge pull request #17 from bjd-php/issue/16 Allow numeric types for min and max options of the Range constraint
Fix Symfony 4.2 deprecations
Upgrade minimal Symfony components version to 4.2
Add constraints
v2.0.2 Update supported constraints in README
v2.0.1
Symfony 4 support
v2: symfony 4 support * Update composer requirements: php 7.1, symfony 4.0, phpunit 7.1 * Create constraints form and entity readers * Remove constraints builders, use factories instead * Move unit tests into Tests/ * Rename ParsleyAssert\Type => ParsleyAssert\Email * Move classes * Rework bundle configuration * Better support for Type constraints * Avoid skipped tests * Update ci config
Add LessThan and GreaterThan constraints for Parsley
1.4 Add LessThan constraint
Log a notice for unsupported constraints
Log a notice for unsupported constraints instead of throwing an exception.