Skip to content

Releases: shareup/identifier-apple

v6.2.0

04 Aug 12:33
548eb63
Compare
Choose a tag to compare

Add CustomReflectable conformance.

v6.1.0

17 Jul 21:20
7b76202
Compare
Choose a tag to compare

Add Comparable conformance to Identifier. Also, add a test to ensure the comparator behaves the same as memcmp, which SQLite uses for TEXT comparison.

v6.0.0

17 Jul 14:31
78ccf59
Compare
Choose a tag to compare

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.2.0

23 Sep 12:14
a7a9b64
Compare
Choose a tag to compare

Update to Swift 5.7.

v5.1.1

06 Oct 19:27
47d0805
Compare
Choose a tag to compare

Update Base64URL.

v5.1.0

05 Sep 11:41
dc22ff6
Compare
Choose a tag to compare

Add CustomDebugStringConvertible conformance.

v5.0.0

20 Jun 21:54
84b053a
Compare
Choose a tag to compare

Replace hexEncodedString() with base64URLEncodedString().

v4.0.0

03 Jun 21:05
5a50638
Compare
Choose a tag to compare

Remove IdentifierDynamic dynamic library.

v3.1.1

26 Apr 12:39
8e236c8
Compare
Choose a tag to compare

Statically link Bytes Swift package instead of dynamically linking it.

v3.1.0

09 Apr 22:41
Compare
Choose a tag to compare
  • Expose IdentifierDynamic dynamic library in addition to the static library