v2.0.0
BREAKING CHANGES
- Update
Gdbots\Pbj\Marshaler\Elastica\*classes to use"ruflin/elastica": "~5.3". - Change
pbj_keyword_analyzerto justpbj_keywordinGdbots\Pbj\Marshaler\Elastica\MappingFactory. - Require php
>=7.1incomposer.json. - NOTICE: php7 type hinting (scalar arguments and return types) with
declare(strict_types=1);
will be added in a minor update in the 2.x line. This should NOT be a breaking change if your
code is respecting the doc blocks which represent the public API.