Releases: php-xapi/json-test-fixtures
Releases · php-xapi/json-test-fixtures
2.0.0
1.0.0
This first stable release contains all the official conformance test fixtures provided by the maintainers of the xAPI spec as JSON encoded files and provides ways to access them through a PHP API.
This release is equivalent to the 0.2 release series and is considered to be stable.
0.2.3
- Added a
Statement
fixture defining all properties of a statement. - Added fixtures for statement attachments.
- Added fixtures for activity definition extensions.
- Added fixtures for activity interaction definitions and interaction components.
- Added missing fixtures for
Account
,Activity
,Actor
,Context
,ContextActivities
,Extensions
,Result
,SubStatement
,StatementReference
andVerb
. - Removed dependency on the
php-xapi/model
package. The classes from that package are never used.