You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments