Releases: spatie/laravel-tags
Releases · spatie/laravel-tags
2.2.1
- use morph map name for taggable_type if it exists
2.2.0
- add
scopeWithAllTagsOfAnyType
andscopeWithAnyTagsOfAnyType
2.1.6
- update deps
2.1.5
- fix for locales with hypens in their name
2.1.4
- use
getTable()
instead of$table
in the scope
2.1.3
- fix for
withAnyTags
2.1.2
- add support for laravel-translatable v3
2.1.1
improve performance
2.1.0
- add
containing
scope
2.0.2
- add L5.7 compatibility