Tags: meilisearch/meilisearch-symfony
Tags
Merge #292 292: Update version for the next release (v0.13.1) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-symfony to a new version: "v0.13.1" Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Merge #261 261: Update version for the next release (v0.13.0) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-symfony to a new version: "v0.13.0" Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Merge #252 252: Update version for the next release (v0.12.0) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-symfony to a new version: "v0.12.0" **RELEASE CHANGELOG:** ## 💥 Breaking Changes * Accept a `normalizationGroups` as an array instead of the boolean `useSerializerGroup` when using `SearchableEntity` directly (#239) `@norkunas` * Allow configuring in `config/meilisearch.yml` a custom serializer groups instead of the default one (#239) `@norkunas` Example: ```yml enable_serializer_groups: true serializer_groups: ['public', 'private'] ``` ## 🚀 Enhancements * Start fixing PHPMD issues (#250) `@brunoocasali` ## 💅 Misc * Add phpmd to project (#165) `@jonatanrdsantos` Thanks again to `@brunoocasali,` `@curquiza,` `@jonatanrdsantos,` `@norkunas!` 🎉 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Merge #243 243: Update version for the next release (v0.11.0) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-symfony to a new version: "v0.11.0" Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Merge #234 234: Update version for the next release (v0.10.2) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-symfony to a new version: "v0.10.2" Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Merge #226 226: Release v0.10.1 r=brunoocasali a=brunoocasali This version makes this package compatible with Meilisearch v1.0.0 🎉 Check out the changelog of [Meilisearch v1.0.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) for more information on the changes. ## 🚀 Enhancements * CI: test with Symfony 6.2 (#223) `@norkunas` * Use modern structure (#224) `@norkunas` * Update meilisearch-php to v1.0.0 (#225) `@brunoocasali` Thanks again to `@brunoocasali` and `@norkunas!` 🎉 Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com> Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Merge #214 214: Update version for the next release (v0.9.0) r=brunoocasali a=brunoocasali This version makes this package compatible with Meilisearch v0.30.0 🎉 Check out the changelog of [Meilisearch v0.30.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0) for more information on the changes. ##⚠️ Breaking changes This release is **only** compatible with the latest version of [Meilisearch v0.30.0](https://github.com/meilisearch/meilisearch/releases/tag/v0.30.0) and greater Thanks again to `@brunoocasali` 🎉 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>