Skip to content

2.0.0-alpha5

Pre-release
Pre-release
Compare
Choose a tag to compare
@mxr576 mxr576 released this 11 Oct 05:53
· 249 commits to 2.x since this release
564ea5a
  • Added missing constructor to the Company entity.
  • Added "JSON_PRESERVE_ZERO_FRACTION" to the serializer to ensure float values are always encoded as a float value.
  • Simplified and improved serialization. The EntityNormalizer now called as ObjectNormalizer and the EntityDenormalizer called as ObjectDenormalizer.
  • Blocked installation php-http/client-common>=1.8.0 until this issue does not get solved: php-http/client-common#109.
  • Updated vimeo/psalm dev dependency to the latest 2.x version.