Skip to content

Releases: hyperf/validation

Release v2.2.13

25 Oct 02:01

Choose a tag to compare

Renamed the namespace about macroable component. (#4166)

Release v2.2.12

18 Oct 01:39

Choose a tag to compare

Fixed validator factory does not support other validators. (#4141)

* Fixed validator factory does not support other validators.

* Update CHANGELOG-2.2.md

Release v2.2.7

06 Sep 03:29

Choose a tag to compare

Added test cases.

Release v2.2.6

30 Aug 04:34

Choose a tag to compare

Fixed type error when using `Hyperf\Validation\Rules\Unique::__toStri…

Release v2.2.5

23 Aug 03:46

Choose a tag to compare

Optimized code

* ValidatesAttributes remove catch "Exception"

* Added Annotations of PHP8 for devtool.

Co-authored-by: 李铭昕 <[email protected]>

Release v2.2.0

19 Jul 05:39

Choose a tag to compare

Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-rc2

28 Jun 02:11

Choose a tag to compare

Merge branch 'master' into 2.2-merge

# Conflicts:
#	bin/release.sh
#	bin/split.sh
#	src/validation/src/Concerns/FormatsMessages.php

Release v2.1.22

28 Jun 01:35

Choose a tag to compare

Fixed bug that `RequiredIf` can be exploited to generate gadget chain…

Release v2.2.0-beta1

07 Jun 02:42

Choose a tag to compare

Adapt other components to support php8. (#3673)

Release v2.1.10

15 Mar 02:05

Choose a tag to compare

Fixed bug that `FormRequest` could't get the changed data from `Conte…