Skip to content

Releases: hyperf/validation

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: 李铭昕 <715557344@qq.com>

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…

Release v2.1.1

04 Jan 03:34

Choose a tag to compare

Format code.

Release v2.1.0

28 Dec 02:00

Choose a tag to compare

Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.1.0-beta2

21 Dec 06:07

Choose a tag to compare

Merge branch 'master' into 2.1-merge

# Conflicts:
#	src/validation/composer.json

Release v2.0.24

21 Dec 02:13

Choose a tag to compare

Optimized requirement for `hyperf/validation` (#2992)

* Removed devtool from validation.

* Update CHANGELOG-2.0.md