0.3.0 - Rewrite of internals
This is effectively a from-scratch rewrite of all the internals. The trait-based implementation has been removed, in favor of two new concrete classes which implement the "core" Doctrine interfaces: Doctrine\ORM\EntityManagerInterface
and Doctrine\Persistence\ObjectRepository
.