Releases: lucsky/cuid
Releases · lucsky/cuid
v1.2.1
Better timestamps and cryptographic random numbers
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
This release adds CUID and SLUG validations methods. Thanks to Marcus Dantas (@mpsdantas) for the pull request!
v1.0.1: Fixed data races.
Fixes possible data races when the cuid package is used concurrently. Thanks to Thomas Hopkins for finding out the problem.