greg0ire
J'ai plus d'une corde à ma harpe
Posts
📦release: `doctrine/collections` 3.0.0
Most notably, `Selectable` is now extended by `ReadableCollection` (which is extended by `Collection`).
Check out the release notes: https://github.com/doctrine/collections/releases/tag/3.0.0
📦 release: `doctrine/collections` 2.6.0 , in which it becomes deprecated to implement `ReadableCollection` without also implementing `Selectable`. This prepares making one extend the other in 3.0.0
Check out the release notes: https://github.com/doctrine/collections/releases/tag/2.6.0
📦release! `doctrine/orm` 3.6.0 has been released.
It contains a few new features, such as:
- the ability to add hints to a query builder;
- new commands to inspect listeners;
- json output for `orm:mapping:describe`;
- better integration between PHP enums and MySQL enums.
There are a few deprecations as well. Check out the release notes to learn more: https://github.com/doctrine/orm/releases/tag/3.6.0
📦release `doctrine/doctrine-migrations-bundle` 4.0.0 🎉
It is compatible with Symfony 8 :symfony:
Check out the release notes: https://github.com/doctrine/DoctrineMigrationsBundle/releases/tag/4.0.0