Releases: bobvandevijver/EntityHistoryBundle
Releases · bobvandevijver/EntityHistoryBundle
v4.2.2
Full Changelog: v4.2.1...v4.2.2
v4.2.1
Full Changelog: v4.2.0...v4.2.1
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)