Releases: elasticquent/Elasticquent
Releases · elasticquent/Elasticquent
v1.0.7
Fix installation on new versions of Laravel 5.8
v1.0.6
Fix two regressions from v1.0.5
This should be us done for the v1.0 series. Now it's time to start working on 1.1 👍
Fixes & Changes
- #24 Full namespaces removed from
use
statements caused compatibility issues
- #27 Elasticquent would not install on Laravel 5.0 and Laravel 5.1
v1.0.5
Fix #24 - use
statements were not correct inside ElasticquentTrait
, which caused issues when attempting to use Elastiquent.
v1.0.4
- Fix Laravel 4 support
- Allow using Elasticsearch-php 2.0
v1.0.3
- New: Implement a
chunk
method specifically for ElasticquentResultCollection
results.
- Bugfix: #8, support Lumen
v1.0.2
- New
complexSearch
function.
- New
ElasticquentPaginator
updateIndex
support.
deleteIndex
support.