Commit e4411ca
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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments