-
Mantas Varatiejus authored
# Conflicts: # composer.json
Mantas Varatiejus authored# Conflicts: # composer.json
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CHANGELOG.md 1.18 KiB
CHANGELOG
v2.0.0 (2016-x)
- [BC break] Aggregation name is not prefixed anymore
- [BC break] Removed all filters and filtered query
- [BC break] Query's
toArray()
now returns array WITH query type
v1.1.2 (2016-02-01)
- Deprecated
FuzzyLikeThisQuery
andFuzzyLikeThisFieldQuery
queries
v1.1.1 (2016-01-26)
- Fixed query endpoint normalization when called repeatedly #56
- Deprecated
DslTypeAwareTrait
andFilterOrQueryDetectionTrait
traits
v1.1.0 (2015-12-28)
- Fixed nested query in case
bool
with singlemust
clause given #32 - Deprecated all filters and filtered query #50
- Added
filter
clause support forBoolQuery
#48