Skip to content

Latest commit

 

History

History
166 lines (104 loc) · 4.35 KB

CHANGELOG.md

File metadata and controls

166 lines (104 loc) · 4.35 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.3.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.3.0 - 2019-01-24

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.2.1 - 2018-12-03

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • zfcampus/zf-apigility-doctrine#316 updates the DoctrineResource::fetch() method to add the Laminas\ApiTools\ResourceEvent to the generated DoctrineResourceEvent prior to triggering the EVENT_FETCH_PRE event, ensuring users have access to all necessary data.

2.2.0 - 2018-01-18

Added

  • zfcampus/zf-apigility-doctrine#291 adds ability to use factory (doctrine instantiator instance) to create new entities. To configure factory for a specific resource use:

    'api-tools' => [
        'doctrine-connected' => [
            'Api\\V1\\Rest\\...Resource' => [
                'entity_factory' => 'key_in_service_manager',
                ...
            ],
        ],
    ],
    
  • zfcampus/zf-apigility-doctrine#304 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

Fixed

2.1.0 - 2016-10-17

Added

  • zfcampus/zf-apigility-doctrine#267 adds support for version 3 releases of laminas-servicemanager and laminas-eventmanager, while retaining compatibility for v2 releases.

Changed

  • zfcampus/zf-apigility-doctrine#267 exposes the module to laminas/laminas-component-installer, exposing both ZF\Apigility\Doctrine\Admin and ZF\Apigility\Doctrine\Server. The former should be isntalled in the development configuration, and the latter in your application modules.
  • zfcampus/zf-apigility-doctrine#267 updates dependency requirements for the following modules and components:
    • laminas-api-tools/api-tools-apigilty-admin ^1.5
    • phpro/zf-doctrine-hydration-module ^3.0
    • doctrine/DoctrineModule ^1.2
    • doctrine/DoctrineORMModule ^1.1
    • doctrine/DoctrineMongoODMModule ^0.11

Deprecated

  • Nothing.

Removed

Fixed