Releases: gdbots/ncr-bundle-php
Releases · gdbots/ncr-bundle-php
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
BREAKING CHANGES
- Require
"gdbots/pbjx-bundle": "~0.3"
and"gdbots/ncr": "~0.2"
. - Change composer type to
symfony-bundle
. - Add
pbjx.binder
tag togdbots_ncr.node_command_binder
service. - Remove
curie
attribute frompbjx.handler
tag ongdbots_ncr.get_node_batch_request_handler
service. - Mark all classes as final as they are not meant to be extended.
v0.2.0
BREAKING CHANGES
- Register all commands in
Command
namespace using new Symfony 4 convention. - Require
"gdbots/pbjx-bundle": "~0.2"
which requires"symfony/framework-bundle": "^4.0"
. - Remove
Gdbots\Bundle\NcrBundle\Form
as symfony forms is no longer apart ofgdbots/pbjx-bundle
. - Register interfaces and classes for autowiring:
Gdbots\Ncr\Ncr
Gdbots\Ncr\NcrCache
Gdbots\Ncr\NcrLazyLoader
Gdbots\Ncr\NcrSearch