Skip to content

0.3.0 - Rewrite of internals

Compare
Choose a tag to compare
@Firehed Firehed released this 11 Sep 19:21
· 25 commits to master since this release
620da10

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.