Skip to content

Tags: 123inkt/utils

Tags

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update actions/checkout action to v7 (#68)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.31.1

Toggle v1.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed not passing message to nested assertions (#67)

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add assert is list (#66)

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds Arrays::implode (#65)

* Adds Arrays::implode to implode array like normal, but with support for iterables and allows BackedEnum as value

* Update src/Arrays.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update tests/Unit/ArraysTest.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/Arrays.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Adds Arrays::implode to implode array like normal, but with support for iterables and allows BackedEnum as value

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Closures::unfold function (#64)

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add JsonSerializable in Stringify. (#62)

* Add JsonSerializable in Stringify.

* Update phpastan baseline

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Arrays::mapKeys (#60)

* Add Arrays::mapKeys

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add arrays path accessor methods (#57)

* Add Arrays::fetchByPath and Arrays::assignByPath

* Add Arrays::fetchByPath and Arrays::assignByPath

* Update tests/Unit/ArraysPathAccessorTest.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add assert positive, negative ints (#55)

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added Assert::greaterThan and Assert::lessThan (#53)