This changelog references the relevant changes done in 0.x versions.
- BUG :: Add minimum requirement check for word matching
[a-zA-Z0-9]+
and ignore empty phrases.
- BUG :: Fix invalid string casting on Numbr in ElasticaQueryBuilder.
BREAKING CHANGES
- Update
ElasticaQueryBuilder
to use"ruflin/elastica": "~5.3"
. - Require php
>=7.1
incomposer.json
. - Add php7 type hinting and use
declare(strict_types=1);
.
- pull #9: Respect boolean operator preceding subquery.
BREAKING CHANGES
- issue #7: Update
ElasticaQueryBuilder
to use 2.x queries/filters. Requires"ruflin/elastica": "~3.2"
. - issue #6: Make TimeZone configurable on any builders that use date nodes.
- The
Number
class was renamed toNumbr
to prevent issue with scalar type hints in php7.
- Allow for
gdbots/common
~0.1 or ~1.0.
- issue #4: Adjust ElasticaQueryBuilder to be more "AND" like by default.
- Initial version.