8000 Tags · vecnathewhisperd0/uuid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vecnathewhisperd0/uuid

Tags

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add "AtTime" generators for V1, V6, and V7 (gofrs#142)

* add "AtTime" generators for V1, V6, and V7

* doc: update doc strings

* fix: convenience methods

* test: add tests for AtTime methods

---------

Co-authored-by: Cameron Ackerman <cameron_ackerman@selinc.com>

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implemented support for checkable errors (gofrs#131)

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add max uuid (gofrs#129)

* add max uuid

---------

Co-authored-by: Cameron Ackerman <cameron_ackerman@selinc.com>

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
10000
Fix TimestampFromV7 error message (gofrs#127)

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))
0