Skip to content

Releases: rvcas/ids

v0.4.0

22 Feb 21:49
41a7e8d
Compare
Choose a tag to compare
  • uuid.v4/0 now returns a result

v0.3.0

22 Feb 21:36
bf0f707
Compare
Choose a tag to compare

upgrade to latest gleam

v0.2.0

09 May 20:54
Compare
Choose a tag to compare

updates for the latest gleam and stdlib versions

v0.1.0

11 Nov 22:35
Compare
Choose a tag to compare

adds UUID generation

v0.0.1

01 Nov 23:57
Compare
Choose a tag to compare

Initial version of ids. Currently only cuid is supported.

import ids/cuid

assert Ok(channel) = cud.start()

let id = cuid.gen(channel)