Releases: TheEdoRan/uuidv7-js
Releases · TheEdoRan/uuidv7-js
v1.1.4
1.1.4 (2024-07-04)
Refactors
- clearer custom timestamp generation logic (fa20f9c)
v1.1.3
1.1.3 (2024-06-14)
Refactors
- generation: don't throw error with custom timestamp when both counters overflow (ec56790)
Documentation
- readme: update generation behavior section with custom timestamp (d4ed041)
v1.1.2
1.1.2 (2024-05-19)
Refactors
- encode: throw error in
encode
if id is invalid (fc8fb26)
- support uppercase UUIDs in
isValid
regex (b5f10eb)
v1.1.1
1.1.1 (2024-05-19)
Refactors
- encoding: remove
base-x
, manage encoding internally (d36ccf4)
v1.1.0
1.1.0 (2024-05-18)
Features
- generation: support custom timestamp (#1) (7e5551a)
v1.0.12
1.0.12 (2024-05-13)
Documentation
- readme: fix broken new issue link (594a4eb)
v1.0.11
1.0.11 (2024-05-10)
Documentation
- update references from draft to RFC 9562 (2573a5f)
v1.0.10
1.0.10 (2024-05-07)
Refactors
- generation: get
rand_a
part from crypto.randomUUID()
(2a9c944)
v1.0.9
1.0.9 (2024-05-06)
Build System
- package: remove
packageManager
property (154a878)
Documentation
- readme: fix conflicting variable name (a181c5a)
v1.0.8
1.0.8 (2024-04-30)
Refactors
- generation: update max
rand_b
random increment value to 2^32 (abf92c6)
Build System
- package: add pnpm
packageManager
(7b7c0de)