Skip to content

Tags: uwla/ltags

Tags

v2.0.1

Toggle v2.0.1's commit message
fix: distinct default namespace values

In some functions, the default namespace was null, while in others was an empty
string. The default values must be consistent for the package to work when a
specific value is not provided.

v2.0.0

Toggle v2.0.0's commit message
feat: add MorphToMany method

v1.5.4

Toggle v1.5.4's commit message
replace self::class with static::class to allow overriding default class

v1.5.3

Toggle v1.5.3's commit message
fix bug in bulk operations when using custom Tag class

This bug is very similar to the previous one, which  was  fixed,  except
that it applies to other bulk operations, such as getting tagged models,
revoking multiple tags, etc.

v1.5.2

Toggle v1.5.2's commit message
fix Model name when creating tags

If users of this package use their own Tag model,  it  would  still  use
this package's Tag model on the 'model' field of Taggable class, instead
of the user's Tag model. This is now fixed.

v1.5.1

Toggle v1.5.1's commit message
fix bug in delAllTags

The method delAllTags was deleting the tags when it should  delete  just
the association between the model and the tags, not the tags themselves.

v1.5.0

Toggle v1.5.0's commit message
format README

v1.4.0

Toggle v1.4.0's commit message
update readme

v1.3.0

Toggle v1.3.0's commit message
add tests

v1.2.0

Toggle v1.2.0's commit message
update readme