v0.09 2025-03-19Z
-
Fixed handling of Data::URIID::Base objects in as()
-
Added additional small-identifier values
-
Added missing #@returns
-
Added more identifier validation
v0.08 2025-01-09Z
-
Added more well known tags
-
Added generator for colours
-
Added generator for Unicode characters
-
Allow passing around extractor (Data::URIID) and db (Data::TagDB) objects more freely.
-
Added more support for Data::TagDB::Tag
v0.07 2024-12-15Z
-
Feature: Added Data::Identifier::Wellknown
-
Added support for RGB colours in Data::Identifier::Generate
-
Improved performance
-
Made OID support optional (to allow performance improvements for applications not requiring it)
-
Improved POD
-
Changed required Perl from v5.16 to v5.20
-
Fixed a number of smaller bugs
v0.06 2024-11-02Z
-
Added methods: eq, cmp, as
-
Feature: Added Data::Identifier::Interface::Known
-
Updated list of well known
-
Improved support for Data::URIID
-
Improved documentation