Releases: dwarfhq/laravel-meilitools
Releases · dwarfhq/laravel-meilitools
v0.3.5
What's Changed
- Added Laravel 10 support
- Updated test workflow for PHP 8.2
Full Changelog: 0.3.4...0.3.5
v0.3.4
What's Changed
- Restrict
meilisearch/meilisearch-php
versions as newer versions have breaking changes - Small workflow related updates so they don't cause havoc
Full Changelog: 0.3.3...0.3.4
v0.3.3
What's Changed
- Split Scout specific actions and commands to its own service provider, and removed
laravel/scout
as package requirement - When using soft deletes for a model
__soft_deleted
will now automatically be added to filterable attributes
Full Changelog: 0.3.2...0.3.3
v0.3.2
What's Changed
- Add
index:create
andindex:delete
commands by @macbookandrew in #5
Full Changelog: 0.3.1...0.3.2
v0.3.1
What's Changed
- Added new commands with help from @macbookandrew in #3
meili:index:view
meili:indexes:list
meili:model:view
- Added option to use model base name for model commands by @macbookandrew in #4
New Contributors
- @macbookandrew made their first contribution in #3
Full Changelog: 0.3.0...0.3.1
v0.3.0
Added
- Support for
faceting
andpagination
settings
Changed
- Bumped
meilisearch/meilisearch-php
version to>=0.24.0
Full Changelog: 0.2.0...0.3.0
v0.2.0
Added
New commands:
meili:index:reset
meili:model:reset
Changed
Switched all action properties from private
to protected
Full Changelog: 0.1.0...0.2.0
v0.1.0
First development release
Available commands:
meili:index:details
meili:model:details
meili:model:synchronize
meili:models:synchronize
View the readme for more documentation.