Skip to content

Tags: abrar71/uuid

Tags

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add gomod support (gofrs#116)

* add gomod support

* updated readme

* Update go.mod to have minimum go versoin 1.19

---------

Co-authored-by: damareyoh <chackerman@wsu.edu>

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated V7 generator to Draft04. (gofrs#112)

* Updated V7 generator to Draft04.

* comment fixes

* extend test coverage for failing new rand call

* update readme

* fix more comments

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use legacy go versions compatible unix millisecond calculation (gofrs…

…#104)

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhance defaultHWAddrFunc() and tests to hit 100% coverage (gofrs#57)

This updates `defaultHWAddrFunc` to use a package-level variable for calling
`net.Interfaces()`, so that we can mock it in unit tests.

Doing so, and writing the related test, allows us to hit 100% coverage.

Signed-off-by: Tim Heckman <t@heckman.io>

Signed-off-by: Tim Heckman <t@heckman.io>
Co-authored-by: Cameron Ackerman <Cameron_Ackerman@selinc.com>

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding IsNil method to uuid (gofrs#95)

* adding IsZero method to uuid

* rename isZero to IsNil

v4.1.0

Toggle v4.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
4.1.0

* initial implementation of UUIDv6 and UUIDv7 based on RFC Draft Rev 2
[\gofrs#93](gofrs#93) ([@theckman](https://github.com/theckman))

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gofrs#71 from gofrs/no_v2

Remove support for DCE Security UUID (V2) generation

v3.3.0

Toggle v3.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
3.3.0

- the `UUID` type now satisfied fmt.Formatter; see the `.Format()` method
  docs for more info. Contributed by Dylan Bourque (@dylan-bourque) in gofrs#72.

v3.4.0

Toggle v3.4.0's commit message
Merge branch 'coder543-master'

Signed-off-by: Andrei Tudor Călin <mail@acln.ro>

v3.2.0

Toggle v3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
theckman Tim Heckman
3.2.0

Remove support for the experimental Go Modules feature due to issues supporting
both `dep` and modules, amongst other concerns.

Please see gofrs#61, gofrs#66, and gofrs#67 for more info.