Skip to content

Releases: hyperf/validation

Release v3.1.9

18 Feb 01:44
Compare
Choose a tag to compare
Fixed bug that the rule `decimal` cannot work well with `size` for `v…

Release v3.1.0

30 Nov 16:08
Compare
Choose a tag to compare
Changed the `branch-alias` of all components to `3.1-dev`. (#6320)

Release v3.1.0-rc.13

17 Nov 14:41
Compare
Choose a tag to compare
Merge branch 'master' into 3.1-merge

Release v3.0.44

17 Nov 14:30
Compare
Choose a tag to compare
Adds `Validator::setValue` and make `Validator::getValue` public (#6292)


Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: Lu Fei <52o@qq52o.cn>

Release v3.1.0-rc.9

27 Oct 02:30
Compare
Choose a tag to compare
Merge branch 'master' into 3.1-merge

# Conflicts:
#	src/http-server/src/Response.php

Release v3.0.41

27 Oct 02:03
Compare
Choose a tag to compare
Revert form request (#6229)

Release v3.1.0-rc.4

22 Sep 05:59
Compare
Choose a tag to compare
Merge branch 'master' into 3.1

# Conflicts:
#	.github/workflows/test.yml
#	src/service-governance/src/Listener/RegisterServiceListener.php
#	src/stringable/composer.json
#	src/stringable/tests/StrTest.php

Release v3.0.37

22 Sep 05:41
Compare
Choose a tag to compare
Upgrade actions/checkout to v4 (#6159)

Release v3.1.0-rc.3

14 Sep 09:53
Compare
Choose a tag to compare
Merge branch 'master' into 3.1

# Conflicts:
#	src/redis/composer.json
#	src/validation/tests/Cases/ValidateAttributesTest.php

Release v3.0.36

15 Sep 06:59
Compare
Choose a tag to compare
Fixed bug that validateJson was incompatibility with php 8.0 (#6146)

* Fixed bug that `validateJson` cannot work when using php 8.0.
* Fixed unit cases for redis cannot work.

Co-authored-by: 李铭昕 <715557344@qq.com>
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>