Releases: uwla/ltags
Releases · uwla/ltags
v2.0.1: fix: distinct default namespace values
v2.0.0
v1.5.4
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
v1.5.2
v1.5.1
v1.5.0
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)