Releases: spatie/laravel-tags
Releases · spatie/laravel-tags
1.3.3
- removed typehint from HasTags::convertToTags to allow and instance of
Tagto be passed in
1.3.2
- remove classmap from
composer.json
1.3.1
- fix missings deps
1.3.0
- add compatibility with Laravel 5.4
1.2.0
- the
withAllTagsandwithAnyTagsscopes now optionally accept atype
1.1.1
- fix bug where a custom tag model would not be used in
tags()
1.1.0
The function that determines the value of the slug can now be modified in the config file
1.0.2
- fixed bug in
attachTagwhere using aTagmodel would be converted to a string
1.0.1
- fix migration path in service provider
1.0.0
- initial release