JohnSundell Identity Versions Save

🆔 Type-safe identifiers in Swift

0.3.0

4 years ago

This version of Identity adds support for expressing identifiers using string interpolation (when their underlying raw type supports it), and also adds description support.

0.2.0

5 years ago

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.

0.1.0

5 years ago

Initial release of Identity