Skip to content

Releases: lucsky/cuid

v1.2.1

08 Aug 23:06
Compare
Choose a tag to compare

Fixed conversion of hostname part of fingerprint to base 36

Better timestamps and cryptographic random numbers

06 May 19:47
729dfbd
Compare
Choose a tag to compare

This release updates the way timestamps are being generated to give them more precision and provides a new API call to generate CUID using a cryptographic random (thanks to @mikefrey for the PR).

CUID and SLUG validations

27 Oct 21:17
2a70c18
Compare
Choose a tag to compare

This release adds CUID and SLUG validations methods. Thanks to Marcus Dantas (@mpsdantas) for the pull request!

v1.0.1: Fixed data races.

25 Sep 22:34
Compare
Choose a tag to compare

Fixes possible data races when the cuid package is used concurrently. Thanks to Thomas Hopkins for finding out the problem.

v1

25 Sep 22:33
Compare
Choose a tag to compare
v1

Initial release.