Skip to content

Releases: wyhaines/csuuid.cr

v0.2.1 for real this time

16 Sep 14:34
Compare
Choose a tag to compare

This release adds a couple of convenience class methods, unique and generate, which can be used to generate guaranteed unique CSUUIDs, even if the generation (on very fast hardware) manages to happen in the name nanosecond.

This release is identical to 0.2.0 with the shard.yml updated correctly this time.

v0.2.0

16 Sep 14:25
Compare
Choose a tag to compare

This release adds a couple of convenience class methods, unique and generate, which can be used to generate guaranteed unique CSUUIDs, even if the generation (on very fast hardware) manages to happen in the name nanosecond.

v0.1.2

30 Aug 22:01
Compare
Choose a tag to compare

This is a very minor update. It makes the unspecified UUID create a random identifier, and it adds a couple specs around that behavior.

v0.1.1

02 Apr 01:49
Compare
Choose a tag to compare

Updates for Crystal 1.0.0 with correct naming.

Initial Release

19 Mar 05:16
Compare
Choose a tag to compare

This is the initial working standalone release.