1.7 KiB
CHANGELOG
0.4.0
-
The
XApi\Repository\Doctrine\Mapping\Objectclass was renamed toXApi\Repository\Doctrine\Mapping\StatementObjectfor compatibility with PHP 7.2. -
dropped suppport for PHP < 5.6 and HHVM
-
made the package compatible with
3.xreleases oframsey/uuid -
allow
2.xand3.xreleases of thephp-xapi/modelpackage too
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.
0.2.1
- fixed namespace for base unit test case class
MappedStatementRepositoryTest
0.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
0.1.0
First release providing common functions for Doctrine based xAPI learning record store backends.
This package replaces the xabbuh/xapi-doctrine-storage package which is now
deprecated and should no longer be used.