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.
1.0.0 2020-10-29
- Sorting for Product, Category, Vendor, Manufacturer, Country, and State lists
- Default sorting for Products and Categories
- Language relation for product reviews.
ProductStock::getEshopModel
method PR-14- Autogenerated schema documentation which can be found here
Repository::delete
takes loaded BaseModel as argument.OxidEsales\GraphQL\Catalogue\Product\DataType\Price
moved toOxidEsales\GraphQL\Catalogue\Shared\DataType\Price
- Replaced Product field Category with Categories
ProductStock
DataType now implementsDataType
PR-14- Allowed any model class in
ProductDimensions
type constructor - Permissions granted according to user groups instead of
oxuser.oxrights
values - Currency rate value is now
float
- Module ID is now
oe_graphql_catalogue
- Ensure product long description is always a string
- Handle cases where reviews have relations to deleted products
- Datetime fields are nullable instead of zeroes or string values
\OxidEsales\GraphQL\Catalogue\Tests\Integration\TokenTestCase
moved to GraphQL Base Module
0.1.0 2020-06-23
Initial release 🎉