Skip to content

Serializer enums support and`@sortBy` fix ❄

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 06:51
· 1027 commits to main since this release
5.5.0
406f5d5
Mark Type Count Packages
Features 2 serializer
Bug Fixes 3 documentator, graphql
Miscellaneous 1 documentator

Package documentator

Bug Fixes

  • Added missed nikic/php-parser requirement + compatibility with v5 (4a76c86)
  • requirements command will use local composer.json for HEAD (eaa095e)

Miscellaneous

  • Removed phpdocumentor/reflection-docblock, the phpstan/phpdoc-parser will be used instead (67f1e62)

Package graphql

Bug Fixes

  • @sortBy: Random order will be available only for Query and Eloquent builders (4fbf170)

Package serializer

Features

  • BackedEnum support out the box (315737d)
  • UnitEnum support (will be serialized/deserialized as/from the case name) (4f047cc)