Skip to content

Releases: elasticquent/Elasticquent

v1.0.7

24 Jun 04:48
Compare
Choose a tag to compare

Fix installation on new versions of Laravel 5.8

v1.0.6

28 Jan 04:28
Compare
Choose a tag to compare

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

27 Jan 05:09
Compare
Choose a tag to compare

Fix #24 - use statements were not correct inside ElasticquentTrait, which caused issues when attempting to use Elastiquent.

v1.0.4

11 Jan 22:22
Compare
Choose a tag to compare
  • Fix Laravel 4 support
  • Allow using Elasticsearch-php 2.0

v1.0.3

21 Aug 00:41
Compare
Choose a tag to compare
  • New: Implement a chunk method specifically for ElasticquentResultCollection results.
  • Bugfix: #8, support Lumen

v1.0.2

13 Jul 01:53
Compare
Choose a tag to compare
  • New complexSearch function.
  • New ElasticquentPaginator
  • updateIndex support.
  • deleteIndex support.