Releases: php-xapi/repository-doctrine
Releases · php-xapi/repository-doctrine
0.3.0
- Added mapping classes for all statement properties.
- The
MappedStatement
andMappedVerb
classes have been removed from thephp-xapi/model
package. They have been replaced with the newStatement
andVerb
classes in theXApi\Repository\Doctrine\Mapping
namespace of this package. Consequently, theMappedStatementRepository
class has been removed. It was replaced with a newStatementRepository
class in theXApi\Repository\Doctrine\Repository\Mapping
namespace. - The requirements for
php-xapi/model
andphp-xapi/test-fixtures
have been bumped to^1.0
to make use of their stable releases. - The required version of the
php-xapi/repository-api
package has been raised to^0.3
.
v0.2.1
v0.2.0
- moved base functional
StatementRepositoryTest
test case class to theXApi\Repository\Doctrine\Test\Functional
namespace - changed base namespace of all classes from
Xabbuh\XApi\Storage\Doctrine
toXApi\Repository\Doctrine
- added compatibility for version 0.2 of
php-xapi/repository-api