Skip to content

Releases: JohnSundell/Identity

Identity 0.3.0

16 Sep 10:56
c3c9102
Compare
Choose a tag to compare

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

15 May 17:09
24d4369
Compare
Choose a tag to compare

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

14 May 21:01
a2cdbf8
Compare
Choose a tag to compare

Initial release of Identity