Skip to content

Formatter improvements 🥠

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 05:54
· 1044 commits to main since this release
5.3.0
eaf548f
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)