Skip to content

Releases: hyperf/codec

Release v3.1.15

28 Mar 07:56
Compare
Choose a tag to compare
Format code by the latest `cs-fixer`. (#6617)

Release v3.1.10

23 Feb 03:27
Compare
Choose a tag to compare
Added return type for model ast visitors. (#6544)

Release v3.1.4

29 Dec 01:39
Compare
Choose a tag to compare
Throw `InvalidArgumentException` instead of `TypeError` for decoding …

…an empty string when using `Base62::decode`. (#6415)


Co-authored-by: Lu Fei <52o@qq52o.cn>
Co-authored-by: 李铭昕 <715557344@qq.com>

Release v3.1.0

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

Release v3.1.0-rc.5

05 Oct 09:53
Compare
Choose a tag to compare
Merge branch 'master' into 3.1

# Conflicts:
#	.github/workflows/test.yml

Release v3.0.38

05 Oct 09:26
Compare
Choose a tag to compare
Update Base62.php (#6177)

Release v3.1.0-rc.4

22 Sep 05:57
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:38
Compare
Choose a tag to compare
Upgrade actions/checkout to v4 (#6159)

Release v3.1.0-beta.11

18 Aug 04:51
Compare
Choose a tag to compare
When using `Base62::decode` to decode the incorrect data, it will be …

…thrown `InvalidArgumentException` instead of `TypeError`. (#6022)


Co-authored-by: 李铭昕 <715557344@qq.com>

Release v3.1.0-beta.8

21 Jul 04:17
Compare
Choose a tag to compare
Merge branch 'master' into 3.1-merge

# Conflicts:
#	src/service-governance-nacos/src/ClientFactory.php