Skip to content

Releases: leonelquinteros/gorand

v1.0.2

30 Jul 21:56
Compare
Choose a tag to compare

Create Go Module.
Use strings.Builder

v1.0.1

30 Jul 21:38
Compare
Choose a tag to compare

Insignificant code changes

v1.0.0

07 Feb 19:41
Compare
Choose a tag to compare

Version 1.0.0 breaks backwards compatibility with the v0.x branch. Introducing improved UUID generation and a new interface for ID() that now returns the raw [64]byte value.

A string representation for the ID() response value can be obtained using hex.EncodeToString(idValue[:])

v0.1

28 Nov 20:33
Compare
Choose a tag to compare

Creating an initial release to introduce changes to the API and internals