Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 751 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 751 Bytes

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.

[unreleased]

[1.0.1] 2019-11-07

Changed

  • return type of DataObject/Language::getChilds not null
  • license in readme file was wrongly stated as MIT
  • version number in metadata.php

[1.0.0] 2019-11-06

Added

  • Language queries, mutation, type and data access object
  • @Logged and @Right annotations and updated tests

Changed

  • depends on oxid-esales/graphql-base:^1.1
  • Namespace from \OxidEsales\GraphQL to \OxidEsales\GraphQL\Translations
  • PSR2 -> PSR12