Releases: madewithlove/elasticsearcher
Releases · madewithlove/elasticsearcher
0.7.0
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
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
0.5.3
What's Changed
- Fixed branch alias by @GrahamCampbell in #56
- Use getBody Method When Calling get in BodyTrait by @damiankloip in #53
- Bump ES version to 5.6.16 and add docker compose file for local testing. by @slashrsm in #60
New Contributors
- @GrahamCampbell made their first contribution in #56
- @slashrsm made their first contribution in #60
Full Changelog: 0.5.2...0.5.3
0.5.2
0.4.2
0.5.1
0.5.0
0.3.2
0.4.1
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)