Releases: php-xapi/xapi-model
Releases · php-xapi/xapi-model
v0.3.0
- removed dependency on
xabbuh/xapi-data-fixturesto fix cyclic dependency - replaced dependency on
xabbuh/xapi-commonwith itsphp-xapi/exceptionreplacement
CAUTION: This is the last release of this package and it will no longer be
maintained in the future. Please use the php-xapi/model package instead which
provides the same features.
v0.2.1
v0.2.0
- added created and stored timestamp attributes to statements
- added statement authorities
- model classes are now final and thus cannot be extended anymore
- added
equals()methods to all models to make them comparable - added a class to create statement filters
- model classes are now immutable