Skip to content

Releases: bjd-php/parsley-bundle

v3.1.0

15 Dec 09:19
0c08bec
Compare
Choose a tag to compare

What's Changed

  • Fix symfony 6.3 deprecation warnings in FactoryTrait.php by @pathmissing in #23

New Contributors

Full Changelog: v3.0.0...v3.1.0

Support for Symfony ^5.4 and ^6.0, support for php 7.4 to 8.1

18 Mar 13:52
5a68cee
Compare
Choose a tag to compare
Merge pull request #22 from bjd-php/v3

Upgrade composer branch alias

Allow numeric values for GreaterThan and LessThan

15 Oct 18:46
b669665
Compare
Choose a tag to compare
Merge pull request #19 from Matts/allow-numeric

Allow numeric values for GreaterThan and LessThan

Change range options allowed types

05 Jul 17:47
34b6bb9
Compare
Choose a tag to compare
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

04 Sep 22:26
05fb51d
Compare
Choose a tag to compare

Upgrade minimal Symfony components version to 4.2

Add constraints

14 May 20:59
Compare
Choose a tag to compare
v2.0.2

Update supported constraints in README

v2.0.1

14 May 08:41
Compare
Choose a tag to compare
Update README

Symfony 4 support

12 May 09:41
Compare
Choose a tag to compare
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

22 Feb 22:32
Compare
Choose a tag to compare

Log a notice for unsupported constraints

10 Jan 21:20
Compare
Choose a tag to compare

Log a notice for unsupported constraints instead of throwing an exception.