Skip to content

Releases: madewithlove/elasticsearcher

0.7.0

14 Apr 11:38
Compare
Choose a tag to compare

What's Changed

  • Update madewithlove/elasticsearcher to work with Elasticsearch 7. by @slashrsm in #59
  • Correctly fetch total results value. by @slashrsm in #61
  • AbstractIndex::setup() should declare void as its return type. by @slashrsm in #62
  • Enable Github Actions for unit testing by @slashrsm in #64
  • Remove CircleCI configuration. by @slashrsm in #65
  • Add and configure PHPStan static code checks by @slashrsm in #66

Full Changelog: 0.5.3...0.7.0

0.7.0-beta2

15 Mar 12:24
Compare
Choose a tag to compare
0.7.0-beta2 Pre-release
Pre-release

What's Changed

  • Update madewithlove/elasticsearcher to work with Elasticsearch 7. by @slashrsm in #59
  • Correctly fetch total results value. by @slashrsm in #61

Full Changelog: 0.5.3...0.7.0-beta2

0.7.0-beta1

15 Mar 12:01
Compare
Choose a tag to compare
0.7.0-beta1 Pre-release
Pre-release

Version for Elasticsearch 7.

What's Changed

  • Update madewithlove/elasticsearcher to work with Elasticsearch 7. by @slashrsm in #59

Full Changelog: 0.5.3...0.7.0-beta1

0.5.3

15 Mar 11:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

18 Jul 07:53
1d195d7
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Changed

  • Replace illuminate/support dependency with a more lightweight array helper package ( #40 )

0.4.2

06 Dec 13:43
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Changed

  • Cherry-picked the bulk operation improvements from master

0.5.1

18 Aug 12:34
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Fixed

  • Merging fragments with its parent when they have non-sequential keys might result in deleting the wrong fragment ( #43 )

0.5.0

20 Jan 13:54
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Changed

  • Support for Elasticsearch 5.x

0.3.2

15 Jan 08:33
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Added

  • Indices: allow an index to have a different internal name (closes #33)

Changed

  • [internal] Use autoload-dev for the test dummy application

0.4.1

15 Jan 08:01
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Added

  • Queries: add SortableTrait for easy sorting
  • Queries: add PaginatedTrait for easy pagination (closes #22)
  • Indices: allow an index to have a different internal name (closes #33)

Changed

  • [internal] Use autoload-dev for the test dummy application
  • Sorting: add support for fields without a direction
  • Sorting: use original field definition if no direction is provided (closes #31)