Releases: shareup/identifier-apple
Releases · shareup/identifier-apple
v6.2.0
Add CustomReflectable
conformance.
v6.0.0
Replace Identifier
's backing storage with a Base64URL-encoded string. The previous backing storage was bytes that would need to be decoded and encoded every time Identifier
was initialized or encoded.
v5.1.0
Add CustomDebugStringConvertible
conformance.
v5.0.0
Replace hexEncodedString()
with base64URLEncodedString()
.
v4.0.0
Remove IdentifierDynamic dynamic library.
v3.1.1
Statically link Bytes Swift package instead of dynamically linking it.
v3.1.0
- Expose IdentifierDynamic dynamic library in addition to the static library