Releases: JohnSundell/Identity
Releases · JohnSundell/Identity
Identity 0.3.0
This version of Identity adds support for expressing identifiers using string interpolation (when their underlying raw type supports it), and also adds description
support.
Identity 0.2.0
This release adds an ID
typealias to all Identifiable
types, making it possible to implement identifiers by simply using ID
as the type, and to refer to any ID using SomeType.ID
.
Identity 0.1.0
Initial release of Identity