All Versions
67
Latest Version
Avg Release Cycle
40 days
Latest Release
896 days ago

Changelog History
Page 1

  • v3.15.0 Changes

    October 14, 2021

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘ allow the groups annotation to use "groups" as parameter name #1351 (goetas)
    • ๐Ÿ‘ Allow stable PHPStan PHPDoc Parser #1346 (mbabker)
    • Symfony 6 and DBAL 3 compat #1345 (mbabker)
    • Proposed fix for serializing custom DateTimeInterface implementations #1344 (andrei-dascalu)
    • ๐Ÿ‘ Allow to add prefix to twig helpers #1341 (goetas)
    • ๐Ÿ›  Fix phpstan return type #1329 (dgafka)
  • v3.14.0 Changes

    August 06, 2021

    ๐Ÿ”€ Merged pull requests:

    • Avoid duplicate/invalid definitions when loading the php attributes using the annotation driver #1340 (goetas)
  • v3.14.0-rc2 Changes

    August 06, 2021

    ๐Ÿ”€ Merged pull requests:

    • โš™ run php8 ci on high and low deps #1339 (goetas)
    • 0๏ธโƒฃ php8 attributes are enabled by default on php8 or higher #1338 (goetas)
    • ๐Ÿ‘ Allow positional php8 attributes #1337 (goetas)
    • โฌ‡๏ธ Drop Travis #1306 (simPod)
  • v3.14.0-rc1 Changes

    August 01, 2021

    ๐Ÿ”€ Merged pull requests:

    • โž• Add PHP attributes support #1332 (goetas)
    • ๐Ÿ—„ Deprecate @ReadOnly annotation in favor of @ReadOnlyProperty #1333 (mbabker)
  • v3.13.0 Changes

    July 05, 2021

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ‘‰ Use FilesystemAdapter when possible to fix compatibility with doctrine/cache 2 #1328 (rasmustnilsson)
    • ๐Ÿ‘‰ Use PsrCachedReader and drop doctrine/cache #1327 (simPod)
    • Check data can be casted before actual casting #1317 (scaytrase)
    • โž• Add methods for data_collector #1316 (gam6itko)
    • ๐Ÿ›  fix iterable::class that does not exist #1315 (Tobion)
    • ๐Ÿ‘‰ useful error when data is not an object #1313 (dbu)
    • ๐Ÿ›  Fix callback-method setup using XmlDriver #1310 (curzio-della-santa)
  • v3.12.3 Changes

    April 25, 2021

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“š [docs] Add documentation to deserialize on existing objects #1308 (gam6itko)
    • ๐Ÿ‘ Allow phpstan/phpdoc-parser v0.5 #1307 (simPod)
  • v3.12.2 Changes

    March 23, 2021

    ๐Ÿ›  Fixed bugs:

    • Undefined offset: 0 when using @var null|string instead of @var string|null #1301 (ruudk)

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿšš move around some doc block classes #1304 (goetas)
  • v3.12.1 Changes

    March 21, 2021

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fix for issue #1286: loading fails when deserializing XML #1289 (jviersel-ipronto)
    • ๐Ÿ›  Fix DocBlockTypeResolver crash on PHP 7.3 and less #1288 (simPod)
    • Doctrine json field type can contain not only an array #1295 (gam6itko)

    ๐Ÿ”€ Merged pull requests:

  • v3.12.0 Changes

    March 04, 2021

    ๐Ÿ›  Fixed bugs:

    • โœ‚ Remove from the serialization groups if no match #1291 (goetas)

    ๐Ÿ”€ Merged pull requests:

  • v3.11.0 Changes

    December 29, 2020

    Implemented enhancements:

    • ๐Ÿ‘ Allow installing and build on PHP 8 #1267 (sanmai)
    • ๐Ÿ“œ Use phpstan/phpdoc-parser to retrieve additional type information from PhpDoc #1261 (Namoshek)
    • DoctrineObjectConstructor Using array_key_exists() on objects is deprecated in php7.4 #1253 (gam6itko)
    • โž• Add Composer cache for v2 on Travis CI #1266 (sanmai)
    • ๐Ÿ‘ Allow interfaces for DocBlock #1256 (marein)
    • ๐Ÿ‘ Allow interfaces for typed properties #1254 (marein)