v2.1.0 #14
ericsizemore
announced in
Announcements
v2.1.0
#14
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[2.1.0] - 2024-04-23
This release focuses on setting up the future of the library. No new features or functionality has been added in this release.
Added
Esi\Clock
to dependencies, updatedEsi\Utility\Dates
accordingly.Changed
.php-cs-fixer.dist.php
, and as a result, implemented those changes throughout the library.tests
github workflow to add uploading coverage data to Codecov.ioabstract
as they never need instantiation.Deprecated
The next major release, v3, will move to PHP 8.3 as a minimum requirement.
Arrays::flatten()
's current signature and functionality will change in the next major release (v3.0)Arrays::mapDeep()
's current signature and functionality will change in the next major release (v3.0)Arrays::validJson()
will be removed in the next major release (v3.0)Conversions
:Removed
Arrays::exists
@phpstan-ignore-*
opting to instead use a baseline for PHPStan (phpstan-baseline.neon
)GitHub Log
What's Changed
New Contributors
Full Changelog: v2.0.0...v2.1.0
This discussion was created from the release v2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions