All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.5.0 2020-05-19
- Pagination input type
2.4.1 2020-04-15
- fixed double file level comments
2.4.0 2020-04-01
- #9 deprecate smurf naming and superflus interfaces
- Rewrite test to not use assertIsString
- #10 added infection mutation testing framework and improved tests
- PHP-CS-Fixer
- allow for PHPUnit ^7.5|^8.5|^9
2.3.0 2020-02-18
- abstract
OxidEsales\GraphQL\Base\Tests\Integration\EnterpriseTestCase
for EE integration tests
2.2.0 2020-02-04
- unit tests for filter input data types
- PHPCompatibility to CodeSniffer
- factory method for filter inupt data types from
createWhatEverType
tofromUserInput
- moved the
OxidEsales\GraphQL\Base\Tests
namespace back to theautoload
key incomposer.json
2.1.0 2020-01-29
- point out that we are using
lcobucci/jwt
inREADME.md
OxidEsales\GraphQL\Base\Tests\Integration\MultishopTestCase
for EE integration tests.gitattributes
to keep tests and developement stuff out of other peoples production
- moved input type factory method from
OxidEsales\GraphQL\Base\DataType\*FilterFactory
to existingOxidEsales\GraphQL\Base\DataType\*Filter
- wording in
docs/SPECIFICATION.md
fromDataObject
toDataType
- Classes
OxidEsales\GraphQL\Base\DataType\BoolFilterFactory
OxidEsales\GraphQL\Base\DataType\DateFilterFactory
OxidEsales\GraphQL\Base\DataType\FloatFilterFactory
OxidEsales\GraphQL\Base\DataType\IDFilterFactory
OxidEsales\GraphQL\Base\DataType\IntegerFilterFactory
OxidEsales\GraphQL\Base\DataType\StringFilterFactory
2.0.0 2020-01-23
DataObject
->DataType
. We do not use the termDataObject
anymore, because from GraphQL as the point of view these are types
- Classes
OxidEsales\GraphQL\Base\Exception\InvalidLoginException
OxidEsales\GraphQL\Base\Exception\InvalidTokenException
OxidEsales\GraphQL\Base\Exception\NoSignatureKeyException
OxidEsales\GraphQL\Base\Exception\NotFoundException
- Methods
OxidEsales\GraphQL\Base\Tests\Integration::execQuery