All notable changes to laravel-tags
will be documented in this file
- improve performance
- add
containing
scope
- add L5.7 compatibility
- add L5.6 compatibility
- added compatiblity with Laravel 5.5, dropped support for all older versions
- renamed config file from
laravel-tags
totags
- deleting a model with tags will now delete related records in the
taggables
table
- add
syncWithType
- allow the name of a tag to be set by changing the name property
- fix bug where the same tag would be created multiple times
- removed typehint from HasTags::convertToTags to allow and instance of
Tag
to be passed in
- remove classmap from
composer.json
THIS VERSION IS BROKEN, DO NOT USE
- fix missings deps
THIS VERSION IS BROKEN, DO NOT USE
- add compatibility with Laravel 5.4
- the
withAllTags
andwithAnyTags
scopes now optionally accept atype
- fix bug where a custom tag model would not be used in
tags()
- The function that determines the value of the slug can now be modified in the config file
- fixed bug in
attachTag
where using aTag
model would be converted to a string
- fix migration path in service provider
- initial release