Skip to content

Releases: hyperf/collection

Release v3.0.33

18 Aug 04:50
Compare
Choose a tag to compare
Fixed bug that `Arr::has` with integer keys cannot work as expected. …

Release v3.1.0-beta.9

27 Jul 14:41
Compare
Choose a tag to compare
Collection::except() with null returns all (#5972)

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

Release v3.0.29

14 Jul 06:13
Compare
Choose a tag to compare
docs(collection):fix unique/uniqueStrict param $key callback type (#5…

Release v3.1.0-beta.7

13 Jul 09:09
Compare
Choose a tag to compare
Adds `isList` method to `Arr` (#5918)


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

Release v3.1.0-beta.6

08 Jul 13:57
Compare
Choose a tag to compare

Release v3.1.0-alpha.1

10 Jun 02:21
Compare
Choose a tag to compare
Bumps `phpunit` to `10.x` (#5802)


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

Release v3.0.24

10 Jun 01:45
Compare
Choose a tag to compare
Fixed phpstan errors (#5798)

Release v3.0.21

18 May 03:01
Compare
Choose a tag to compare
Adds `Arr::hasAny()` (#5731)


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

Release v3.0.20

12 May 04:44
Compare
Choose a tag to compare
Adds `Arr::mapWithKeys()` (#5711)