Releases: bobvandevijver/EntityHistoryBundle
Releases · bobvandevijver/EntityHistoryBundle
v4.2.0
What's Changed
- Allow higher Doctrine and Symfony dependencies by @tobias-93 in #9
Full Changelog: v4.1.0...v4.2.0
Use doctrine listeners instead of subscribers
What's Changed
- Rework Doctrine subscriber registration to fix deprecation by @tobias-93 in #8
Full Changelog: v4.0.1...v4.1.0
Fix schema subscriber
v4.0.1 Fix class param name in CreateSchemaSubscriber
Add typings
Drop support for older Symfony versions
And fix a dependency injection bug as well.
Add TreeBuilder return type
v2.1 Return TreeBuilder
Change root namespace
Remove capital V from namespace and bundle/extension to fix issue with Symfony configurator
Update Doctrine fetch methods
This bundle now uses fetchAssociative
instead of just fetch
(and similar)
Fix DBAL3 compatibility
v1.5 Remove options that no longer can be set with DBAL 3 (#3)
Dependency injection fix for Symfony 5
Merge pull request #2 from tobias-93/fix-dependency-injection-sf5 Fix Dependency Injection for Symfony 5