0.3.0
Pre-release
Pre-release
- 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
.