Releases: php-xapi/repository-doctrine
Releases · php-xapi/repository-doctrine
0.3.0
- Added mapping classes for all statement properties.
- The
MappedStatementandMappedVerbclasses have been removed from thephp-xapi/modelpackage. They have been replaced with the newStatementandVerbclasses in theXApi\Repository\Doctrine\Mappingnamespace of this package. Consequently, theMappedStatementRepositoryclass has been removed. It was replaced with a newStatementRepositoryclass in theXApi\Repository\Doctrine\Repository\Mappingnamespace. - The requirements for
php-xapi/modelandphp-xapi/test-fixtureshave been bumped to^1.0to make use of their stable releases. - The required version of the
php-xapi/repository-apipackage has been raised to^0.3.
v0.2.1
v0.2.0
- moved base functional
StatementRepositoryTesttest case class to theXApi\Repository\Doctrine\Test\Functionalnamespace - changed base namespace of all classes from
Xabbuh\XApi\Storage\DoctrinetoXApi\Repository\Doctrine - added compatibility for version 0.2 of
php-xapi/repository-api