Skip to content

Tags: TheEdoRan/uuidv7-js

Tags

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
refactor: clearer custom timestamp generation logic

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
docs(readme): update generation behavior section with custom timestamp

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
refactor(encode): throw error in `encode` if id is invalid

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
refactor(encoding): remove `base-x`, manage encoding internally

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(generation): support custom timestamp (#1)

* feat(generation): support passing custom timestamp

* test(generation): add custom timestamp test

* docs(readme): add custom timestamp sections

v1.0.12

Toggle v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs(readme): fix broken new issue link

v1.0.11

Toggle v1.0.11's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
docs: update references from draft to RFC 9562

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
refactor(generation): get `rand_a` part from `crypto.randomUUID()`

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
build(package): remove `packageManager` property

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was signed with the committer’s verified signature.
TheEdoRan Edoardo Ranghieri
refactor(generation): update max `rand_b` random increment value to 2^32