Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@realFlowControl realFlowControl released this 30 Oct 11:16
· 7 commits to master since this release

Added

  • 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

Changed

  • Repository::delete takes loaded BaseModel as argument.
  • OxidEsales\GraphQL\Catalogue\Product\DataType\Price moved to OxidEsales\GraphQL\Catalogue\Shared\DataType\Price
  • Replaced Product field Category with Categories
  • ProductStock DataType now implements DataType 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

Fixed

  • 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

Removed

  • \OxidEsales\GraphQL\Catalogue\Tests\Integration\TokenTestCase moved to GraphQL Base Module