Skip to content

Releases: karwa/uniqueid

1.0.4

27 Apr 23:03
Compare
Choose a tag to compare

Fixed some availability issues on Apple platforms.

What's Changed

  • Add .iOS(.v10) as a platform so the package compiles for iOS (os_unfa… by @arex666 in #5
  • Fix some availability issues by @karwa in #6

Version 1.0.3

18 Dec 16:31
8571962
Compare
Choose a tag to compare

Some small performance tweaks

1.0.2

18 Dec 12:40
Compare
Choose a tag to compare

What's Changed

  • Use os_unfair_lock/pthread_mutex for UUIDv6 generator state
  • Switched to using DocC for documentation

1.0.1

04 Nov 14:33
Compare
Choose a tag to compare

Added a NO_FOUNDATION_COMPAT build setting to remove the dependency on Foundation. To build in this mode, enable the setting from the Package.swift file, or build with the command-line flag:

swift build -Xswiftc -DNO_FOUNDATION_COMPAT

Initial release

03 Nov 11:23
Compare
Choose a tag to compare

Initial release.