-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
CHANGELOG | ||
========= | ||
|
||
0.2.0 | ||
----- | ||
|
||
* replaced dependency on `xabbuh/xapi-model` with its `php-xapi/model` | ||
replacement | ||
|
||
* replaced dependency on `xabbuh/xapi-data-fixtures` with its | ||
`php-xapi/test-fixtures` replacement | ||
|
||
**CAUTION**: This is the last release of this package and it will no longer be | ||
maintained in the future. Please use the `php-xapi/validation` package instead | ||
which provides the same features. | ||
|
||
0.1.1 | ||
----- | ||
|
||
* fix lowest required version of `xabbuh/xapi-model` | ||
|
||
0.1.0 | ||
----- | ||
|
||
First release containing validation rules to verify that xAPI statements and | ||
related objects fulfill the requirements given by the API specs. | ||
|
||
This package replaces the `xabbuh/xapi-validator` package which is now | ||
deprecated and should no longer be used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
xApi Validator | ||
============== | ||
xApi Validation | ||
=============== | ||
|
||
[![Build Status](https://travis-ci.org/php-xapi/xapi-validator.svg?branch=master)](https://travis-ci.org/php-xapi/xapi-validator) | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-xapi/xapi-validator/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/xapi-validator/?branch=master) | ||
[![Code Coverage](https://scrutinizer-ci.com/g/php-xapi/xapi-validator/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/xapi-validator/?branch=master) | ||
[![Build Status](https://travis-ci.org/php-xapi/validation.svg?branch=master)](https://travis-ci.org/php-xapi/validation) | ||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/php-xapi/validation/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/validation/?branch=master) | ||
[![Code Coverage](https://scrutinizer-ci.com/g/php-xapi/validation/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-xapi/validation/?branch=master) | ||
|
||
Validate [Experience API](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md) | ||
model objects. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters