- The
XApi\Repository\Doctrine\Mapping\Object
class was renamed toXApi\Repository\Doctrine\Mapping\StatementObject
for compatibility with PHP 7.2.
-
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
.
-
Moved base functional
StatementRepositoryTest
test case class to theXApi\Repository\Doctrine\Test\Functional
namespace. -
The base namespace was changed from
Xabbuh\XApi\Storage\Doctrine
toXApi\Repository\Doctrine
.