Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

43 lines (30 loc) · 1.75 KB

Changelog

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

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

0.1.0 2020-06-23

Initial release 🎉