Skip to content

v2.0.0

Choose a tag to compare

@gdbrown gdbrown released this 12 Nov 03:01
· 35 commits to master since this release
b1c5a3c

BREAKING CHANGES

  • Update Gdbots\Pbj\Marshaler\Elastica\* classes to use "ruflin/elastica": "~5.3".
  • Change pbj_keyword_analyzer to just pbj_keyword in Gdbots\Pbj\Marshaler\Elastica\MappingFactory.
  • Require php >=7.1 in composer.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.