Skip to content

Releases: uwla/ltags

v2.0.1: fix: distinct default namespace values

20 Nov 18:55
Compare
Choose a tag to compare
  • fix: inconsistent default namespace value would prevent common tag operations (addition, retrieval, deletion)

v2.0.0

20 Nov 18:09
Compare
Choose a tag to compare
  • Laravel 11 upgrade
  • Add morphToMany relation

v1.5.4

09 Jul 17:35
Compare
Choose a tag to compare

This release:

  • fixes a bug that prevented overriding the package's Tag model with a custom model when calling static methods

Notice: the last minor release fixed a similar bug, but that applied to instance methods. This version fixes the same bug but for static methods.

v1.5.3

18 Jun 02:18
Compare
Choose a tag to compare

This release:

  • fixes a bug that prevented overriding the package's Tag model with a custom model

This release does what the previous release should have been done.
The previous fix was not enough because the bug was wider than expected.

v1.5.2

15 Jun 00:34
Compare
Choose a tag to compare

This release:

  • fixes a bug that prevented overriding the package's Tag model with a custom model

v1.5.1

15 May 13:24
Compare
Choose a tag to compare

This release:

  • fixes bug that could cause accidental tag deletion when removing tags from a model

v1.5.0

11 May 23:05
Compare
Choose a tag to compare

This release:

  • adds option to specify custom tags which will be used by the byTags method (the default is to use all tags of the models)
  • no longer requires or encourages users to explicitly use the package contracts (which are already satisfied by the package traits)

v1.4.0

06 May 23:35
Compare
Choose a tag to compare

This release:

  • adds functionality to get models not tagged by the given tags
  • adds functionality to get an associative array of the tag names and their models, tag name -> models

v1.3.0

29 Apr 19:30
Compare
Choose a tag to compare

This release:

  • adds option to get the name of the tags along with the models, instead of the tags themselves
  • adds option pass a custom mapping function when getting models along with their tags
  • improves method type hint that could cause warnings in some IDEs

v1.2.0

05 Apr 13:21
Compare
Choose a tag to compare

This release:

  • adds option to override Tag class with custom one