Releases
5.3.0
Formatter improvements ðŸ¥
Mark
Type
Count
Packages
Features
4
formatter
, queue
, testing
Bug Fixes
2
formatter
, queue
💀
Deprecations
5
core
, graphql
, migrator
, testing
Miscellaneous
2
serializer
, testing
Package core
Deprecations 💀
Dispatcher::getObservers()
(d374202 )
LastDragon_ru\LaraASP\Core\Provider\Helper::callAfterBoot()
(69b21c0 )
Package formatter
Features
More precise Formatter::filesize()
/Formatter::disksize()
(1047552
bytes will be converted to "1.00 MiB" instead of "1,023.00 KiB") (73dea41 )
New Formatter::disksize()
to format bytes into units based on powers of 10 (kilobyte, megabyte, etc) (2ffb175 )
Bug Fixes
str_pad()
=> mb_str_pad()
(c30c27b )
Package graphql
Deprecations 💀
ClientException::getCategory()
(efceb9d )
Package migrator
Deprecations 💀
SmartMigrator::isAnonymousMigrationsSupported()
(69e9ed3 )
Package queue
Features
Bug Fixes
Removed deleteWhenMissingModels
because it can be set only within the class itself (7507d15 )
Package serializer
Miscellaneous
Minimal version of symfony/property-info
set to ^6.3.9
(b540c5a )
Package testing
Features
LastDragon_ru\LaraASP\Testing\Concerns\Override($factory)
can be also T|class-string<T>
(54b1e74 )
Deprecations 💀
TestCase::getContainer()
. Please use Container::getInstance()
instead (8ac44f7 )
Miscellaneous
symfony/psr-http-message-bridge:^6.4.0
support (aea03f8 )
You can’t perform that action at this time.