All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
-
zfcampus/zf-apigility-doctrine#317 adds support for PHP 7.3.
-
zfcampus/zf-apigility-doctrine#319 adds support for DoctrineModule 2.1 and DoctrineORMModule 2.1.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- zfcampus/zf-apigility-doctrine#316 updates the
DoctrineResource::fetch()
method to add theLaminas\ApiTools\ResourceEvent
to the generatedDoctrineResourceEvent
prior to triggering theEVENT_FETCH_PRE
event, ensuring users have access to all necessary data.
-
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.
- Nothing.
- Nothing.
- zfcampus/zf-apigility-doctrine#304 removes support for HHVM.
-
zfcampus/zf-apigility-doctrine#289 fixes configuration keys, which resolves issue with Laminas API Tools Admin and populating forms from config file and writing duplicated values into config file.
-
zfcampus/zf-apigility-doctrine#290 fixes Doctrine Resource listener attached via config. These are now correctly dispatched.
-
zfcampus/zf-apigility-doctrine#298 fixes data passed to listener on patch method.
-
zfcampus/zf-apigility-doctrine#293 fixes binding parameters with type. In case of custom field type php value was not converted to database value.
-
zfcampus/zf-apigility-doctrine#303 fixes version query parameter as it is restricted by api-tools to indicate version of the api.
- zfcampus/zf-apigility-doctrine#267 adds support for version 3 releases of laminas-servicemanager and laminas-eventmanager, while retaining compatibility for v2 releases.
- zfcampus/zf-apigility-doctrine#267 exposes the
module to laminas/laminas-component-installer,
exposing both
ZF\Apigility\Doctrine\Admin
andZF\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
- Nothing.
- zfcampus/zf-apigility-doctrine#267 removes support for PHP 5.5.
- zfcampus/zf-apigility-doctrine#267 adds a ton of tests to the module, and fixes a number of issues encountered.